Commit 4e5aea9f by 陈思聪

taskAliIcapi日志

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