|
@@ -270,7 +270,7 @@ class SanJinRechargeService extends BaseService
|
|
|
$three_payment_switch = Config::where('field', 'three_payment_switch')->first()->val;
|
|
$three_payment_switch = Config::where('field', 'three_payment_switch')->first()->val;
|
|
|
|
|
|
|
|
|
|
|
|
|
- $text = "请选择支付的通道 \n";
|
|
|
|
|
|
|
+ $text = lang("请选择支付的通道")." \n";
|
|
|
$keyboard = [];
|
|
$keyboard = [];
|
|
|
$channel = SanJinService::$CHANNEL;
|
|
$channel = SanJinService::$CHANNEL;
|
|
|
$keyboard[] = [
|
|
$keyboard[] = [
|
|
@@ -280,7 +280,7 @@ class SanJinRechargeService extends BaseService
|
|
|
if ($three_payment_switch == 1) {
|
|
if ($three_payment_switch == 1) {
|
|
|
foreach($channel as $k => $v){
|
|
foreach($channel as $k => $v){
|
|
|
$keyboard[] = [
|
|
$keyboard[] = [
|
|
|
- ['text' => $v, 'callback_data' => "topup_channel@@" .$k]
|
|
|
|
|
|
|
+ ['text' => lang($v), 'callback_data' => "topup_channel@@" .$k]
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|