|
|
@@ -399,7 +399,7 @@ async function all() {
|
|
|
if (retTime && retTime.code == 0) {
|
|
|
timerNum = Number(retTime.data.configValue);
|
|
|
lk.log(`timerNum update: ${timerNum}`);
|
|
|
- await sleep(timerNum * 1000);
|
|
|
+ sleep(timerNum);
|
|
|
}
|
|
|
let retRule = await wRequest('GET', `/api/sysConfig/findByKey`, {
|
|
|
data: {
|