fix bug of query wx workflow

This commit is contained in:
zhl 2023-05-09 12:30:32 +08:00
parent 1756e271cc
commit d4f5d3585a

View File

@ -293,7 +293,7 @@ export class WechatWorkService {
let response = await axios.request(config).then(response => {
return response.data
})
this.timePre = starttime
this.timePre = endtime
await new RedisClient().set('qywx_time_cache', starttime + '')
return response
}