查询测试实体接口
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/api/industry/v1/solution/query_app_test_relation/
参见 通用参数 中公共参数部分
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/api/industry/v1/solution/query_app_test_relation/' \
--header 'Access-Token: clt.fd8df35457bfa32d2d35995e53361169QseLIOdpnrC6tiWBq3CWH7L8s4mo' \
--header 'Client_info;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "goods"
}'
响应示例响应示例
200 - 成功示例
{
"ref_id_list": [
"7176108397883017260",
"7101120811901126700"
],
"extra": {
"logid": "202301111424086A0BFBC6E9DA5697FBCF",
"now": 1666595790,
"error_code": 0,
"description": "",
"sub_error_code": 0,
"sub_description": "success"
},
"data": {
"error_code": 0,
"description": ""
}
}
请求参数
Header 参数
Access-Token
string
必需
示例值:
clt.fd8df35457bfa32d2d35995e53361169QseLIOdpnrC6tiWBq3CWH7L8s4mo
Client_info
string
必需
Content-Type
string
必需
示例值:
application/json
Body 参数application/json