fix bug of query wx workflow
This commit is contained in:
parent
1756e271cc
commit
d4f5d3585a
@ -293,7 +293,7 @@ export class WechatWorkService {
|
|||||||
let response = await axios.request(config).then(response => {
|
let response = await axios.request(config).then(response => {
|
||||||
return response.data
|
return response.data
|
||||||
})
|
})
|
||||||
this.timePre = starttime
|
this.timePre = endtime
|
||||||
await new RedisClient().set('qywx_time_cache', starttime + '')
|
await new RedisClient().set('qywx_time_cache', starttime + '')
|
||||||
return response
|
return response
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user