瀏覽代碼

商家提现

lyh 2 年之前
父節點
當前提交
5f257c113c
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      app/Services/Api/MerchantService.php

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

@@ -651,10 +651,6 @@ class MerchantService extends BaseService
         $merchantUsdt = isset($merchant['usdt'])? $merchant['usdt'] : 0;
         $merchantId = isset($merchant['id'])? $merchant['id'] : 0;
         $merchantTradeStatus = isset($merchant['trade_status'])? $merchant['trade_status'] : 0;
-        return [
-            '$userInfo'=> $userInfo,
-            '$merchant'=> $merchant,
-        ];
         if(empty($userInfo) || $status != 1){
             $this->error = 2024;
             return false;