|
@@ -87,9 +87,8 @@ class TelegramWebHook extends Controller
|
|
|
|
|
|
// 查看余额弹窗
|
|
|
if($data === 'balanceAlert'){
|
|
|
- Log::error('查看余额弹窗 balanceAlert: ' . $callbackId);
|
|
|
- // $alertText = WalletService::getBalance($chatId)['text'];
|
|
|
- WalletService::alertNotice($callbackId , '您好,您的余额为:');
|
|
|
+ $alertText = WalletService::getBalance($chatId)['text'];
|
|
|
+ WalletService::alertNotice($callbackId , $alertText);
|
|
|
}
|
|
|
|
|
|
//近期注单,下一页
|