|
|
@@ -172,11 +172,11 @@ class SanJinRechargeService extends BaseService
|
|
|
$text .= lang('订单金额').":{$amount} \n";
|
|
|
$text .= lang('订单号').":{$item->order_no}\n";
|
|
|
if($item->type == 2){
|
|
|
- $text .= "银行:{$item->bank_name}\n";
|
|
|
- $text .= "姓名:{$item->account}\n";
|
|
|
- $text .= "卡号:{$item->card_no}\n";
|
|
|
+ $text .= lang("银行").":{$item->bank_name}\n";
|
|
|
+ $text .= lang("姓名").":{$item->account}\n";
|
|
|
+ $text .= lang('卡号').":{$item->card_no}\n";
|
|
|
}else{
|
|
|
- $text .= "充值类型:{$item->bank_name}\n";
|
|
|
+ $text .= lang("充值类型").":{$item->bank_name}\n";
|
|
|
}
|
|
|
|
|
|
$status = [lang('待处理'), lang('处理中'), lang('成功'), lang('失败')];
|