提交 bff9287e 编写于 作者: VK1688's avatar VK1688

1

上级 cbd6dc7b
......@@ -679,7 +679,7 @@ class CallFunctionUtil {
sysErr = true;
errMsg = JSON.stringify(res);
}
if (errMsg.indexOf("fail timeout") > -1) {
if (errMsg.indexOf("timeout") > -1) {
sysErr = true;
errMsg = globalErrorCode["cloudfunction-timeout"] || "请求超时,请重试!";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册