|
@@ -331,9 +331,10 @@ var BasicFunction = new (function () {
|
|
|
BasicFunction.logwarn("----- Too many failure, temporary stop HTTP ------");
|
|
|
BasicFunction.send_alert("很抱歉,网络错误数量过多,暂时终止HTTP功能30s");
|
|
|
}
|
|
|
- BasicFunction.send_alert(" 很抱歉,网络错误,请查看 Console");
|
|
|
+ BasicFunction.send_alert(" 结果处理代码报错!请检查 。");
|
|
|
BasicFunction.logwarn(msg);
|
|
|
- BasicFunction.logwarn("----- 网络请求失败 ---------");
|
|
|
+ BasicFunction.logwarn("----- 结果处理报错 ---------");
|
|
|
+ BasicFunction.logwarn(this);
|
|
|
BasicFunction.logwarn("-----------msg-------------");
|
|
|
BasicFunction.logwarn(JSON.stringify(msg));
|
|
|
BasicFunction.logwarn("----------------------------");
|