settter
parent
d4c18d3a63
commit
969cbd4cf0
|
@ -569,6 +569,7 @@ class Coupon extends Base
|
||||||
"deduction_money" => $data['deduction_money'] ?? '',
|
"deduction_money" => $data['deduction_money'] ?? '',
|
||||||
"image_url" => $data['image_url'] ?? '',
|
"image_url" => $data['image_url'] ?? '',
|
||||||
"intro" => $data['intro'] ?? '',
|
"intro" => $data['intro'] ?? '',
|
||||||
|
"content" => $data['content'] ?? '',
|
||||||
"white_list" => $data['white_list'] ?? '',
|
"white_list" => $data['white_list'] ?? '',
|
||||||
"status" => CouponMain::status_on,
|
"status" => CouponMain::status_on,
|
||||||
"on_shelf" => CouponMain::on_shelf_off,//默认下架 后台审核上架
|
"on_shelf" => CouponMain::on_shelf_off,//默认下架 后台审核上架
|
||||||
|
|
Loading…
Reference in New Issue