腾讯AI开放平台API调用问题?
发布于 7 年前 作者 mengjun 5092 次浏览 来自 官方Issues

我这边是用JAVA的服务端做的请求

https://api.ai.qq.com/fcgi-bin/face/face_getinfo

String line = "https://api.ai.qq.com/fcgi-bin/face/face_getinfo?"+params;

URL url = new URL(line);

URLConnection conn = url.openConnection();

InputStream is = conn.getInputStream();

Scanner sc = new Scanner(is,"UTF-8");

返回的是

{ "ret": -31, "msg": "system busy, please try again later", "data": { "person_id": "", "person_name": "", "tag": "", "face_ids": [ ], "group_ids": [ ] } }

2 回复

找到客服

然后就没有然后了

在这问这个api没用,这边不管这个api

回到顶部