Commit 13f3dcfb by 宋毅

tj

parent d1b9ba29
......@@ -408,7 +408,7 @@ class tmqueryCtl extends CtlBase {
options.headers[key] = value
}
this.logClient.info("jd", "req---->getPayPageAddr---->options:" + options);
this.logClient.info("jd", "req---->getPayPageAddr---->options:" + JSON.stringify(options));
this.logClient.info("jd", "req---->getPayPageAddr---->tmpContent:" + tmpContent);
var reqResult = await new Promise(function (resolve, reject) {
let req = http.request(options, function (res) {
......
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