详细情况:
目前小程序小部分用户在请求后端接口,会出现如下一些错误,这些错误是对一个接口trycatch捕获,将error信息通过例外一个接口传输给后台日志,目前这两个接口都是同一个域名下,所以不存在域名证书问题,通过后端的日志观察,此错误同一个用户也是偶发,也会请求成功
{\"errno\":600001,\"errMsg\":\"request:fail errcode:-7 cronet_error_code:-7 error_msg:net::ERR_TIMED_OUT\"}
{\"errno\":600001,\"errMsg\":\"request:fail -101:net::ERR_CONNECTION_RESET\"}
{\"errno\":600001,\"errMsg\":\"request:fail -103:net::ERR_CONNECTION_ABORTED\"}
{\"errno\":600001,\"errMsg\":\"request:fail -107:net::ERR_SSL_PROTOCOL_ERROR\"}
{\"errno\":600001,\"errMsg\":\"request:fail -118:net::ERR_CONNECTION_TIMED_OUT\"}
{\"errno\":600001,\"errMsg\":\"request:fail -103:net::ERR_CONNECTION_ABORTED\"}
{\"errno\":600001,\"errMsg\":\"request:fail errcode:-5 cronet_error_code:-5 error_msg:net::ERR_INVALID_HANDLE\"}
{\"errno\":600001,\"errMsg\":\"request:fail 1007:\"}
{\"errno\":600001,\"errMsg\":\"request:fail errcode:-111 cronet_error_code:-111 error_msg:net::ERR_TUNNEL_CONNECTION_FAILED\"}
用户弱网环境,或者用户网络有某些限制
这种情况应该是用户网络不好