|
@@ -282,8 +282,8 @@ class TopUpService
|
|
|
public static function scan($chatId, $messageId, $type)
|
|
public static function scan($chatId, $messageId, $type)
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
- // $receivingType = Config::where('field', 'receiving_type')->first()->val;
|
|
|
|
|
- $receivingType = 2;
|
|
|
|
|
|
|
+ $receivingType = Config::where('field', 'receiving_type')->first()->val;
|
|
|
|
|
+// $receivingType = 2;
|
|
|
//自动
|
|
//自动
|
|
|
if ($receivingType == 1) {
|
|
if ($receivingType == 1) {
|
|
|
$res = WalletService::getRechargeImageAddress($chatId);
|
|
$res = WalletService::getRechargeImageAddress($chatId);
|