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',