3 回复
wx.request({
url: 'https://www.temet.cn/', //仅为示例,并非真实的接口地址
data: {
keys: key
},
header: {
'content-type': 'application/json' // 默认值
},
success(res) {
console.log(res.data)
wx.request({
url: 'https://www.temet.cn/', //仅为示例,并非真实的接口地址
data: {
keys: key
},
header: {
'content-type': 'application/json' // 默认值
},
success(res) {
console.log(res.data)