Commit 7b243c25 by 宋毅

tj

parent 4eb4a17a
......@@ -33,7 +33,7 @@ class TxPushLogService extends ServiceBase {
if (loginfo) {
return self.returnTX(0, "cgateway", "ok", { "flowId": loginfo.flow_id, "resourceIds": [pobj.interface.para.dealName] })
}
var flow_id = await this.getBusUid("f");
var flow_id = await Date.now();
var newobj = {
flow_id: flow_id,
deal_name: pobj.interface.para.dealName,
......
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