支付协议修改
This commit is contained in:
@@ -45,7 +45,7 @@ export class PaymentService {
|
|||||||
orderData.saveOrderData(create.data);
|
orderData.saveOrderData(create.data);
|
||||||
|
|
||||||
// 发出事件,支付订单创建成功
|
// 发出事件,支付订单创建成功
|
||||||
Utils.sendInnerMsg(InnerMsgCode.PayOrderCreateSucc, { orderId: orderId });
|
Utils.sendInnerMsg(InnerMsgCode.PayOrderCreateSucc, { orderId: orderId, payType: req.payType });
|
||||||
|
|
||||||
// 分发流程
|
// 分发流程
|
||||||
const flow = this.flowMap[req.payType];
|
const flow = this.flowMap[req.payType];
|
||||||
|
|||||||
Reference in New Issue
Block a user