Ken 17 hours ago
parent
commit
a3b5dfa62c
1 changed files with 1 additions and 1 deletions
  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);