查询生效中配置接口
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/api/industry/v1/solution/query_impl
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/api/industry/v1/solution/query_impl' \
--header 'access-token: clt.0f51f1a0011058c85760f19ef19b9920iBDHujfbsmHrAmsHlAMkhLxGCCpM' \
--header 'Content-Type: application/json' \
--data-raw '{
"solution_id_list":["7271144788200628539","7271144788200628249"]
}'
响应示例响应示例
{
"extra": {
"error_code": 0,
"description": "",
"sub_error_code": 0,
"sub_description": "success",
"logid": "02168674325065300000000000000000000ffff0a9a6263be866c",
"now": 1686743253
},
"solution_eff_ability_impl_list": [
{
"extension_ability_impl_list": [
{
"ability_identity": "/ext/common/test/runtime_field_test",
"app_id": "tt0feb7956908c100401",
"industry_code": "test-stress",
"name": "Tesla自动化_solution_open_api扩展点",
"prod_url": "https://open-platform-qa-boe.byted.org/api/trade/common/v2/custom_debug",
"protocol_type": 1,
"test_url": "https://open-platform-qa-boe.byted.org/api/trade/common/v2/dev/custom_debug"
},
{
"app_id": "tt0feb7956908c100401",
"industry_code": "test-stress",
"name": "压测扩展点",
"prod_url": "https://open-platform-qa-boe.byted.org/api/trade/common/v2/custom_debug",
"protocol_type": 1,
"test_url": "https://open-platform-qa-boe.byted.org/api/trade/common/v2/dev/custom_debug",
"ability_identity": "/ext/common/test/stress"
}
],
"message_ability_impl_list": [
{
"protocol_type": 1,
"test_url": "https://open-platform-qa-boe.byted.org/api/trade/common/v2/dev/custom_debug",
"ability_identity": "/msg/common/test/runtime_field_test",
"app_id": "tt0feb7956908c100401",
"industry_code": "test-stress",
"name": "Tesla自动化_solution_open_api消息",
"prod_url": "https://open-platform-qa-boe.byted.org/api/trade/common/v2/custom_debug"
}
],
"solution_id": "7271144788200628249"
}
],
"data": {
"error_code": 0,
"description": ""
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
access-token
string
必需
示例值:
clt.0f51f1a0011058c85760f19ef19b9920iBDHujfbsmHrAmsHlAMkhLxGCCpM
Body 参数application/json