注意:对于已有人脸的用户,使用此接口将使用传入的人脸覆盖原有人脸,请谨慎操作。
{ "userid": "james", "userface": "PLACE_HOLDER" }
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/checkin/addcheckinuserface?access_token={{accesstoken}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "userid": "james", "userface": "PLACE_HOLDER" }'
{ "errcode": 0, "errmsg": "ok" }