Ken hace 16 horas
padre
commit
a847d83099
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Services/TopUpService.php

+ 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);