lyh %!s(int64=2) %!d(string=hai) anos
pai
achega
2970100512
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      app/Services/Api/MerchantService.php

+ 4 - 1
app/Services/Api/MerchantService.php

@@ -655,7 +655,10 @@ class MerchantService extends BaseService
             $this->error = 2024;
             return false;
         }
-
+        return [
+            '$userInfo'=> $userInfo,
+            '$merchant'=> $merchant,
+        ];
         if($userType == 2 && (empty($merchant) || !in_array($merchantTradeStatus,[1,2]))){
             $this->error = 2024;
             return false;