|
|
@@ -219,13 +219,14 @@ class TopUpService
|
|
|
$address = Config::where('field', 'receiving_address_erc20')->first()->val;
|
|
|
}
|
|
|
$res = WalletService::getPlatformImageAddress($address);
|
|
|
+ $res['net'] = $type;
|
|
|
$qrCode = $res['full_path'];
|
|
|
Cache::put("{$chatId}_TOP_UP_ADDRESS", $address);
|
|
|
}
|
|
|
|
|
|
$replyInfo = KeyboardService::findOne(['button' => '充值提示文字']);
|
|
|
$caption = "\n";
|
|
|
- $caption.="网络类型:{$type}\n";
|
|
|
+ $caption .= "网络类型:{$type}\n";
|
|
|
if ($replyInfo) {
|
|
|
$caption .= "{$replyInfo->reply}\n\n";
|
|
|
} else {
|