@@ -250,6 +250,7 @@ class OrderController extends O2oBaseController{
}
$str = isset($str)&&$str?$str:'上门';
$amount = ceil($order->pay_price*1000)/10;
+ var_dump($amount);exit;
$result = Service::factory('PayService')->Pay($pay_channel,$amount,(string)$order->_id,$str,$str,$user_obj->wx_pub_openid);
if($result === false){
CommonFn::requestAjax(false,'支付遇到点问题了,请稍候再试');