Ken 1 deň pred
rodič
commit
f9fd4d1d5a
1 zmenil súbory, kde vykonal 0 pridanie a 2 odobranie
  1. 0 2
      app/Services/TopUpService.php

+ 0 - 2
app/Services/TopUpService.php

@@ -281,9 +281,7 @@ class TopUpService
     //获取充值二维码
     public static function scan($chatId, $messageId, $type)
     {
-
          $receivingType = Config::where('field', 'receiving_type')->first()->val;
-//        $receivingType = 2;
         //自动
         if ($receivingType == 1) {
             $res = WalletService::getRechargeImageAddress($chatId);