{
"deviceNo": "string",
"faceAuthSn": "string",
"speechAuthSn": "string",
"gmtCreate": "2019-08-24T14:15:22Z",
"remark": "string"
}
curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/deviceauth/save' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceNo": "string",
"faceAuthSn": "string",
"speechAuthSn": "string",
"gmtCreate": "2019-08-24T14:15:22Z",
"remark": "string"
}'
{
"code": 0,
"msg": "string",
"data": 922337203685477600,
"success": true
}