微信小程序网络层封装的实现(promise, 登录锁)(2)

wx.Network.get({ url: 'xxx.xxx.xxx', // 请求路径 data: { a: "a" // 参数列表 } }, true // 增加第二个参数,true表示需要token, false表示不需要 ).then(res => { console.log("请求成功") }).catch(res => { console.log("请求失败") })

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/424f7dff1c1ca486e7e1629651acd3d2.html