cqp 3 недель назад
Родитель
Сommit
e43ba22e42
2 измененных файлов с 1 добавлено и 3 удалено
  1. 0 2
      app/Service/DingService.php
  2. 1 1
      app/Service/U8XkyServerService.php

+ 0 - 2
app/Service/DingService.php

@@ -91,9 +91,7 @@ class DingService extends Service
                 ['userid' => $result['userid'], 'login_type' => $LoginType],
                 ['name' => $result['name'], 'userid' => $result['userid'], 'login_type' => $LoginType, 'u_userid' => $result['unionid']]
             );
-            Log::channel('apiLog')->info('request', ['param'=>111]);
         }
-        Log::channel('apiLog')->info('request', ['param'=>$res]);
 
         return [true, $res];
     }

+ 1 - 1
app/Service/U8XkyServerService.php

@@ -359,7 +359,7 @@ class U8XkyServerService extends Service
     }
 
     public function vendorEdit($data, $user){
-        list($status, $msg) = $this->vendorRule($data, $user);
+        list($status, $msg) = $this->vendorRule($data, $user, false);
         if(! $status) return [false, $msg];
 
         try {