微调
This commit is contained in:
@@ -99,7 +99,7 @@ class Activity extends Model
|
||||
public function grant($mobile, $outletId = null)
|
||||
{
|
||||
try {
|
||||
$code = '66406' . date('ymd') . mt_rand(100000, 999999);
|
||||
$code = '66406' . date('ymdH') . mt_rand(1000000, 9999999);
|
||||
|
||||
if ($this->type == SELF::TYPE_EXTEND) {
|
||||
$start_at = now();
|
||||
|
||||
Reference in New Issue
Block a user