|
|
@@ -96,11 +96,11 @@ class SanJinRechargeService
|
|
|
|
|
|
$text = "请输入充值的金额 \n";
|
|
|
// $text .= "充值方式:".$channel[$k];
|
|
|
- // if($rechargeText){
|
|
|
- // $text .= $rechargeText;
|
|
|
- // }else{
|
|
|
- // $text .= "充值金额:{$min} - {$max}";
|
|
|
- // }
|
|
|
+ if($rechargeText){
|
|
|
+ $text .= $rechargeText;
|
|
|
+ }else{
|
|
|
+ $text .= "充值金额:{$min} - {$max}";
|
|
|
+ }
|
|
|
|
|
|
$text .= "🔔 提示:请务必核对(充值最大金额和最小金额,账号信息一致),若不一致无法到账。";
|
|
|
$res = [
|