Commit aff2e55b by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 6b73dc63 0ef2e4b2
......@@ -192,7 +192,7 @@ class TmqueryService {
}
async opReqResult(reqUrl, queryobj, req) {
var rtn = await this.execClient.execPushDataPost(queryobj, reqUrl, req.headers["token"], req.headers["request-id"]);
var rtn = await this.execClient.execPushDataPost(queryobj, reqUrl, req.headers["token"] || null, req.headers["request-id"]);
var data = JSON.parse(rtn.stdout);
return data;
}
......
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