'调整了一些bug'

This commit is contained in:
2020-08-21 15:45:30 +08:00
parent 1f2c1c0055
commit 60b1518028
16 changed files with 103 additions and 35 deletions

View File

@@ -90,6 +90,11 @@ class Activity extends Model
}
public function canGrant()
{
return $this->status;
}
//发券
public function grant($mobile, $outletId = null)
{