变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.6.0 | 2024-07-02 | fain mo | 下线 |
{
"appid": "string",
"id": "string",
"pid": "string",
"uuid": "string"
}
curl --location --request PUT '/user/passport/relation' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"id": "string",
"pid": "string",
"uuid": "string"
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": true,
"traceId": "string"
}