request({
url: 'https://aip.baidubce.com/rest/2.0/face/v3/faceset/user/add?access_token=' + _session,
method: "POST",
json: true,
headers: {
"content-type": "application/json",
},
body: picoption
},
function (error, response, body) {
if (!error && response.statusCode == 200) {
ctx.body= {
code:1
}
}
else {
}
});
没明白描述的问题,不能用是指调用
报错吗?还是什么其他问题