Commit 5c9bbfe6 by 宋毅

修改参数

parent a5ebb8c2
......@@ -41,8 +41,8 @@ class PushAliInfo extends APIBase {
},
appInfo: {uapp_id: 18}
};
await this.utilsPushSve.business2Channel(reqPushParams, "pushAliIcNote");
return system.getResultSuccess();
let result = await this.utilsPushSve.business2Channel(reqPushParams, "pushAliIcNote");
return result;
}
}
......
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