master
wangxinglong 2021-12-23 11:34:44 +08:00
parent d4c18d3a63
commit 969cbd4cf0
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ class Coupon extends Base
"deduction_money" => $data['deduction_money'] ?? '',
"image_url" => $data['image_url'] ?? '',
"intro" => $data['intro'] ?? '',
"content" => $data['content'] ?? '',
"white_list" => $data['white_list'] ?? '',
"status" => CouponMain::status_on,
"on_shelf" => CouponMain::on_shelf_off,//默认下架 后台审核上架