|
|
@@ -241,7 +241,6 @@ class WalletService extends BaseService
|
|
|
$text .= lang('用户名') . ":{$userInfo->getUsername()} \n";
|
|
|
$text .= lang('昵称') . ":{$userInfo->getFirstName()} \n";
|
|
|
$text .= lang('当前余额') . ":{$balance} RMB\n";
|
|
|
- $text .="语言版本:{$userInfo->language}\n";
|
|
|
|
|
|
$keyboard = [
|
|
|
[
|
|
|
@@ -269,11 +268,11 @@ class WalletService extends BaseService
|
|
|
$keyboard[] = [
|
|
|
// ['text' => '➕ 三斤充值', 'callback_data' => "topup@@sj_apply"],
|
|
|
|
|
|
- ['text' => '🧾 第三方充值提现订单', 'callback_data' => "topup@@sj_bill_1"]
|
|
|
+ ['text' => lang('🧾 第三方充值提现订单'), 'callback_data' => "topup@@sj_bill_1"]
|
|
|
];
|
|
|
}
|
|
|
$keyboard[] = [
|
|
|
- ['text' => '💵今日汇率💰', 'callback_data' => "todayExchangeRate@@rate"]
|
|
|
+ ['text' => lang('💵今日汇率💰'), 'callback_data' => "todayExchangeRate@@rate"]
|
|
|
];
|
|
|
|
|
|
|