|
@@ -25,7 +25,7 @@ class RechargeController extends O2oBaseController{
|
|
|
|
|
|
$str = '壹管家充值卡';
|
|
|
$amount = ceil($order->price*1000)/10;
|
|
|
- $result = Service::factory('PayService')->Pay($pay_channel,$amount,'char_'.(string)$order->_id,$str,$str,$user_obj->wx_pub_openid);
|
|
|
+ $result = Service::factory('PayService')->Pay($pay_channel,$amount,'char'.(string)$order->_id,$str,$str,$user_obj->wx_pub_openid);
|
|
|
if($result === false){
|
|
|
CommonFn::requestAjax(false,'支付遇到点问题了,请稍候再试');
|
|
|
}else{
|