|
|
@@ -347,18 +347,22 @@ class QianBaoWithdrawService
|
|
|
switch ($bank->channel) {
|
|
|
case "DF001":
|
|
|
$text = "银行卡提现确认\n";
|
|
|
+ $text .= "开户行:{$bank->bank_name}\n";
|
|
|
+ $text .= "姓名:{$bank->account}\n";
|
|
|
+ $text .= "提现账号:{$bank->card_no}\n";
|
|
|
+ $text .= "提现金额:{$amount}\n";
|
|
|
break;
|
|
|
case "DF002":
|
|
|
$text = "支付宝提现确认\n";
|
|
|
- $text .= "姓名:{$bank->account}\n";
|
|
|
- $text .= "提现账号:{$bank->card_no}\n";
|
|
|
- $text .= "提现金额:{$amount}\n";
|
|
|
+ $text .= "姓名:{$bank->account}\n";
|
|
|
+ $text .= "提现账号:{$bank->card_no}\n";
|
|
|
+ $text .= "提现金额:{$amount}\n";
|
|
|
break;
|
|
|
case "DF005":
|
|
|
$text = "数字人民币提现确认\n";
|
|
|
- $text .= "姓名:{$bank->account}\n";
|
|
|
- $text .= "提现账号:{$bank->card_no}\n";
|
|
|
- $text .= "提现金额:{$amount}\n";
|
|
|
+ $text .= "姓名:{$bank->account}\n";
|
|
|
+ $text .= "提现账号:{$bank->card_no}\n";
|
|
|
+ $text .= "提现金额:{$amount}\n";
|
|
|
break;
|
|
|
}
|
|
|
$keyboard = [
|