变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 | |
V1.6.2 | 2024年07月 02日 | antony.zhou | 修改 |
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
{
"appid": "string",
"pid": "string",
"type": "string",
"uuid": "string"
}
curl --location --request POST '/client/app/relation' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"pid": "string",
"type": "string",
"uuid": "string"
}'
{
"code": 0,
"data": {
"appid": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"isDeleted": 0,
"pid": "string",
"type": "string",
"updateTime": "2019-08-24T14:15:22Z",
"uuid": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}