1***@163.com
1***@163.com
  • 发布:2020-12-21 16:17
  • 更新:2021-04-05 13:45
  • 阅读:762

IOS基座 用request请求报[Object] [{"errMsg":"request:fail abort statusCode:-1"}]

分类:uni-app
let param={  
                    account:this.user.name,  
                    password:this.user.password,  
                    isEncrypt: false  
                }  
                uni.request({  
                    url:'/shop/sso/login/login.do',  
                    method:"POST",  
                    data:param,  

                }).then(res => {  
                    console.log("888")  
                    console.log(res)  
                    // this.allLogin(res[1].data)  

                })

就这样,在h5页面上请求是可以的,有大佬知道吗

2020-12-21 16:17 负责人:无 分享
已邀请:
1***@qq.com

1***@qq.com

我也是这个问题 大佬解决了吗

jrexe

jrexe

我也是这个问题,安卓好好地,iOS之前2.9.5编译的时候没问题,这次编译后真机测试就不行了,接口也是https

7***@qq.com

7***@qq.com

请问解决了吗 我现在也是这个问题

该问题目前已经被锁定, 无法添加新回复