Ken 19 цаг өмнө
parent
commit
a847d83099

+ 1 - 1
app/Services/TopUpService.php

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