Commit 8df5cf26 by 王昆

gsb

parent 64b29bb8
......@@ -136,6 +136,11 @@ class OrderCtl extends CtlBase {
console.log("更新交易流水ID完成 结果:"+JSON.stringify(r));
}
}
// 计费引擎账户创建
let accountRes = await this.feeSve.createAccount({app_id: "100001", app_data_id: orderBean.id, balance: orderBean.product_specifications});
let engine_account_id = accountRes.data.account_id;
await this.orderSve.updOrderSimple({id: orderBean.id, engine_account_id: engine_account_id});
}
if(params.audit_status=='30'){ //订单审核失败
// 推送给赵大哥
......
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 to comment