{ "id": 3, "identity": "预发环境", "remark": "用于预发环境的账号" }
curl --location 'https://cookieplus.perk-net.com/api//open/userIdentity/update' \ --header 'token: d7b******62f' \ --header 'Content-Type: application/json' \ --data '{ "id": 3, "identity": "预发环境", "remark": "用于预发环境的账号" }'
{ "code": 200, "msg": "执行成功", "data": { "id": 3, "identity": "预发环境", "remark": "用于预发环境的账号" } }