Browse Source

添加专区商品接口接口,上传图片接口2

master
wanghongjun 2 years ago
parent
commit
46a8279d99
  1. 1
      app/controller/AdminZoneGoods.php

1
app/controller/AdminZoneGoods.php

@ -27,7 +27,6 @@ class AdminZoneGoods extends BaseController
$ZoneGoods = new ZoneGoods();
# 填写总概率不能超出 1
$rule = [
'zone_id|所属专区id' => 'require|number|max:10',
'title|标题' => 'require|number|max:10',

Loading…
Cancel
Save