@@ -334,7 +334,7 @@ class OrderController extends O2oBaseController{
$result = Service::factory('PayService')->Pay($pay_channel,$amount,(string)$order->_id,$str,$str,$user_obj->wx_pub_openid);
if($result === false){
- CommonFn::requestAjax(false,'支付遇到点问题了,请稍候再试');
+ CommonFn::requestAjax(false,'支付遇到点问题了1,请稍候再试');
}else{
// 支付成功后用户有效订单数增加
if (isset($user_obj->order_count)) {