大约有 30 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0040 秒)
...esult.ret+':'+result.msg); 出错了: Error: 162:permission denied at Request._callback (E:\gitApp\Felguard_TD_Server\server\gulpfile.js:348:27) at Request.self.callback (D:\新安装工具\layabox2.0\LayaAi 出错了:rIDE_beta\resources\app\node_modules\request\request.js:186:22) at emitTwo (e...
来源: Laya_社区 发布时间: 20181224
手机调试时http请求错误,返回Request failed Status:0 Laya版本为2.0,程序中用Laya.HttpRequest的send函数post请求一个地址,在layaair中启动浏览器,可以正常得到回复,但用layaair生成的二维码,通过手机扫描测试,send请求时,就会收到一...
来源: Laya_社区 发布时间: 20190308
request failed status:0 text: IOS HttpRequest var data = { rechargeId:"1", consumerId:"533", } alert(JSON.stringify(data)); hr = new HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestErr...
来源: Laya_社区 发布时间: 20170620
request failed status:0 text: IOS HttpRequest 但是 在IOS 手机上 直接报错 request failed status:0 text: dome 如下 ( IOS 浏览器 和 火狐浏览器) 打开 直接Event.ERROR 不会进入 Event.COMPLETE 点击(点我赋值) 或者 (发送请求) 按钮 模拟器...
来源: Laya_社区 发布时间: 20170620
web和微信端没有问题,打包成apk后 httprequest报Request failed Status:404 text:undefined 现象是消息没发出去 超时 资源可以正常下载 麻烦大大帮忙看下吧 2020-06-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20200629
...数【和服务端针对协议约定】 */ public request(protocol: string, data: any = null): void { if (!this.pomelo) return; if(!this.mConnected){ console.warn("please try to request again after connected"); ...
来源: Laya_社区 发布时间: 20161109
httpRequest send返回Request failed Status:0 在本机环境下的例子中 可以正常显示图片 此图片是在玩一玩处取排行榜时返回的用户头像URL 代码如下 var WebGL = Laya.WebGL; // 程序入口 var GameMain = /** @class */ (function () { function GameMain() { //初始化...
来源: Laya_社区 发布时间: 20180629
...= null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private heartbeatInterval:number = 0; private heartbeatTimeout:number = 0; private nextHeartbeatTimeout:number = 0; private gapThreshold:number = 100; private heartbeatId:any = null;...
来源: Laya_社区 发布时间: 20180119
...常跑,但是发布后,运行报错 Failed to load file.Cross origin requests are Failed to load file:///H:/WeChatQ1Snake/release/layaweb/v1.0.0/res/atlas/images.atlas: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. i.send @ laya.core....
来源: Laya_社区 发布时间: 20180412
HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 function postData(url,request) { this.http = new Laya.HttpRequest(); //new一个HttpRequest类 this.http.once(Laya.Event.PROGRESS,this,this.onProgress); //数据传输中 this.http.once(Laya.Event.COMPLETE,this,this.onComplete); //...
来源: Laya_社区 发布时间: 20180315