|
|
@@ -415,7 +415,8 @@ class Product extends BaseController
|
|
415
|
415
|
"mer_cate_id",//商户分类
|
|
416
|
416
|
"unit_name", "sort" , "is_show", "is_good",'is_gift_bag',
|
|
417
|
417
|
"video_link", "temp_id", "content", "spec_type","extension_type", "attr", "attrValue",['give_coupon_ids',[]],
|
|
418
|
|
- "volunteer","type","pension","commission","pension_is","share_is"
|
|
|
418
|
+ "volunteer","type","pension","commission","pension_is","share_is",
|
|
|
419
|
+ "ficti","icon_type"
|
|
419
|
420
|
];
|
|
420
|
421
|
$data = $this->request->params($params);
|
|
421
|
422
|
$validate->check($data);
|