settter
parent
969cbd4cf0
commit
ea13b7aa3e
|
@ -376,6 +376,7 @@ class Business extends Base
|
|||
$data["id"] = $couponMain->id;
|
||||
$data["imageUrl"] = $this->request->domain(). $couponMain->image_url;
|
||||
$data["intro"] = $couponMain->intro;//简介
|
||||
$data["content"] = $couponMain->content;
|
||||
$data["lat"] = $couponMain->lat;
|
||||
$data["lng"] = $couponMain->lng;
|
||||
$data["money"] = $couponMain->money;
|
||||
|
|
|
@ -27,6 +27,7 @@ class CouponRelease extends Validate
|
|||
'status|状态' => 'require|in:1,0',
|
||||
'on_shelf|上架状态' => 'require|in:1,0',
|
||||
//'intro|详情' => '',
|
||||
//'content|详情' => '',
|
||||
//'white_list|白名单' => '',
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue