[]打包成APK后,POST请求会先去Download请求的地址
项目打包成app后运行,使用XMLHttpRequest发出post请求后,log中出现了Download 我post的地址。然后有时候会卡住,大概5秒后会出现Download end:200的log,这之后才会真正把post请求发出去。有时候Download会直接超时报错。
网页版没问题。
超时log:↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
03-09 21:14:54.677 23554 23663 I LayaBox : send httpRequest method:user.checkPlatformExist
03-09 21:14:54.678 23554 23663 I LayaBox : xhr.post url=http://xxx.yyy.cn/api
03-09 21:14:54.680 23554 23645 I LayaBox : Download [ ]:http://xxx.yyy.cn/api
03-09 21:15:03.201 23554 23645 W LayaBox : download error: timeout, dt=8,opttimeout=1798
03-09 21:15:03.207 23554 23663 I LayaBox : [addChild][BoundReference]
download 成功log: ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
03-09 21:15:16.950 23554 23663 I LayaBox : send httpRequest method:user.checkPlatformExist
03-09 21:15:16.954 23554 23663 I LayaBox : xhr.post url=http://xxx.yyy.cn/api
03-09 21:15:16.956 23554 23645 I LayaBox : Download [ ]:http://xxx.yyy.cn/api
03-09 21:15:17.016 23554 23645 I LayaBox : Download end:200
03-09 21:15:17.019 23554 23663 I LayaBox : send httpRequest complete method:user.checkPlatformExist
网页版没问题。
超时log:↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
03-09 21:14:54.677 23554 23663 I LayaBox : send httpRequest method:user.checkPlatformExist
03-09 21:14:54.678 23554 23663 I LayaBox : xhr.post url=http://xxx.yyy.cn/api
03-09 21:14:54.680 23554 23645 I LayaBox : Download [ ]:http://xxx.yyy.cn/api
03-09 21:15:03.201 23554 23645 W LayaBox : download error: timeout, dt=8,opttimeout=1798
03-09 21:15:03.207 23554 23663 I LayaBox : [addChild][BoundReference]
download 成功log: ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
03-09 21:15:16.950 23554 23663 I LayaBox : send httpRequest method:user.checkPlatformExist
03-09 21:15:16.954 23554 23663 I LayaBox : xhr.post url=http://xxx.yyy.cn/api
03-09 21:15:16.956 23554 23645 I LayaBox : Download [ ]:http://xxx.yyy.cn/api
03-09 21:15:17.016 23554 23645 I LayaBox : Download end:200
03-09 21:15:17.019 23554 23663 I LayaBox : send httpRequest complete method:user.checkPlatformExist
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
guozhaokui
赞同来自:
是不是post的地址网络状况不好,或者服务器处理不过来。