Ken преди 14 часа
родител
ревизия
a3b5dfa62c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Services/TopUpService.php

+ 1 - 1
app/Services/TopUpService.php

@@ -281,7 +281,7 @@ class TopUpService
     //获取充值二维码
     public static function scan($chatId, $messageId, $type)
     {
-         $receivingType =  ConfigService::getVal("receiving_type");
+        $receivingType = ConfigService::getVal("receiving_type");
         //自动
         if ($receivingType == 1) {
             $res = WalletService::getRechargeImageAddress($chatId);