|
|
@@ -74,7 +74,7 @@ class SanJinRechargeService
|
|
|
if ($v['type'] == $paymentType) {
|
|
|
|
|
|
if($v['type'] == 'zfbge'){
|
|
|
- $rechargeText = "充值金额:".implode($v['fixed'])." \n";
|
|
|
+ $rechargeText = "充值金额:".implode(',',$v['fixed'])." \n";
|
|
|
}else{
|
|
|
if ($min == 0) {
|
|
|
$min = $v['min'];
|