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