核销回调+修改活动规则

This commit is contained in:
2020-08-13 13:32:48 +08:00
parent ce775fd9b5
commit 60744fed7c
9 changed files with 150 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace App\Models;
class ActivityCouponLog extends Model
{
protected $casts = [
'source' => 'array',
];
}