变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 | |
V1.6.0 | 2023年11月15日 | antony.zhou | 新增 | |
客户模块V1.2.0 | 2024年10月09日 | fain mo | 新增 | 出参新增omnibusId字段;调整入参,删除无效字段 |
客户模块V1.3.0 | 2024年11月20日 | fain mo | 新增 | 出参新增demoOmnibusId字段;调整入参 |
code | msg | msg_cn |
---|
实际并发数 | 实际RT | 实际TPS | 频率限制次数(次/秒) |
---|---|---|---|
无 |
curl --location --request GET '/client/app/relation/info?pid&type'
{
"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",
"omnibusId": "string",
"demoOmnibusId": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}