Commit 326d706f authored by liuyuzhen's avatar liuyuzhen

支付测试

parent 6349cb89
......@@ -40,7 +40,6 @@ class PaymentServiceModel extends \Business\AbstractModel{
}else{
$pay_type = \Our\ApiConst::wxAppPayType;
}
var_dump($pay_type);
$resultOrderPay = $orderPayModel->update(array('pay_type'=>$pay_type),array('pay_sn'=>$paySn));
if(!$resultOrderPay){
\Error\ErrorModel::throwException(\Error\CodeConfigModel::payTypeUpdateError);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment