1
This commit is contained in:
parent
9e66427cef
commit
2381aaaa1c
@ -161,6 +161,11 @@ class BaseEventProcess {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
console.log(logHead, data);
|
console.log(logHead, data);
|
||||||
|
if (data['errcode'] == constant.ERRCODE_SIGN_ERROR) {
|
||||||
|
log.error(logHead);
|
||||||
|
await utils.sleep(5000 + utils.randRange(500, 1500));
|
||||||
|
continue;
|
||||||
|
}
|
||||||
const ret = await checkCb(data);
|
const ret = await checkCb(data);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user