This commit is contained in:
root
2020-01-01 01:50:05 +08:00
parent 63c1faba5e
commit 34e71ff049
3 changed files with 12 additions and 8 deletions

View File

@ -21,7 +21,8 @@ class CouponController extends Controller
'name',
'type',
'value',
'expired_at',
'started_at',
'ended_at',
'limit_use'
]);