支付相关
This commit is contained in:
@@ -62,6 +62,7 @@ export class OrderData extends BaseData {
|
||||
vo.status = mapQueryOrderStatus(res.status);
|
||||
vo.retCode = res.retCode ?? 0;
|
||||
this._orders.set(orderId, vo);
|
||||
console.log("更新订单数据:", vo);
|
||||
}
|
||||
|
||||
/** 获取所有需要继续轮询查询的订单 id */
|
||||
|
||||
Reference in New Issue
Block a user