在微信开发者工具中,调用
request.send(url + method, data, "post", "json", ["Content-Type","application/json","Authorization", "Bearer " + PlayerModel.Instance.token]);
大部分时候正常 但有20%的几率会触发error事件回调,收到的message为"failed Status:0 text:"
只在本次运行的第一次调用会出现,如果第一次没有触发error则后面的所有send也不会触发error
而第一次触发error则后面的所有send都会触发error