zhangchangchun 6 年之前
父節點
當前提交
d517078d9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/V1/ShopController.php

+ 1 - 1
app/Http/Controllers/V1/ShopController.php

@@ -52,7 +52,7 @@ class ShopController extends Controller {
             'license_img' => 'required|string',
             'food_trans_license' => 'required|string',
             'other_license' => 'string',
-            'proportion'=>'required|digits_between:0,100|number',
+            'proportion'=>'required|digits_between:0,100',
             'verify_type'=>['required',Rule::in([0,1])],
             'account'=>'string|max:20',
             'password'=>'string|min:6|max:18',