wesmiler преди 2 години
родител
ревизия
26bd8fb54d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Http/Validator/MerchantValidator.php

+ 1 - 1
app/Http/Validator/MerchantValidator.php

@@ -47,7 +47,7 @@ class MerchantValidator extends BaseValidator
     // 当前模型所有验证场景
     // 当前模型所有验证场景
     public static $scenes = [
     public static $scenes = [
         'info'=> ['id'],
         'info'=> ['id'],
-        'apply'=> ['name','logo','type','country','city','business_img','category_id','service_time','currency'],
+        'apply'=> ['name','logo','type','country','city','business_img','service_time','currency'],
 
 
     ];
     ];