IDP.Integration.FOP.findOrderModelsAsync() 函数
function findOrderModelsAsync(option: {
orderId: string;
}): Promise<OrderModel>;
查询订单绑定的模型
参数:
option: { orderId: string; }
返回值: Promise<OrderModel>
function findOrderModelsAsync(option: {
orderId: string;
}): Promise<OrderModel>;
查询订单绑定的模型
参数:
option: { orderId: string; }返回值: Promise<OrderModel>