Commit 2df88750 by 蒋勇

note

parent c5db36fb
...@@ -36,6 +36,10 @@ class AccessAuthAPI extends APIBase { ...@@ -36,6 +36,10 @@ class AccessAuthAPI extends APIBase {
await this.redisClient.set("start_time_18",endtime+1) await this.redisClient.set("start_time_18",endtime+1)
return res return res
} }
//后台任务调度这个方法,获取暂存的需求信息
//igirl_api数据库gateway_pushlog
//gateway_pushlog表中且未推送且推送次数(pushtimes)少于4的数据
//
async taskAliIcapi() { async taskAliIcapi() {
var rtn = await this.gatewaypushlogSve.taskAliIcapi(); var rtn = await this.gatewaypushlogSve.taskAliIcapi();
return rtn; return rtn;
......
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