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