补传优化
This commit is contained in:
parent
e573544b5c
commit
ac20c2155a
@ -694,15 +694,12 @@ export default class Judge {
|
|||||||
if (this.disConnectNum < 5 && this.disConnectNum > 0) {
|
if (this.disConnectNum < 5 && this.disConnectNum > 0) {
|
||||||
console.log("wzj", "第" + this.disConnectNum + "次重新发送", JSON.stringify(data))
|
console.log("wzj", "第" + this.disConnectNum + "次重新发送", JSON.stringify(data))
|
||||||
}
|
}
|
||||||
if (
|
// 不是成功的接口就需要补传
|
||||||
//后台连接中心异常
|
if (temp.code != 1) {
|
||||||
temp.code == -1 || temp.code == 0 ||
|
|
||||||
//断网&网络超时次数计算
|
|
||||||
temp.code == 2300007 || temp.code == 2300028) {
|
|
||||||
this.disConnectNum += 1;
|
this.disConnectNum += 1;
|
||||||
if (this.disConnectNum < 5) {
|
if (this.disConnectNum < 5) {
|
||||||
if (temp.code == 2300028) {
|
if (temp.code == 2300028) {
|
||||||
await new Promise(resolve => setTimeout(resolve, 1000)); // 延迟1秒
|
await new Promise(resolve => setTimeout(resolve, 2000)); // 延迟1秒
|
||||||
}
|
}
|
||||||
return await this.sendWriteObjectOut(data, filePath)
|
return await this.sendWriteObjectOut(data, filePath)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user