Commit 4223b132 by 陈思聪

日志

parent 4e5aea9f
...@@ -34,7 +34,7 @@ class GatewaypushlogService extends ServiceBase { ...@@ -34,7 +34,7 @@ class GatewaypushlogService extends ServiceBase {
} }
var url = settings.gatewayUrl() + "action/intentionapi/springBoard"; var url = settings.gatewayUrl() + "action/intentionapi/springBoard";
var rtn = await self.execClient.execPost(requestdata, url); var rtn = await self.execClient.execPost(requestdata, url);
console.log(`taskAliIcapi处理。请求url=${url} 请求数据=${requestdata} 响应=${rtn}`); console.log(`taskAliIcapi处理。请求url=${url}`, '请求数据=',requestdata, '响应=',rtn);
var data = rtn var data = rtn
data = JSON.parse(rtn.stdout); data = JSON.parse(rtn.stdout);
if (data.success) { if (data.success) {
......
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