lyh 2 년 전
부모
커밋
8335849a1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/Api/AcceptorService.php

+ 1 - 1
app/Services/Api/AcceptorService.php

@@ -774,7 +774,7 @@ class AcceptorService extends BaseService
         $realUsdt = moneyFormat($money - $fee, 2);
         $data = [
             'order_no'=> $orderNo,
-            'user_id'=> $userType==1? $userId : $acceptorId,
+            'user_id'=> $userId,
             'type'=> 2,
             'user_type'=> $userType,
             'coin_type'=> 1,