增加发券规则

This commit is contained in:
2020-10-29 10:28:24 +08:00
parent 8343432462
commit f1c9abf187
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ class Activity extends Model
{
try {
$code = 'YSD' . date('ymd') . mt_rand(100000, 999999);
$code = '66406' . date('ymd') . mt_rand(100000, 999999);
if ($this->type == SELF::TYPE_EXTEND) {
$start_at = now();