'拆分活动的校验权限,分为发券和核券。'

This commit is contained in:
2020-08-21 13:16:29 +08:00
parent 3dfd677017
commit 1f2c1c0055
15 changed files with 210 additions and 48 deletions

View File

@@ -1,8 +1,10 @@
<?php
namespace App\Models;
class PinganToken extends Model
{
protected $dates = [
'get_token_time',
];