百度人像分割api:https://cloud.baidu.com/doc/BODY/s/Fk3cpyxua
wx.request({
url: 'https://aip.baidubce.com/rest/2.0/image-classify/v1/body_seg',
method:'POST',
data:{
grant_type: bdid, //AppID
client_id: bdkey, //API Key
client_secret: bdas, //Secret Key
image:imgs //本地图片地址
},
header: {
'content-type': 'application/json' // 默认值
},
success (res) {
console.log(res.data)
}
})
你好,为了维持社区的良好氛围,请勿重复发帖,感谢配合
报啥错?针对问题,解决问题
你还是好好看看文档,再下手吧
参数没有传对
和参数无关,你确定这个网址你有能力放在域名表里?