Commit dd7d8547 by caosy

APP订单 微信支付

parent 9d6cae5d
......@@ -190,6 +190,8 @@ public abstract class AbstractNotifyService extends CorePaymentService {
}
}
}
// 设置支付方式 防止APP 下单 小程序支付
order.setPlatform("MP");
//6、更新订单信息(状态)
this.orderDao.update(order);
this.doPaySuccess(order);
......
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 sign in to comment