seven 1 개월 전
부모
커밋
7e69360250
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/TopUpService.php

+ 1 - 1
app/Services/TopUpService.php

@@ -181,7 +181,7 @@ class TopUpService
     {
 
         // $receivingType = Config::where('field', 'receiving_type')->first()->val;
-        $receivingType = 1;
+        $receivingType = 2;
         //自动
         if ($receivingType == 1) {
             $res = WalletService::getRechargeImageAddress($chatId);