|
@@ -281,9 +281,7 @@ 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 = Config::where('field', 'receiving_type')->first()->val;
|
|
|
-// $receivingType = 2;
|
|
|
|
|
//自动
|
|
//自动
|
|
|
if ($receivingType == 1) {
|
|
if ($receivingType == 1) {
|
|
|
$res = WalletService::getRechargeImageAddress($chatId);
|
|
$res = WalletService::getRechargeImageAddress($chatId);
|