|
|
@ -45,36 +45,36 @@ function service(options = {}) { |
|
|
|
} |
|
|
|
if (res.data.msg) { |
|
|
|
if (res.data.msg.includes('get lock')) { |
|
|
|
reject("系统异常:" + "数据库死锁") |
|
|
|
reject("系统异常:状态码["+res.statusCode +"]\n"+"数据库死锁") |
|
|
|
} else { |
|
|
|
reject("系统异常:" + res.data.msg) |
|
|
|
reject("系统异常:状态码["+res.statusCode +"]\n"+res.data.msg) |
|
|
|
} |
|
|
|
} else { |
|
|
|
reject("系统异常:") |
|
|
|
reject("系统异常:状态码["+res.statusCode+"]") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
if (res.data.msg) { |
|
|
|
if (res.data.msg.includes('get lock')) { |
|
|
|
reject("系统异常:" + "数据库死锁") |
|
|
|
reject("系统异常:状态码[" +res.statusCode+"]\n"+ "数据库死锁") |
|
|
|
} else { |
|
|
|
reject("系统异常:" + res.data.msg) |
|
|
|
reject("系统异常:状态码[" +res.statusCode+"]\n"+ res.data.msg) |
|
|
|
} |
|
|
|
} else { |
|
|
|
reject("系统异常:") |
|
|
|
reject("系统异常:状态码["+res.statusCode+"]") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
if (res.data.msg) { |
|
|
|
if (res.data.msg.includes('get lock')) { |
|
|
|
reject("系统异常:" + "数据库死锁") |
|
|
|
reject("系统异常:状态码["+res.statusCode +"]\n"+ "数据库死锁") |
|
|
|
} else { |
|
|
|
reject("系统异常:" + res.data.msg) |
|
|
|
reject("系统异常:状态码["+res.statusCode +"]\n"+ res.data.msg) |
|
|
|
} |
|
|
|
} else { |
|
|
|
reject("系统异常:") |
|
|
|
reject("系统异常:状态码["+res.statusCode+"]") |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|