wesmiler hai 5 horas
pai
achega
b3ad9f1fc2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      app/Services/Api/BalanceLogService.php

+ 2 - 2
app/Services/Api/BalanceLogService.php

@@ -161,8 +161,8 @@ class BalanceLogService extends BaseService
             $this->error = 2301;
             return false;
         }
-        if(empty($realname) || empty($account)){
-            $this->error = 2302;
+        if($payType != 10 && (empty($realname) || empty($account))){
+            $this->error = '收款账号不存在';
             return false;
         }