diff options
Diffstat (limited to 'data/en_us/iqs')
| -rw-r--r-- | data/en_us/iqs/2024-07-12/api-docs.php | 2814 | ||||
| -rw-r--r-- | data/en_us/iqs/2024-11-11/api-docs.php | 2174 | ||||
| -rw-r--r-- | data/en_us/iqs/2024-11-21/api-docs.php | 982 |
3 files changed, 3003 insertions, 2967 deletions
diff --git a/data/en_us/iqs/2024-07-12/api-docs.php b/data/en_us/iqs/2024-07-12/api-docs.php index eabc21a..28b7a92 100644 --- a/data/en_us/iqs/2024-07-12/api-docs.php +++ b/data/en_us/iqs/2024-07-12/api-docs.php @@ -1,10 +1,6 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'ROA', - 'product' => 'IQS', - 'version' => '2024-07-12', - ], + 'info' => ['style' => 'ROA', 'product' => 'IQS', 'version' => '2024-07-12'], 'directories' => [ 'QueryRestaurants', 'QueryHotels', @@ -14,21 +10,7 @@ 'id' => 0, 'title' => '其它', 'type' => 'directory', - 'children' => [ - 'QueryRestaurantsNl', - 'QueryHotelsNl', - 'QueryAttractionsNl', - 'NearbySearchNova', - 'ElectrobikeDirectionNova', - 'PlaceSearchNova', - 'BicyclingDirectionNova', - 'WalkingDirectionNova', - 'GeoCode', - 'DrivingDirectionNova', - 'RgeoCode', - 'TransitIntegratedDirection', - 'DrivingDirection', - ], + 'children' => ['QueryRestaurantsNl', 'QueryHotelsNl', 'QueryAttractionsNl', 'NearbySearchNova', 'ElectrobikeDirectionNova', 'PlaceSearchNova', 'BicyclingDirectionNova', 'WalkingDirectionNova', 'GeoCode', 'DrivingDirectionNova', 'RgeoCode', 'TransitIntegratedDirection', 'DrivingDirection'], ], ], 'components' => [ @@ -38,42 +20,28 @@ 'QueryRestaurants' => [ 'summary' => '餐厅查询', 'path' => '/amap-function-call-agent/iqs-agent-service/v1/nl/restaurants', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/AgentBaseQuery', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/AgentBaseQuery'], ], ], 'responses' => [ @@ -83,64 +51,40 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'D78E16C0-4D44-5065-BFF7-127F7859F687', - ], - 'queryResult' => [ - 'description' => '', - '$ref' => '#/components/schemas/QueryResult', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'D78E16C0-4D44-5065-BFF7-127F7859F687'], + 'queryResult' => ['description' => '', '$ref' => '#/components/schemas/QueryResult'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"D78E16C0-4D44-5065-BFF7-127F7859F687\\",\\n \\"queryResult\\": {\\n \\"data\\": [\\n {\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"metadata\\": {\\n \\"score\\": \\"\\",\\n \\"averageSpend\\": \\"\\",\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"mainTag\\": \\"\\"\\n },\\n \\"types\\": \\"\\",\\n \\"address\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"latitude\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"name\\": \\"\\",\\n \\"distanceMeter\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"longitude\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n }\\n}","type":"json"}]', ], 'QueryHotels' => [ 'summary' => '酒店查询', 'path' => '/amap-function-call-agent/iqs-agent-service/v1/nl/hotels', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/AgentBaseQuery', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/AgentBaseQuery'], ], ], 'responses' => [ @@ -150,64 +94,40 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => '78032F8B-0157-53F9-B1A8-3BD86ADE38D0', - ], - 'queryResult' => [ - 'description' => '', - '$ref' => '#/components/schemas/QueryResult', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '78032F8B-0157-53F9-B1A8-3BD86ADE38D0'], + 'queryResult' => ['description' => '', '$ref' => '#/components/schemas/QueryResult'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"78032F8B-0157-53F9-B1A8-3BD86ADE38D0\\",\\n \\"queryResult\\": {\\n \\"data\\": [\\n {\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"metadata\\": {\\n \\"score\\": \\"\\",\\n \\"averageSpend\\": \\"\\",\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"mainTag\\": \\"\\"\\n },\\n \\"types\\": \\"\\",\\n \\"address\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"latitude\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"name\\": \\"\\",\\n \\"distanceMeter\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"longitude\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n }\\n}","type":"json"}]', ], 'QueryAttractions' => [ 'summary' => '景点查询', 'path' => '/amap-function-call-agent/iqs-agent-service/v1/nl/attractions', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/AgentBaseQuery', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/AgentBaseQuery'], ], ], 'responses' => [ @@ -217,358 +137,220 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', - ], - 'queryResult' => [ - 'description' => '', - '$ref' => '#/components/schemas/QueryResult', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364'], + 'queryResult' => ['description' => '', '$ref' => '#/components/schemas/QueryResult'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"queryResult\\": {\\n \\"data\\": [\\n {\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"metadata\\": {\\n \\"score\\": \\"\\",\\n \\"averageSpend\\": \\"\\",\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"mainTag\\": \\"\\"\\n },\\n \\"types\\": \\"\\",\\n \\"address\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"latitude\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"name\\": \\"\\",\\n \\"distanceMeter\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"longitude\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n }\\n}","type":"json"}]', ], 'CommonQueryByScene' => [ 'summary' => '自然语言通用查询', 'path' => '/amap-function-call-agent/iqs-agent-service/v2/nl/common', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp93AW4O', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/CommonAgentQuery', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/CommonAgentQuery'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/QueryResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/QueryResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": [\\n {\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"metadata\\": {\\n \\"score\\": \\"\\",\\n \\"averageSpend\\": \\"\\",\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"mainTag\\": \\"\\"\\n },\\n \\"types\\": \\"\\",\\n \\"address\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"latitude\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"name\\": \\"\\",\\n \\"distanceMeter\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"longitude\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n}","type":"json"}]', ], 'QueryRestaurantsNl' => [ 'summary' => '餐厅查询', 'path' => '/amap-function-call-agent/iqs-agent-service/v2/nl/restaurants', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp93AW4O', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/AgentBaseQuery', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/AgentBaseQuery'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/QueryResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/QueryResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": [\\n {\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"metadata\\": {\\n \\"score\\": \\"\\",\\n \\"averageSpend\\": \\"\\",\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"mainTag\\": \\"\\"\\n },\\n \\"types\\": \\"\\",\\n \\"address\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"latitude\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"name\\": \\"\\",\\n \\"distanceMeter\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"longitude\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n}","type":"json"}]', ], 'QueryHotelsNl' => [ 'summary' => '酒店查询', 'path' => '/amap-function-call-agent/iqs-agent-service/v2/nl/hotels', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp93AW4O', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/AgentBaseQuery', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/AgentBaseQuery'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/QueryResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/QueryResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": [\\n {\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"metadata\\": {\\n \\"score\\": \\"\\",\\n \\"averageSpend\\": \\"\\",\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"mainTag\\": \\"\\"\\n },\\n \\"types\\": \\"\\",\\n \\"address\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"latitude\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"name\\": \\"\\",\\n \\"distanceMeter\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"longitude\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n}","type":"json"}]', ], 'QueryAttractionsNl' => [ 'summary' => '景点查询', 'path' => '/amap-function-call-agent/iqs-agent-service/v2/nl/attractions', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp93AW4O', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/AgentBaseQuery', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/AgentBaseQuery'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/QueryResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/QueryResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": [\\n {\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"metadata\\": {\\n \\"score\\": \\"\\",\\n \\"averageSpend\\": \\"\\",\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"mainTag\\": \\"\\"\\n },\\n \\"types\\": \\"\\",\\n \\"address\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"latitude\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"name\\": \\"\\",\\n \\"distanceMeter\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"longitude\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n}","type":"json"}]', ], 'NearbySearchNova' => [ 'summary' => '通过经纬度查询附近的地点', 'path' => '/ipaas/v2/pois/nearby', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'keywords', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'longitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.310918', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.310918'], ], [ 'name' => 'latitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.992873', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.992873'], ], [ 'name' => 'radius', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '3000', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '3000'], ], [ 'name' => 'types', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'GAS_STATION|RESTAURANT|HOTEL|ATTRACTION', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'GAS_STATION|RESTAURANT|HOTEL|ATTRACTION'], ], [ 'name' => 'page', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'size', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '5', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5'], ], [ 'name' => 'cityLimit', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - ], + 'schema' => ['type' => 'boolean'], ], [ 'name' => 'sortRule', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], ], 'responses' => [ @@ -578,9 +360,7 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'array', @@ -588,120 +368,32 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '34360', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'longitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '108.970162', - ], - 'latitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.994135', - ], - 'types' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'typeCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110200', - ], - 'provinceName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'provinceCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110000', - ], - 'cityName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'cityCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '010', - ], - 'districtName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'districtCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'address' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '445', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '34360'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'longitude' => ['description' => '', 'type' => 'string', 'example' => '108.970162'], + 'latitude' => ['description' => '', 'type' => 'string', 'example' => '39.994135'], + 'types' => ['description' => '', 'type' => 'string', 'example' => ''], + 'typeCode' => ['description' => '', 'type' => 'string', 'example' => '110200'], + 'provinceName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'provinceCode' => ['description' => '', 'type' => 'string', 'example' => '110000'], + 'cityName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'cityCode' => ['description' => '', 'type' => 'string', 'example' => '010'], + 'districtName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'districtCode' => ['description' => '', 'type' => 'string', 'example' => ''], + 'address' => ['description' => '', 'type' => 'string', 'example' => ''], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '445'], 'metadata' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'businessArea' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'phone' => [ - 'description' => '', - 'type' => 'string', - 'example' => '029-87983745', - ], - 'mainTag' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'score' => [ - 'description' => '', - 'type' => 'string', - 'example' => '4.5', - ], - 'dailyOpeningHours' => [ - 'description' => '', - 'type' => 'string', - 'example' => '11:00-14:00 17:00-21:00', - ], - 'weeklyOpeningDays' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'averageSpend' => [ - 'description' => '', - 'type' => 'string', - 'example' => '22.00', - ], - 'tag' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'businessArea' => ['description' => '', 'type' => 'string', 'example' => ''], + 'phone' => ['description' => '', 'type' => 'string', 'example' => '029-87983745'], + 'mainTag' => ['description' => '', 'type' => 'string', 'example' => ''], + 'score' => ['description' => '', 'type' => 'string', 'example' => '4.5'], + 'dailyOpeningHours' => ['description' => '', 'type' => 'string', 'example' => '11:00-14:00 17:00-21:00'], + 'weeklyOpeningDays' => ['description' => '', 'type' => 'string', 'example' => ''], + 'averageSpend' => ['description' => '', 'type' => 'string', 'example' => '22.00'], + 'tag' => ['description' => '', 'type' => 'string', 'example' => ''], ], ], 'images' => [ @@ -711,16 +403,8 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'title' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'test', - ], - 'url' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://alidocs.dingtalk.com/i/team/nb9XJVAdyvMrOXyA/docs/b9XJlRRKq1BQaGyA', - ], + 'title' => ['description' => '', 'type' => 'string', 'example' => 'test'], + 'url' => ['description' => '', 'type' => 'string', 'example' => 'https://alidocs.dingtalk.com/i/team/nb9XJVAdyvMrOXyA/docs/b9XJlRRKq1BQaGyA'], ], ], ], @@ -731,88 +415,54 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"6788a2c2-157d4ebe-ad979cd4f296\\",\\n \\"data\\": [\\n {\\n \\"id\\": \\"34360\\",\\n \\"name\\": \\"万城万充汽车充电站\\",\\n \\"longitude\\": \\"108.970162\\",\\n \\"latitude\\": \\"39.994135\\",\\n \\"types\\": \\"风景名胜\\",\\n \\"typeCode\\": \\"110200\\",\\n \\"provinceName\\": \\"陕西省\\",\\n \\"provinceCode\\": \\"110000\\",\\n \\"cityName\\": \\"西安市\\",\\n \\"cityCode\\": \\"010\\",\\n \\"districtName\\": \\"海淀区\\",\\n \\"districtCode\\": \\"610102东新街与顺城东路北段交叉口西北100米\\",\\n \\"address\\": \\"南京市江宁区苍穹路8号\\",\\n \\"distanceMeter\\": \\"445\\",\\n \\"metadata\\": {\\n \\"businessArea\\": \\"后宅们商圈\\",\\n \\"phone\\": \\"029-87983745\\",\\n \\"mainTag\\": \\"食堂\\",\\n \\"score\\": \\"4.5\\",\\n \\"dailyOpeningHours\\": \\"11:00-14:00 17:00-21:00\\",\\n \\"weeklyOpeningDays\\": \\"每天\\",\\n \\"averageSpend\\": \\"22.00\\",\\n \\"tag\\": \\"麻花,特色小吃,小吃街,羊肉泡馍,biangbiang面,肉夹馍,甑糕\\"\\n },\\n \\"images\\": [\\n {\\n \\"title\\": \\"test\\",\\n \\"url\\": \\"https://alidocs.dingtalk.com/i/team/nb9XJVAdyvMrOXyA/docs/b9XJlRRKq1BQaGyA\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', ], 'ElectrobikeDirectionNova' => [ 'summary' => '电动车路线规划方案V2', 'path' => '/ipaas/v2/direction/electrobike', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'originLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.345456', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.345456'], ], [ 'name' => 'originLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.995197', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.995197'], ], [ 'name' => 'destinationLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.46424', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.46424'], ], [ 'name' => 'destinationLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '40.234564', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '40.234564'], ], [ 'name' => 'showPolyline', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - ], + 'schema' => ['type' => 'boolean'], ], ], 'responses' => [ @@ -822,41 +472,17 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'originLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.345456', - ], - 'originLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.995197', - ], - 'destinationLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.46424', - ], - 'destinationLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '40.345456', - ], - 'taxiCost' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], - 'count' => [ - 'type' => 'string', - ], + 'originLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.345456'], + 'originLatitude' => ['description' => '', 'type' => 'string', 'example' => '39.995197'], + 'destinationLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.46424'], + 'destinationLatitude' => ['description' => '', 'type' => 'string', 'example' => '40.345456'], + 'taxiCost' => ['description' => '', 'type' => 'string', 'example' => '20'], + 'count' => ['type' => 'string'], 'paths' => [ 'description' => '', 'type' => 'array', @@ -864,60 +490,20 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '12000', - ], - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '300', - ], - 'restriction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '12000'], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '300'], + 'restriction' => ['description' => '', 'type' => 'string', 'example' => ''], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '500', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '4', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '4', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '500'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => '4'], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => '4'], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], 'steps' => [ @@ -927,68 +513,22 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'instruction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'orientation' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'roadName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'stepDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '3000', - ], - 'polyline' => [ - 'type' => 'string', - ], + 'instruction' => ['description' => '', 'type' => 'string', 'example' => ''], + 'orientation' => ['description' => '', 'type' => 'string', 'example' => ''], + 'roadName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'stepDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => '3000'], + 'polyline' => ['type' => 'string'], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2000', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '5', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '2000'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => '5'], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], ], @@ -1003,100 +543,59 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"123-sdf--23-234\\",\\n \\"data\\": {\\n \\"originLongitude\\": \\"116.345456\\",\\n \\"originLatitude\\": \\"39.995197\\",\\n \\"destinationLongitude\\": \\"116.46424\\",\\n \\"destinationLatitude\\": \\"40.345456\\",\\n \\"taxiCost\\": \\"20\\",\\n \\"count\\": \\"4\\",\\n \\"paths\\": [\\n {\\n \\"distanceMeter\\": \\"12000\\",\\n \\"durationSecond\\": \\"300\\",\\n \\"restriction\\": \\"不涉及\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"500\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"4\\",\\n \\"transitFee\\": \\"4\\",\\n \\"taxiFee\\": \\"20\\"\\n },\\n \\"steps\\": [\\n {\\n \\"instruction\\": \\"向东南骑行65米向左前方行驶\\",\\n \\"orientation\\": \\"东南\\",\\n \\"roadName\\": \\"大寨路\\",\\n \\"stepDistanceMeter\\": \\"3000\\",\\n \\"polyline\\": \\"116.464481,39.995206;116.46424,39.995192\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"2000\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"5\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"20\\"\\n }\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'PlaceSearchNova' => [ 'summary' => '通过关键词搜索地点', 'path' => '/ipaas/v2/pois/place', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'keywords', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'region', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'types', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'GAS_STATION|RESTAURANT|HOTEL|ATTRACTION', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'GAS_STATION|RESTAURANT|HOTEL|ATTRACTION'], ], [ 'name' => 'page', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'size', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '5', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '5'], ], [ 'name' => 'cityLimit', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - ], + 'schema' => ['type' => 'boolean'], ], ], 'responses' => [ @@ -1106,9 +605,7 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'array', @@ -1116,118 +613,32 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '34360', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'hydro-project/hydro-res-auth', - ], - 'longitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.482145', - ], - 'latitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.990039', - ], - 'types' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'typeCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110200', - ], - 'provinceName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'provinceCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110000', - ], - 'cityName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'cityCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '010', - ], - 'districtName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'districtCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110105', - ], - 'address' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '445', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '34360'], + 'name' => ['description' => '', 'type' => 'string', 'example' => 'hydro-project/hydro-res-auth'], + 'longitude' => ['description' => '', 'type' => 'string', 'example' => '116.482145'], + 'latitude' => ['description' => '', 'type' => 'string', 'example' => '39.990039'], + 'types' => ['description' => '', 'type' => 'string', 'example' => ''], + 'typeCode' => ['description' => '', 'type' => 'string', 'example' => '110200'], + 'provinceName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'provinceCode' => ['description' => '', 'type' => 'string', 'example' => '110000'], + 'cityName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'cityCode' => ['description' => '', 'type' => 'string', 'example' => '010'], + 'districtName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'districtCode' => ['description' => '', 'type' => 'string', 'example' => '110105'], + 'address' => ['description' => '', 'type' => 'string', 'example' => ''], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '445'], 'metadata' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'businessArea' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'phone' => [ - 'description' => '', - 'type' => 'string', - 'example' => '010-83847583', - ], - 'mainTag' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'score' => [ - 'type' => 'string', - ], - 'dailyOpeningHours' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'weeklyOpeningDays' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'averageSpend' => [ - 'description' => '', - 'type' => 'string', - 'example' => '78', - ], - 'tag' => [ - 'description' => '', - 'type' => 'string', - 'example' => '[{\\"value\\":\\"nttd\\",\\"key\\":\\"owner\\"}]', - ], + 'businessArea' => ['description' => '', 'type' => 'string', 'example' => ''], + 'phone' => ['description' => '', 'type' => 'string', 'example' => '010-83847583'], + 'mainTag' => ['description' => '', 'type' => 'string', 'example' => ''], + 'score' => ['type' => 'string'], + 'dailyOpeningHours' => ['description' => '', 'type' => 'string', 'example' => ''], + 'weeklyOpeningDays' => ['description' => '', 'type' => 'string', 'example' => ''], + 'averageSpend' => ['description' => '', 'type' => 'string', 'example' => '78'], + 'tag' => ['description' => '', 'type' => 'string', 'example' => '[{\\"value\\":\\"nttd\\",\\"key\\":\\"owner\\"}]'], ], ], 'images' => [ @@ -1237,16 +648,8 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'url' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://aos-comment.amap.com/B000A8UNZV/comment/f0a5ca9b58a31f63f8af51f459f75e4b_2048_2048_80.jpg', - ], - 'title' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'test', - ], + 'url' => ['description' => '', 'type' => 'string', 'example' => 'https://aos-comment.amap.com/B000A8UNZV/comment/f0a5ca9b58a31f63f8af51f459f75e4b_2048_2048_80.jpg'], + 'title' => ['description' => '', 'type' => 'string', 'example' => 'test'], ], ], ], @@ -1257,88 +660,54 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"szq21-xf234-24234vd\\",\\n \\"data\\": [\\n {\\n \\"id\\": \\"34360\\",\\n \\"name\\": \\"hydro-project/hydro-res-auth\\",\\n \\"longitude\\": \\"116.482145\\",\\n \\"latitude\\": \\"39.990039\\",\\n \\"types\\": \\"餐饮服务\\",\\n \\"typeCode\\": \\"110200\\",\\n \\"provinceName\\": \\"北京市\\",\\n \\"provinceCode\\": \\"110000\\",\\n \\"cityName\\": \\"西安市\\",\\n \\"cityCode\\": \\"010\\",\\n \\"districtName\\": \\"海淀区\\",\\n \\"districtCode\\": \\"110105\\",\\n \\"address\\": \\"颐和园路5号北京大学第二教学楼西门口正对面\\",\\n \\"distanceMeter\\": \\"445\\",\\n \\"metadata\\": {\\n \\"businessArea\\": \\"后宅们商圈\\",\\n \\"phone\\": \\"010-83847583\\",\\n \\"mainTag\\": \\"文物古迹\\",\\n \\"score\\": \\"4.5\\",\\n \\"dailyOpeningHours\\": \\"24小时\\",\\n \\"weeklyOpeningDays\\": \\"每天\\",\\n \\"averageSpend\\": \\"78\\",\\n \\"tag\\": \\"[{\\\\\\\\\\\\\\"value\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"nttd\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"key\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"owner\\\\\\\\\\\\\\"}]\\"\\n },\\n \\"images\\": [\\n {\\n \\"url\\": \\"https://aos-comment.amap.com/B000A8UNZV/comment/f0a5ca9b58a31f63f8af51f459f75e4b_2048_2048_80.jpg\\",\\n \\"title\\": \\"test\\"\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', ], 'BicyclingDirectionNova' => [ 'summary' => '根据起终点坐标检索符合条件的骑行路线规划方案', 'path' => '/ipaas/v2/direction/bicycling', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'originLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '117.466485', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '117.466485'], ], [ 'name' => 'originLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.995197', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.995197'], ], [ 'name' => 'destinationLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.46424', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.46424'], ], [ 'name' => 'destinationLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.995197', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.995197'], ], [ 'name' => 'showPolyline', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - ], + 'schema' => ['type' => 'boolean'], ], ], 'responses' => [ @@ -1348,41 +717,17 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'originLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.466485', - ], - 'originLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.995197', - ], - 'destinationLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.46424', - ], - 'destinationLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.995197', - ], - 'taxiCost' => [ - 'description' => '', - 'type' => 'string', - 'example' => '23', - ], - 'count' => [ - 'type' => 'string', - ], + 'originLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.466485'], + 'originLatitude' => ['description' => '', 'type' => 'string', 'example' => '39.995197'], + 'destinationLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.46424'], + 'destinationLatitude' => ['description' => '', 'type' => 'string', 'example' => '39.995197'], + 'taxiCost' => ['description' => '', 'type' => 'string', 'example' => '23'], + 'count' => ['type' => 'string'], 'paths' => [ 'description' => '', 'type' => 'array', @@ -1390,60 +735,20 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '96375', - ], - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '300', - ], - 'restriction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '96375'], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '300'], + 'restriction' => ['description' => '', 'type' => 'string', 'example' => ''], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39233', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '4', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '39233'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => '4'], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], 'steps' => [ @@ -1453,68 +758,22 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'instruction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'orientation' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'roadName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'stepDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '3000', - ], - 'polyline' => [ - 'type' => 'string', - ], + 'instruction' => ['description' => '', 'type' => 'string', 'example' => ''], + 'orientation' => ['description' => '', 'type' => 'string', 'example' => ''], + 'roadName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'stepDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => '3000'], + 'polyline' => ['type' => 'string'], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2000', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '2000'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], ], @@ -1529,88 +788,54 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"sdfsd234-2vxcg345-345vc\\",\\n \\"data\\": {\\n \\"originLongitude\\": \\"116.466485\\",\\n \\"originLatitude\\": \\"39.995197\\",\\n \\"destinationLongitude\\": \\"116.46424\\",\\n \\"destinationLatitude\\": \\"39.995197\\",\\n \\"taxiCost\\": \\"23\\",\\n \\"count\\": \\"6\\",\\n \\"paths\\": [\\n {\\n \\"distanceMeter\\": \\"96375\\",\\n \\"durationSecond\\": \\"300\\",\\n \\"restriction\\": \\"不限行\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"39233\\",\\n \\"tolls\\": \\"无\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"4\\",\\n \\"taxiFee\\": \\"20\\"\\n },\\n \\"steps\\": [\\n {\\n \\"instruction\\": \\"向东南骑行65米向左前方行驶\\",\\n \\"orientation\\": \\"南\\",\\n \\"roadName\\": \\"丰科大道\\",\\n \\"stepDistanceMeter\\": \\"3000\\",\\n \\"polyline\\": \\"116.464481,39.995206;116.46424,39.995192\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"2000\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"20\\"\\n }\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'WalkingDirectionNova' => [ 'summary' => '根据起终点坐标检索符合条件的步行路线规划方案', 'path' => '/ipaas/v2/direction/walking', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'originLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.466485', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.466485'], ], [ 'name' => 'originLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.995197', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.995197'], ], [ 'name' => 'destinationLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.46424', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.46424'], ], [ 'name' => 'destinationLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '40.345456', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '40.345456'], ], [ 'name' => 'showPolyline', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - ], + 'schema' => ['type' => 'boolean'], ], ], 'responses' => [ @@ -1620,41 +845,17 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'originLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.466485', - ], - 'originLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.995197', - ], - 'destinationLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.46424', - ], - 'destinationLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '40.020642', - ], - 'taxiCost' => [ - 'description' => '', - 'type' => 'string', - 'example' => '8', - ], - 'count' => [ - 'type' => 'string', - ], + 'originLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.466485'], + 'originLatitude' => ['description' => '', 'type' => 'string', 'example' => '39.995197'], + 'destinationLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.46424'], + 'destinationLatitude' => ['description' => '', 'type' => 'string', 'example' => '40.020642'], + 'taxiCost' => ['description' => '', 'type' => 'string', 'example' => '8'], + 'count' => ['type' => 'string'], 'paths' => [ 'description' => '', 'type' => 'array', @@ -1662,60 +863,20 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '12000', - ], - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39223', - ], - 'restriction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '12000'], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '39223'], + 'restriction' => ['description' => '', 'type' => 'string', 'example' => ''], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1232', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '3', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '10', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '1232'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => '3'], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => '10'], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], 'steps' => [ @@ -1725,68 +886,22 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'instruction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'orientation' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'roadName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'stepDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1665', - ], - 'polyline' => [ - 'type' => 'string', - ], + 'instruction' => ['description' => '', 'type' => 'string', 'example' => ''], + 'orientation' => ['description' => '', 'type' => 'string', 'example' => ''], + 'roadName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'stepDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => '1665'], + 'polyline' => ['type' => 'string'], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '13', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '13'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], ], @@ -1801,61 +916,39 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"12asda-234dsfs-sd23sdf\\",\\n \\"data\\": {\\n \\"originLongitude\\": \\"116.466485\\",\\n \\"originLatitude\\": \\"39.995197\\",\\n \\"destinationLongitude\\": \\"116.46424\\",\\n \\"destinationLatitude\\": \\"40.020642\\",\\n \\"taxiCost\\": \\"8\\",\\n \\"count\\": \\"5\\",\\n \\"paths\\": [\\n {\\n \\"distanceMeter\\": \\"12000\\",\\n \\"durationSecond\\": \\"39223\\",\\n \\"restriction\\": \\"不涉及\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"1232\\",\\n \\"tolls\\": \\"无\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"3\\",\\n \\"transitFee\\": \\"10\\",\\n \\"taxiFee\\": \\"20\\"\\n },\\n \\"steps\\": [\\n {\\n \\"instruction\\": \\"向东南骑行65米向左前方行驶\\",\\n \\"orientation\\": \\"东南\\",\\n \\"roadName\\": \\"大寨路\\",\\n \\"stepDistanceMeter\\": \\"1665\\",\\n \\"polyline\\": \\"116.464481,39.995206;116.46424,39.995192\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"13\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"20\\"\\n }\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'GeoCode' => [ 'summary' => '地理编码,将详细的结构化地址转换为高德经纬度坐标', 'path' => '/ipaas/v1/geocode/geo', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'address', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'city', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], ], 'responses' => [ @@ -1865,9 +958,7 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'array', @@ -1875,61 +966,21 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'province' => [ - 'description' => '', - 'type' => 'string', - ], - 'city' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'cityCode' => [ - 'description' => '', - 'type' => 'string', - ], - 'district' => [ - 'description' => '', - 'type' => 'string', - ], - 'districtCode' => [ - 'description' => '', - 'type' => 'string', - ], - 'street' => [ - 'description' => '', - 'type' => 'string', - ], - 'number' => [ - 'description' => '', - 'type' => 'string', - 'example' => '12201281024024', - ], - 'longitude' => [ - 'description' => '', - 'type' => 'string', - ], - 'latitude' => [ - 'description' => '', - 'type' => 'string', - ], - 'level' => [ - 'description' => '', - 'type' => 'string', - ], + 'province' => ['description' => '', 'type' => 'string'], + 'city' => ['description' => '', 'type' => 'string', 'example' => ''], + 'cityCode' => ['description' => '', 'type' => 'string'], + 'district' => ['description' => '', 'type' => 'string'], + 'districtCode' => ['description' => '', 'type' => 'string'], + 'street' => ['description' => '', 'type' => 'string'], + 'number' => ['description' => '', 'type' => 'string', 'example' => '12201281024024'], + 'longitude' => ['description' => '', 'type' => 'string'], + 'latitude' => ['description' => '', 'type' => 'string'], + 'level' => ['description' => '', 'type' => 'string'], 'building' => [ 'type' => 'object', 'properties' => [ - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'timeliness_ms', - ], - 'type' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'internal', - ], + 'name' => ['description' => '', 'type' => 'string', 'example' => 'timeliness_ms'], + 'type' => ['description' => '', 'type' => 'string', 'example' => 'internal'], ], ], ], @@ -1939,102 +990,64 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"zxcx-vx-cv-x-s-d\\",\\n \\"data\\": [\\n {\\n \\"province\\": \\"北京市\\",\\n \\"city\\": \\"北京市\\",\\n \\"cityCode\\": \\"010\\",\\n \\"district\\": \\"朝阳区\\",\\n \\"districtCode\\": \\"110105\\",\\n \\"street\\": \\"阜通东大街\\",\\n \\"number\\": \\"6号院\\",\\n \\"longitude\\": \\"116.482145\\",\\n \\"latitude\\": \\"39.990039\\",\\n \\"level\\": \\"门址\\",\\n \\"building\\": {\\n \\"name\\": \\"xxx大厦\\",\\n \\"type\\": \\"商务写字楼\\"\\n }\\n }\\n ]\\n}","type":"json"}]', ], 'DrivingDirectionNova' => [ 'summary' => '根据起终点坐标检索符合条件的驾车路线规划方案', 'path' => '/ipaas/v2/direction/driving', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'originLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.466485', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.466485'], ], [ 'name' => 'originLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.995197', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.995197'], ], [ 'name' => 'destinationLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.46424', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.46424'], ], [ 'name' => 'destinationLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '43.345456', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '43.345456'], ], [ 'name' => 'carType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'plate', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'showPolyline', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - ], + 'schema' => ['type' => 'boolean'], ], ], 'responses' => [ @@ -2044,41 +1057,17 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'originLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '117.466485', - ], - 'originLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.995197', - ], - 'destinationLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.46424', - ], - 'destinationLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '40.345456', - ], - 'taxiCost' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], - 'count' => [ - 'type' => 'string', - ], + 'originLongitude' => ['description' => '', 'type' => 'string', 'example' => '117.466485'], + 'originLatitude' => ['description' => '', 'type' => 'string', 'example' => '39.995197'], + 'destinationLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.46424'], + 'destinationLatitude' => ['description' => '', 'type' => 'string', 'example' => '40.345456'], + 'taxiCost' => ['description' => '', 'type' => 'string', 'example' => '20'], + 'count' => ['type' => 'string'], 'paths' => [ 'description' => '', 'type' => 'array', @@ -2086,60 +1075,20 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '96375', - ], - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39223', - ], - 'restriction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '96375'], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '39223'], + 'restriction' => ['description' => '', 'type' => 'string', 'example' => ''], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39233', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '3', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '10', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '39233'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => '3'], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => '10'], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], 'steps' => [ @@ -2149,68 +1098,22 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'instruction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'orientation' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'roadName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'stepDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '3000', - ], - 'polyline' => [ - 'type' => 'string', - ], + 'instruction' => ['description' => '', 'type' => 'string', 'example' => ''], + 'orientation' => ['description' => '', 'type' => 'string', 'example' => ''], + 'roadName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'stepDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => '3000'], + 'polyline' => ['type' => 'string'], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1234', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '1234'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], ], @@ -2225,61 +1128,39 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"sds234-xd354rd\\",\\n \\"data\\": {\\n \\"originLongitude\\": \\"117.466485\\",\\n \\"originLatitude\\": \\"39.995197\\",\\n \\"destinationLongitude\\": \\"116.46424\\",\\n \\"destinationLatitude\\": \\"40.345456\\",\\n \\"taxiCost\\": \\"20\\",\\n \\"count\\": \\"3\\",\\n \\"paths\\": [\\n {\\n \\"distanceMeter\\": \\"96375\\",\\n \\"durationSecond\\": \\"39223\\",\\n \\"restriction\\": \\"不限行\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"39233\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"3\\",\\n \\"transitFee\\": \\"10\\",\\n \\"taxiFee\\": \\"20\\"\\n },\\n \\"steps\\": [\\n {\\n \\"instruction\\": \\"向西骑行1665米左转\\",\\n \\"orientation\\": \\"南\\",\\n \\"roadName\\": \\"丰科大道\\",\\n \\"stepDistanceMeter\\": \\"3000\\",\\n \\"polyline\\": \\"116.464481,39.995206;116.46424,39.995192\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"1234\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"20\\"\\n }\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'RgeoCode' => [ 'summary' => '逆地理编码,将经纬度转换为详细结构化的地址信息', 'path' => '/ipaas/v1/geocode/regeo', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'longitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.310918', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.310918'], ], [ 'name' => 'latitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.989027', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.989027'], ], ], 'responses' => [ @@ -2289,122 +1170,46 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'formattedAddress' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'country' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'province' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'city' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'cityCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '010', - ], - 'district' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'districtCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110108', - ], - 'townShip' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'townCode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110108015000', - ], + 'formattedAddress' => ['description' => '', 'type' => 'string', 'example' => ''], + 'country' => ['description' => '', 'type' => 'string', 'example' => ''], + 'province' => ['description' => '', 'type' => 'string', 'example' => ''], + 'city' => ['description' => '', 'type' => 'string', 'example' => ''], + 'cityCode' => ['description' => '', 'type' => 'string', 'example' => '010'], + 'district' => ['description' => '', 'type' => 'string', 'example' => ''], + 'districtCode' => ['description' => '', 'type' => 'string', 'example' => '110108'], + 'townShip' => ['description' => '', 'type' => 'string', 'example' => ''], + 'townCode' => ['description' => '', 'type' => 'string', 'example' => '110108015000'], 'neighborhood' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'type' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'type' => ['description' => '', 'type' => 'string', 'example' => ''], ], ], 'building' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'name' => [ - 'description' => '', - 'type' => 'string', - ], - 'type' => [ - 'description' => '', - 'type' => 'string', - ], + 'name' => ['description' => '', 'type' => 'string'], + 'type' => ['description' => '', 'type' => 'string'], ], ], 'streetNumber' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'street' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'number' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'longitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.311943', - ], - 'latitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.986542', - ], - 'direction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '289.832', - ], + 'street' => ['description' => '', 'type' => 'string', 'example' => ''], + 'number' => ['description' => '', 'type' => 'string', 'example' => ''], + 'longitude' => ['description' => '', 'type' => 'string', 'example' => '116.311943'], + 'latitude' => ['description' => '', 'type' => 'string', 'example' => '39.986542'], + 'direction' => ['description' => '', 'type' => 'string', 'example' => ''], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '289.832'], ], ], 'businessAreas' => [ @@ -2413,26 +1218,10 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '110108', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'longitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.294214', - ], - 'latitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.996850', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '110108'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'longitude' => ['description' => '', 'type' => 'string', 'example' => '116.294214'], + 'latitude' => ['description' => '', 'type' => 'string', 'example' => '39.996850'], ], ], ], @@ -2442,108 +1231,64 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"12sdfsdfsd-234sdxfd-23rcgc\\",\\n \\"data\\": {\\n \\"formattedAddress\\": \\"北京市海淀区燕园街道北京大学\\",\\n \\"country\\": \\"中国\\",\\n \\"province\\": \\"北京市\\",\\n \\"city\\": \\"北京市\\",\\n \\"cityCode\\": \\"010\\",\\n \\"district\\": \\"海淀区\\",\\n \\"districtCode\\": \\"110108\\",\\n \\"townShip\\": \\"燕园街道\\",\\n \\"townCode\\": \\"110108015000\\",\\n \\"neighborhood\\": {\\n \\"name\\": \\"北京大学\\",\\n \\"type\\": \\"科教文化服务|学校|高等院校\\"\\n },\\n \\"building\\": {\\n \\"name\\": \\"xxx科技园\\",\\n \\"type\\": \\"科技园\\"\\n },\\n \\"streetNumber\\": {\\n \\"street\\": \\"海淀路\\",\\n \\"number\\": \\"36号\\",\\n \\"longitude\\": \\"116.311943\\",\\n \\"latitude\\": \\"39.986542\\",\\n \\"direction\\": \\"南\\",\\n \\"distanceMeter\\": \\"289.832\\"\\n },\\n \\"businessAreas\\": [\\n {\\n \\"id\\": \\"110108\\",\\n \\"name\\": \\"西苑\\",\\n \\"longitude\\": \\"116.294214\\",\\n \\"latitude\\": \\"39.996850\\"\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'TransitIntegratedDirection' => [ 'summary' => '公共交通路线规划方案', 'path' => '/ipaas/v2/direction/transit/integrated', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'originLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.466485', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.466485'], ], [ 'name' => 'originLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.995197', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.995197'], ], [ 'name' => 'destinationLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.46424', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.46424'], ], [ 'name' => 'destinationLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '40.345456', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '40.345456'], ], [ 'name' => 'originCity', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'destinationCity', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'showPolyline', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - ], + 'schema' => ['type' => 'boolean'], ], ], 'responses' => [ @@ -2553,82 +1298,28 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'type' => 'string', - ], + 'requestId' => ['type' => 'string'], 'data' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'originLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.466485', - ], - 'originLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.995197', - ], - 'destinationLongitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.46424', - ], - 'destinationLatitude' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39.995197', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '445', - ], - 'count' => [ - 'description' => '', - 'type' => 'string', - 'example' => '5', - ], + 'originLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.466485'], + 'originLatitude' => ['description' => '', 'type' => 'string', 'example' => '39.995197'], + 'destinationLongitude' => ['description' => '', 'type' => 'string', 'example' => '116.46424'], + 'destinationLatitude' => ['description' => '', 'type' => 'string', 'example' => '39.995197'], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '445'], + 'count' => ['description' => '', 'type' => 'string', 'example' => '5'], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1231', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '23', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '1231'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => '23'], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '6'], ], ], 'paths' => [ @@ -2642,58 +1333,18 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '39233', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2000', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '4', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '20', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '39233'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => '2000'], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => '4'], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '20'], ], ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '12000', - ], - 'walkingDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '23435', - ], - 'nightflag' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '12000'], + 'walkingDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => '23435'], + 'nightflag' => ['description' => '', 'type' => 'string', 'example' => ''], 'segments' => [ 'description' => '', 'type' => 'array', @@ -2705,60 +1356,20 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'origin' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.466568,39.995552', - ], - 'destination' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.468208,39.998875', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '546', - ], + 'origin' => ['description' => '', 'type' => 'string', 'example' => '116.466568,39.995552'], + 'destination' => ['description' => '', 'type' => 'string', 'example' => '116.468208,39.998875'], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '546'], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '468', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '3', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '468'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => '3'], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => ''], ], ], 'steps' => [ @@ -2768,84 +1379,34 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'instruction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'orientation' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'roadName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'stepDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'instruction' => ['description' => '', 'type' => 'string', 'example' => ''], + 'orientation' => ['description' => '', 'type' => 'string', 'example' => ''], + 'roadName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'stepDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '435', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '435'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => ''], ], ], 'polyline' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'polyline' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.467751,39.997631;116.467430,39.997631', - ], + 'polyline' => ['description' => '', 'type' => 'string', 'example' => '116.467751,39.997631;116.467430,39.997631'], ], ], ], ], ], - 'index' => [ - 'type' => 'string', - ], + 'index' => ['type' => 'string'], ], ], 'bus' => [ @@ -2859,101 +1420,33 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '900000028907', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'type' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '13322', - ], - 'busTimeTips' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'bustimetag' => [ - 'description' => '', - 'type' => 'string', - 'example' => '0', - ], - 'startTime' => [ - 'description' => '', - 'type' => 'string', - 'example' => '0509', - ], - 'endTime' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2259', - ], - 'viaNum' => [ - 'description' => '', - 'type' => 'string', - 'example' => '8', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '900000028907'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'type' => ['description' => '', 'type' => 'string', 'example' => ''], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '13322'], + 'busTimeTips' => ['description' => '', 'type' => 'string', 'example' => ''], + 'bustimetag' => ['description' => '', 'type' => 'string', 'example' => '0'], + 'startTime' => ['description' => '', 'type' => 'string', 'example' => '0509'], + 'endTime' => ['description' => '', 'type' => 'string', 'example' => '2259'], + 'viaNum' => ['description' => '', 'type' => 'string', 'example' => '8'], 'polyline' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'polyline' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.471544,39.991835', - ], + 'polyline' => ['description' => '', 'type' => 'string', 'example' => '116.471544,39.991835'], ], ], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1521', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '1521'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => ''], ], ], 'viaStops' => [ @@ -2961,15 +1454,9 @@ 'items' => [ 'type' => 'object', 'properties' => [ - 'id' => [ - 'type' => 'string', - ], - 'name' => [ - 'type' => 'string', - ], - 'location' => [ - 'type' => 'string', - ], + 'id' => ['type' => 'string'], + 'name' => ['type' => 'string'], + 'location' => ['type' => 'string'], ], ], ], @@ -2977,40 +1464,16 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '60852', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'location' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.468213,39.998876', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '60852'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'location' => ['description' => '', 'type' => 'string', 'example' => '116.468213,39.998876'], 'entrance' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '99088345834', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'location' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.468213,39.998876', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '99088345834'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'location' => ['description' => '', 'type' => 'string', 'example' => '116.468213,39.998876'], ], ], ], @@ -3019,40 +1482,16 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '100935', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'location' => [ - 'description' => '', - 'type' => 'string', - 'example' => '119.82416178385417,30.27139702690972', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '100935'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'location' => ['description' => '', 'type' => 'string', 'example' => '119.82416178385417,30.27139702690972'], 'exit' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '900000028907015', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'location' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.468213,39.998876', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '900000028907015'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'location' => ['description' => '', 'type' => 'string', 'example' => '116.468213,39.998876'], ], ], ], @@ -3060,115 +1499,41 @@ ], ], ], - 'index' => [ - 'type' => 'string', - ], + 'index' => ['type' => 'string'], ], ], 'railway' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '434508', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'time' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2024-09-28 10:07:22', - ], - 'trip' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'type' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '398734', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '434508'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'time' => ['description' => '', 'type' => 'string', 'example' => '2024-09-28 10:07:22'], + 'trip' => ['description' => '', 'type' => 'string', 'example' => ''], + 'type' => ['description' => '', 'type' => 'string', 'example' => ''], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '398734'], 'departureStop' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '100937', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'location' => [ - 'description' => '', - 'type' => 'string', - 'example' => '101.45625135633681,25.08939480251736', - ], - 'time' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2024-09-30 10:04:13', - ], - 'adcode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '029', - ], - 'start' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1729440000000', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '100937'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'location' => ['description' => '', 'type' => 'string', 'example' => '101.45625135633681,25.08939480251736'], + 'time' => ['description' => '', 'type' => 'string', 'example' => '2024-09-30 10:04:13'], + 'adcode' => ['description' => '', 'type' => 'string', 'example' => '029'], + 'start' => ['description' => '', 'type' => 'string', 'example' => '1729440000000'], ], ], 'arrivalStop' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'id' => [ - 'description' => '', - 'type' => 'string', - 'example' => '8234837534', - ], - 'name' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'location' => [ - 'description' => '', - 'type' => 'string', - 'example' => '101.45625135633681,25.08939480251736', - ], - 'time' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2024-10-28 10:10:32', - ], - 'adcode' => [ - 'description' => '', - 'type' => 'string', - 'example' => '023', - ], - 'end' => [ - 'description' => 'end', - 'type' => 'string', - 'example' => '1699410466578', - ], + 'id' => ['description' => '', 'type' => 'string', 'example' => '8234837534'], + 'name' => ['description' => '', 'type' => 'string', 'example' => ''], + 'location' => ['description' => '', 'type' => 'string', 'example' => '101.45625135633681,25.08939480251736'], + 'time' => ['description' => '', 'type' => 'string', 'example' => '2024-10-28 10:10:32'], + 'adcode' => ['description' => '', 'type' => 'string', 'example' => '023'], + 'end' => ['description' => 'end', 'type' => 'string', 'example' => '1699410466578'], ], ], 'spaces' => [ @@ -3178,74 +1543,32 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'code' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'cost' => [ - 'description' => '', - 'type' => 'string', - 'example' => '150', - ], + 'code' => ['description' => '', 'type' => 'string', 'example' => ''], + 'cost' => ['description' => '', 'type' => 'string', 'example' => '150'], ], ], ], - 'index' => [ - 'type' => 'string', - ], + 'index' => ['type' => 'string'], ], ], 'taxi' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'price' => [ - 'description' => '', - 'type' => 'string', - 'example' => '13.5', - ], - 'driveTimeSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '720', - ], - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1772', - ], - 'originPoint' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.476597,39.893420', - ], - 'originName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'destinationPoint' => [ - 'description' => '', - 'type' => 'string', - 'example' => '116.464297,39.896458', - ], - 'destinationName' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'xxx', - ], + 'price' => ['description' => '', 'type' => 'string', 'example' => '13.5'], + 'driveTimeSecond' => ['description' => '', 'type' => 'string', 'example' => '720'], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '1772'], + 'originPoint' => ['description' => '', 'type' => 'string', 'example' => '116.476597,39.893420'], + 'originName' => ['description' => '', 'type' => 'string', 'example' => ''], + 'destinationPoint' => ['description' => '', 'type' => 'string', 'example' => '116.464297,39.896458'], + 'destinationName' => ['description' => '', 'type' => 'string', 'example' => 'xxx'], 'polyline' => [ 'type' => 'object', 'properties' => [ - 'polyline' => [ - 'type' => 'string', - ], + 'polyline' => ['type' => 'string'], ], ], - 'index' => [ - 'type' => 'string', - ], + 'index' => ['type' => 'string'], ], ], ], @@ -3260,81 +1583,49 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"xszdwr-234dvcxvc\\",\\n \\"data\\": {\\n \\"originLongitude\\": \\"116.466485\\",\\n \\"originLatitude\\": \\"39.995197\\",\\n \\"destinationLongitude\\": \\"116.46424\\",\\n \\"destinationLatitude\\": \\"39.995197\\",\\n \\"distanceMeter\\": \\"445\\",\\n \\"count\\": \\"5\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"1231\\",\\n \\"tolls\\": \\"23\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"6\\"\\n },\\n \\"paths\\": [\\n {\\n \\"cost\\": {\\n \\"durationSecond\\": \\"39233\\",\\n \\"tolls\\": \\"无\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"2000\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"4\\",\\n \\"taxiFee\\": \\"20\\"\\n },\\n \\"distanceMeter\\": \\"12000\\",\\n \\"walkingDistanceMeter\\": \\"23435\\",\\n \\"nightflag\\": \\"否\\",\\n \\"segments\\": [\\n {\\n \\"walking\\": {\\n \\"origin\\": \\"116.466568,39.995552\\",\\n \\"destination\\": \\"116.468208,39.998875\\",\\n \\"distanceMeter\\": \\"546\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"468\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"3\\",\\n \\"taxiFee\\": \\"不涉及\\"\\n },\\n \\"steps\\": [\\n {\\n \\"instruction\\": \\"步行16米右转\\",\\n \\"orientation\\": \\"右\\",\\n \\"roadName\\": \\"无\\",\\n \\"stepDistanceMeter\\": \\"无\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"435\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"不涉及\\"\\n },\\n \\"polyline\\": {\\n \\"polyline\\": \\"116.467751,39.997631;116.467430,39.997631\\"\\n }\\n }\\n ],\\n \\"index\\": \\"0\\"\\n },\\n \\"bus\\": {\\n \\"buslines\\": [\\n {\\n \\"id\\": \\"900000028907\\",\\n \\"name\\": \\"地铁14号线(善各庄--张郭庄)\\",\\n \\"type\\": \\"地铁线路\\",\\n \\"distanceMeter\\": \\"13322\\",\\n \\"busTimeTips\\": \\"无\\",\\n \\"bustimetag\\": \\"0\\",\\n \\"startTime\\": \\"0509\\",\\n \\"endTime\\": \\"2259\\",\\n \\"viaNum\\": \\"8\\",\\n \\"polyline\\": {\\n \\"polyline\\": \\"116.471544,39.991835\\"\\n },\\n \\"cost\\": {\\n \\"durationSecond\\": \\"1521\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"不涉及\\"\\n },\\n \\"viaStops\\": [\\n {\\n \\"id\\": \\"900000028907009\\",\\n \\"name\\": \\"将台\\",\\n \\"location\\": \\"116.485919,39.958375\\"\\n }\\n ],\\n \\"departureStop\\": {\\n \\"id\\": \\"60852\\",\\n \\"name\\": \\"望京\\",\\n \\"location\\": \\"116.468213,39.998876\\",\\n \\"entrance\\": {\\n \\"id\\": \\"99088345834\\",\\n \\"name\\": \\"H西南口\\",\\n \\"location\\": \\"116.468213,39.998876\\"\\n }\\n },\\n \\"arrivalStop\\": {\\n \\"id\\": \\"100935\\",\\n \\"name\\": \\"九龙山\\",\\n \\"location\\": \\"119.82416178385417,30.27139702690972\\",\\n \\"exit\\": {\\n \\"id\\": \\"900000028907015\\",\\n \\"name\\": \\"A西北口\\",\\n \\"location\\": \\"116.468213,39.998876\\"\\n }\\n }\\n }\\n ],\\n \\"index\\": \\"1\\"\\n },\\n \\"railway\\": {\\n \\"id\\": \\"434508\\",\\n \\"name\\": \\"xxx号动车\\",\\n \\"time\\": \\"2024-09-28 10:07:22\\",\\n \\"trip\\": \\"8003次\\",\\n \\"type\\": \\"动车组\\",\\n \\"distanceMeter\\": \\"398734\\",\\n \\"departureStop\\": {\\n \\"id\\": \\"100937\\",\\n \\"name\\": \\"西安北站\\",\\n \\"location\\": \\"101.45625135633681,25.08939480251736\\",\\n \\"time\\": \\"2024-09-30 10:04:13\\",\\n \\"adcode\\": \\"029\\",\\n \\"start\\": \\"1729440000000\\"\\n },\\n \\"arrivalStop\\": {\\n \\"id\\": \\"8234837534\\",\\n \\"name\\": \\"洛阳东站\\",\\n \\"location\\": \\"101.45625135633681,25.08939480251736\\",\\n \\"time\\": \\"2024-10-28 10:10:32\\",\\n \\"adcode\\": \\"023\\",\\n \\"end\\": \\"1699410466578\\"\\n },\\n \\"spaces\\": [\\n {\\n \\"code\\": \\"软卧\\",\\n \\"cost\\": \\"150\\"\\n }\\n ],\\n \\"index\\": \\"2\\"\\n },\\n \\"taxi\\": {\\n \\"price\\": \\"13.5\\",\\n \\"driveTimeSecond\\": \\"720\\",\\n \\"distanceMeter\\": \\"1772\\",\\n \\"originPoint\\": \\"116.476597,39.893420\\",\\n \\"originName\\": \\"九龙山A西北口\\",\\n \\"destinationPoint\\": \\"116.464297,39.896458\\",\\n \\"destinationName\\": \\"xxx\\",\\n \\"polyline\\": {\\n \\"polyline\\": \\"\\"\\n },\\n \\"index\\": \\"2\\"\\n }\\n }\\n ]\\n }\\n ]\\n }\\n}","type":"json"}]', ], 'DrivingDirection' => [ 'summary' => '根据起终点坐标检索符合条件的驾车路线规划方案', 'path' => '/ipaas/v1/direction/driving', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp00UKME', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], ], 'parameters' => [ [ 'name' => 'originLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.466485', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.466485'], ], [ 'name' => 'originLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.995197', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.995197'], ], [ 'name' => 'destinationLongitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '116.46424', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '116.46424'], ], [ 'name' => 'destinationLatitude', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '39.896463', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '39.896463'], ], ], 'responses' => [ @@ -3344,11 +1635,7 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', - ], + 'requestId' => ['description' => 'Id of the request', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364'], 'data' => [ 'description' => '', 'type' => 'array', @@ -3356,55 +1643,19 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'distanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '445', - ], - 'restriction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'distanceMeter' => ['description' => '', 'type' => 'string', 'example' => '445'], + 'restriction' => ['description' => '', 'type' => 'string', 'example' => ''], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '1231', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '23', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '6', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '1231'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => '23'], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => ''], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => '6'], ], ], 'steps' => [ @@ -3414,65 +1665,21 @@ 'description' => '', 'type' => 'object', 'properties' => [ - 'instruction' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'orientation' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'stepDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '500', - ], - 'roadName' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'instruction' => ['description' => '', 'type' => 'string', 'example' => ''], + 'orientation' => ['description' => '', 'type' => 'string', 'example' => ''], + 'stepDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => '500'], + 'roadName' => ['description' => '', 'type' => 'string', 'example' => ''], 'cost' => [ 'description' => '', 'type' => 'object', 'properties' => [ - 'durationSecond' => [ - 'description' => '', - 'type' => 'string', - 'example' => '27647', - ], - 'tolls' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'tollRoads' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'xxx', - ], - 'tollDistanceMeter' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'trafficLights' => [ - 'description' => '', - 'type' => 'string', - 'example' => '5', - ], - 'transitFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], - 'taxiFee' => [ - 'description' => '', - 'type' => 'string', - 'example' => '', - ], + 'durationSecond' => ['description' => '', 'type' => 'string', 'example' => '27647'], + 'tolls' => ['description' => '', 'type' => 'string', 'example' => ''], + 'tollRoads' => ['description' => '', 'type' => 'string', 'example' => 'xxx'], + 'tollDistanceMeter' => ['description' => '', 'type' => 'string', 'example' => ''], + 'trafficLights' => ['description' => '', 'type' => 'string', 'example' => '5'], + 'transitFee' => ['description' => '', 'type' => 'string', 'example' => ''], + 'taxiFee' => ['description' => '', 'type' => 'string', 'example' => ''], ], ], ], @@ -3485,16 +1692,11 @@ ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"data\\": [\\n {\\n \\"distanceMeter\\": \\"445\\",\\n \\"restriction\\": \\"不限行\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"1231\\",\\n \\"tolls\\": \\"23\\",\\n \\"tollRoads\\": \\"不涉及\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"不涉及\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"6\\"\\n },\\n \\"steps\\": [\\n {\\n \\"instruction\\": \\"向北步行16米右转\\",\\n \\"orientation\\": \\"西\\",\\n \\"stepDistanceMeter\\": \\"500\\",\\n \\"roadName\\": \\"建工路\\",\\n \\"cost\\": {\\n \\"durationSecond\\": \\"27647\\",\\n \\"tolls\\": \\"不涉及\\",\\n \\"tollRoads\\": \\"xxx\\",\\n \\"tollDistanceMeter\\": \\"不涉及\\",\\n \\"trafficLights\\": \\"5\\",\\n \\"transitFee\\": \\"不涉及\\",\\n \\"taxiFee\\": \\"不涉及\\"\\n }\\n }\\n ]\\n }\\n ]\\n}","type":"json"}]', ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com', - ], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com'], ], ]; diff --git a/data/en_us/iqs/2024-11-11/api-docs.php b/data/en_us/iqs/2024-11-11/api-docs.php index 19d0733..d9d87cf 100644 --- a/data/en_us/iqs/2024-11-11/api-docs.php +++ b/data/en_us/iqs/2024-11-11/api-docs.php @@ -1,4 +1,2174 @@ <?php return [ - 'code' => 500, - 'message' => 'server error', + 'version' => '1.0', + 'info' => ['style' => 'ROA', 'product' => 'IQS', 'version' => '2024-11-11'], + 'directories' => [ + 'UnifiedSearch', + [ + 'children' => ['GenericSearch', 'AiSearch', 'GenericAdvancedSearch', 'CommonQueryByScene', 'GetIqsUsage', 'GlobalSearch', 'MedicalAnswer', 'MedicalKnowledge', 'MultimodalSearch', 'OmniAnswer', 'ReadPageBasic', 'ReadPageScrape', 'ScanFile'], + 'type' => 'directory', + 'title' => 'Others', + ], + ], + 'components' => [ + 'schemas' => [ + 'AgentBaseQuery' => [ + 'type' => 'object', + 'properties' => [ + 'query' => ['type' => 'string'], + ], + ], + 'CommonAgentQuery' => [ + 'type' => 'object', + 'properties' => [ + 'querySceneEnumCode' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'query' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'limit' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'searchModel' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'GenericSearchResult' => [ + 'title' => '', + 'type' => 'object', + 'properties' => [ + 'pageItems' => [ + 'title' => '', + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/ScorePageItem', 'description' => '', 'title' => '', 'example' => ''], + 'description' => '', + 'example' => '', + ], + 'requestId' => ['title' => '', 'type' => 'string', 'example' => '123456', 'description' => ''], + 'weiboItems' => [ + 'title' => '', + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/WeiboItem', 'description' => '', 'title' => '', 'example' => ''], + 'description' => '', + 'example' => '', + ], + 'searchInformation' => ['title' => '', '$ref' => '#/components/schemas/SearchInformation', 'description' => '', 'example' => ''], + 'sceneItems' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/SceneItem', 'description' => '', 'title' => '', 'example' => ''], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'queryContext' => ['title' => '', '$ref' => '#/components/schemas/QueryContext', 'description' => '', 'example' => ''], + ], + 'description' => '', + 'example' => '', + ], + 'GetIqsUsageResult' => [ + 'type' => 'object', + 'properties' => [ + 'records' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'date' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'mainAccountId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'subAccountId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'api' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'engineType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'billingQps' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'ladderType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'totalCalls' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'successCalls' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'failedCalls' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'valueAddedSummary' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'valueAddedAdvanced' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'totalBillStatCalls' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'GlobalPageItem' => [ + 'title' => '', + 'description' => 'The search result for a web page.', + 'type' => 'object', + 'properties' => [ + 'snippet' => ['title' => '', 'description' => 'The description excerpt of the search result in text format.', 'type' => 'string', 'example' => '100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,小米SU7确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...'], + 'link' => ['title' => '', 'description' => 'The full URL that the search result points to.', 'type' => 'string', 'required' => true, 'example' => 'https://baijiahao.baidu.com/s?id=1787881554557805096'], + 'title' => ['title' => '', 'description' => 'The title of the search result in plain text.', 'type' => 'string', 'required' => true, 'example' => '小米SU7售价22.99万元起 高管亲自辟谣:发布前不会有价格'], + ], + 'example' => '', + ], + 'GlobalQueryContext' => [ + 'description' => 'The query context information.', + 'type' => 'object', + 'properties' => [ + 'originalQuery' => [ + 'title' => '', + 'description' => 'The initial query condition.', + 'type' => 'object', + 'properties' => [ + 'query' => ['description' => '查询关键字', 'type' => 'string', 'example' => '特朗普关税最新消息', 'title' => ''], + 'page' => ['description' => '页码', 'type' => 'string', 'example' => '1', 'title' => ''], + 'timeRange' => ['description' => '时间范围', 'type' => 'string', 'example' => 'NoLimit', 'title' => ''], + ], + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + 'GlobalSceneItem' => [ + 'description' => 'Scenario-specific vertical API recall.', + 'type' => 'object', + 'properties' => [ + 'detail' => ['description' => 'The detailed information in JSON format.', 'type' => 'string', 'example' => '{'."\n" + .'"snippet": "截至2025年3月7日,SpaceX星舰已经发射了8次,并取得4次成功及4次失败。",'."\n" + .'"snippetHighlighted": ["8次"],'."\n" + .'"title": "星舰发射任务列表"'."\n" + .'}', 'title' => ''], + 'type' => ['description' => 'The type of the vertical data.', 'type' => 'string', 'example' => 'answerBox', 'title' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'GlobalSearchInformation' => [ + 'title' => '', + 'description' => 'The search execution information.', + 'type' => 'object', + 'properties' => [ + 'total' => ['title' => '', 'description' => 'The total count.', 'type' => 'integer', 'format' => 'int64', 'example' => '10339'], + 'searchTime' => ['title' => '', 'description' => 'The search time, in milliseconds.', 'type' => 'integer', 'format' => 'int64', 'example' => '1200'], + ], + 'example' => '', + ], + 'GlobalSearchResult' => [ + 'title' => '', + 'description' => 'The search result.', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['title' => '', 'description' => 'The request ID.', 'type' => 'string', 'example' => '123456'], + 'queryContext' => ['description' => 'The query context.', '$ref' => '#/components/schemas/GlobalQueryContext', 'title' => '', 'example' => ''], + 'pageItems' => [ + 'title' => '', + 'description' => 'The list of web page content.', + 'type' => 'array', + 'items' => ['description' => '召回网页内容', '$ref' => '#/components/schemas/GlobalPageItem', 'title' => '', 'example' => ''], + 'example' => '', + ], + 'sceneItems' => [ + 'description' => 'The scenario-specific vertical API recall results.', + 'type' => 'array', + 'items' => ['description' => '场景化垂类API结构体', '$ref' => '#/components/schemas/GlobalSceneItem', 'title' => '', 'example' => ''], + 'title' => '', + 'example' => '', + ], + 'searchInformation' => ['description' => 'The search information.', '$ref' => '#/components/schemas/GlobalSearchInformation', 'title' => '', 'example' => ''], + ], + 'example' => '', + ], + 'IncludeImage' => [ + 'title' => '图片信息', + 'description' => '搜索结果网址中的图片,最多三张', + 'type' => 'object', + 'properties' => [ + 'width' => ['title' => '图片宽度(像素)', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '700'], + 'imageLink' => ['title' => '图片链接', 'type' => 'string', 'required' => false, 'example' => 'http://k.sinaimg.cn/n/sinakd20121/594/w2048h946/20240328/74cf-32c0d62e843df76567d760b4459d57c1.jpg/w700d1q75cms.jpg'], + 'height' => ['title' => '图片高度(像素)', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '324'], + ], + 'example' => 'https://pics1.baidu.com/feed/a50f4bfbfbedab64b41c99a3014dc9ce78311ef4@f_auto?token=c559d5772cb91aae52ed5a8272c4525e&f=jpeg', + ], + 'LocationInfo' => [ + 'type' => 'object', + 'properties' => [ + 'ip' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'city' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MedicalAnswerInput' => [ + 'type' => 'object', + 'properties' => [ + 'query' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MedicalAnswerMessage' => [ + 'type' => 'object', + 'properties' => [ + 'content' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'metaData' => ['$ref' => '#/components/schemas/MedicalAnswerMetaData', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MedicalAnswerMetaData' => [ + 'type' => 'object', + 'properties' => [], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MedicalAnswerRaDoc' => [ + 'type' => 'object', + 'properties' => [ + 'title' => ['type' => 'string'], + 'rawUrl' => ['type' => 'string'], + 'content' => ['type' => 'string'], + 'type' => ['type' => 'string'], + ], + ], + 'MedicalAnswerResult' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'searchInformation' => ['$ref' => '#/components/schemas/UnifiedSearchInformation', 'description' => '', 'title' => '', 'example' => ''], + 'queryContext' => ['$ref' => '#/components/schemas/MultimodalQueryContext', 'description' => '', 'title' => '', 'example' => ''], + 'messages' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/MedicalAnswerMessage', 'description' => '', 'title' => '', 'example' => ''], + 'description' => '', + 'title' => '', + 'example' => '', + ], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MedicalKnowInput' => [ + 'type' => 'object', + 'properties' => [ + 'query' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'type' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MedicalKnowledgeInfo' => [ + 'type' => 'object', + 'properties' => [ + 'url' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'content' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MedicalKnowResult' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'queryContext' => ['$ref' => '#/components/schemas/MultimodalQueryContext', 'description' => '', 'title' => '', 'example' => ''], + 'searchInformation' => ['$ref' => '#/components/schemas/UnifiedSearchInformation', 'description' => '', 'title' => '', 'example' => ''], + 'messages' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/MedicalKnowledgeInfo', 'description' => '', 'title' => '', 'example' => ''], + 'description' => '', + 'title' => '', + 'example' => '', + ], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MultimodalOriginalQuery' => [ + 'type' => 'object', + 'properties' => [ + 'query' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'MultimodalQueryContext' => [ + 'description' => 'Original query content', + 'type' => 'object', + 'properties' => [ + 'originalQuery' => ['description' => 'Alibaba', '$ref' => '#/components/schemas/MultimodalOriginalQuery', 'title' => '', 'example' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'MultimodalSearchBody' => [ + 'description' => 'The search criteria.', + 'type' => 'object', + 'properties' => [ + 'query' => ['description' => 'Query content ', 'type' => 'string', 'example' => '阿里巴巴', 'title' => ''], + 'advancedParams' => ['description' => 'Additional query parameters, such as blocked sites ', 'type' => 'object', 'example' => '{'."\n" + .' "excludeSites": "www.360doc.com,weibo.com"'."\n" + .' }', 'title' => ''], + 'engineType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'MultimodalSearchOutput' => [ + 'description' => 'The query result.', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['description' => 'Request ID ', 'type' => 'string', 'example' => 'sdfsd234-2vxcg345-345vc', 'title' => ''], + 'queryContext' => ['description' => 'Query context information ', '$ref' => '#/components/schemas/MultimodalQueryContext', 'title' => '', 'example' => ''], + 'searchInformation' => ['description' => 'Search basic information ', '$ref' => '#/components/schemas/SearchInformation', 'title' => '', 'example' => ''], + 'imageItems' => [ + 'description' => 'Image List ', + 'type' => 'array', + 'items' => ['description' => 'Image information', '$ref' => '#/components/schemas/UnifiedImageItem', 'title' => '', 'example' => ''], + 'title' => '', + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + 'OmniSearchQuery' => [ + 'type' => 'object', + 'properties' => [ + 'query' => ['title' => '', 'type' => 'string', 'required' => true, 'example' => '今天杭州天气', 'maxLength' => 200, 'minLength' => 1, 'description' => ''], + 'sessionId' => ['title' => '', 'type' => 'string', 'description' => '', 'example' => ''], + 'useCot' => ['title' => '', 'type' => 'boolean', 'description' => '', 'example' => ''], + 'useModel' => [ + 'type' => 'string', + 'default' => 'pro', + 'enum' => ['pro', 'lite'], + 'description' => '', + 'title' => '', + 'example' => '', + ], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'OmniSearchResult' => [ + 'type' => 'object', + 'properties' => [ + 'requestId' => ['title' => '请求ID', 'type' => 'string', 'example' => '35E5608A-A737-2038-AFB6-D9D34C6BFD9E'], + 'success' => ['title' => '是否成功', 'type' => 'string', 'example' => 'true'], + ], + ], + 'QueryContext' => [ + 'type' => 'object', + 'properties' => [ + 'originalQuery' => [ + 'title' => '', + 'type' => 'object', + 'properties' => [ + 'query' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'timeRange' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'industry' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'page' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'example' => '', + ], + 'rewrite' => [ + 'type' => 'object', + 'properties' => [ + 'enabled' => ['title' => '', 'type' => 'boolean', 'description' => '', 'example' => ''], + 'timeRange' => ['title' => '', 'type' => 'string', 'description' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'QueryResult' => [ + 'type' => 'object', + 'properties' => [ + 'data' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'address' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'cityCode' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'cityName' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'districtCode' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'districtName' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'id' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'images' => [ + 'type' => 'array', + 'items' => [ + 'type' => 'object', + 'properties' => [ + 'title' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'url' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'latitude' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'longitude' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'metadata' => [ + 'type' => 'object', + 'properties' => [ + 'businessArea' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'dailyOpeningHours' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'mainTag' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'phone' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'score' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'weeklyOpeningDays' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'averageSpend' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'name' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'provinceCode' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'provinceName' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'typeCode' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'types' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'distanceMeter' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'requestId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'ReadPageBody' => [ + 'description' => 'Post body in JSON format.', + 'type' => 'object', + 'properties' => [ + 'url' => ['description' => 'The target URL to parse. The value must start with http:// or https://.', 'type' => 'string', 'required' => true, 'example' => 'https://help.aliyun.com/document_detail/2837301.html?spm=a2c4g.11186623.help-menu-2837261.d_0_0_0.59ed3e95CppOt2&scm=20140722.H_2837301._.OR_help-T_cn~zh-V_1', 'title' => ''], + 'timeout' => ['description' => 'The end-to-end processing timeout period. Unit: ms.'."\n" + ."\n" + .'Valid values: [0, 180000].'."\n" + ."\n" + .'Default value: 60000.', 'type' => 'integer', 'format' => 'int32', 'example' => '60000', 'title' => ''], + 'pageTimeout' => ['description' => 'The URL read timeout period. The value of pageTimeout must be less than the value of timeout.'."\n" + ."\n" + .'Default value: 10000.', 'type' => 'integer', 'format' => 'int32', 'example' => '10000', 'title' => ''], + 'formats' => [ + 'description' => 'The format of the parsing result.'."\n" + .'- rawHtml: the HTML of the target website.'."\n" + .'- html: the page content processed based on readabilityMode.'."\n" + .'- markdown: the Markdown content converted from HTML.'."\n" + .'- text: the text content extracted from HTML.', + 'type' => 'array', + 'items' => ['description' => 'Default value: [\'html\', \'markdown\', \'text\'].', 'type' => 'string', 'title' => '', 'example' => '[\'html\', \'markdown\', \'text\']'], + 'title' => '', + 'example' => '', + ], + 'location' => ['description' => 'You do not need to specify this parameter.', 'type' => 'string', 'title' => '', 'example' => 'null'], + 'maxAge' => ['description' => 'The maximum cache validity period. Unit: seconds. Default value: 1296000.'."\n" + ."\n" + .'- If the cache duration is less than the value of maxAge, cached content is returned.'."\n" + ."\n" + .'- If the value of maxAge is 0, caching is not used.', 'type' => 'integer', 'format' => 'int32', 'example' => '1296000', 'title' => ''], + 'readability' => [ + 'description' => 'The readability configuration for the parsing result.', + 'type' => 'object', + 'properties' => [ + 'readabilityMode' => [ + 'description' => 'Valid values:'."\n" + .'- none: does not remove any information. Default value: none.'."\n" + ."\n" + .'- normal: removes irrelevant information from the target page, such as headers, footers, and navigation elements, based on a proprietary algorithm.'."\n" + ."\n" + .'- article: extracts the main body content of the website based on a proprietary algorithm. This mode is suitable for blogs and news websites, but not for directory or navigation pages.', + 'enumValueTitles' => ['normal' => 'normal', 'none' => 'none', 'article' => 'article'], + 'type' => 'string', + 'example' => 'none', + 'title' => '', + ], + 'excludeAllImages' => ['description' => 'Specifies whether to exclude all images.'."\n" + ."\n" + .'Default value: false.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], + 'excludeAllLinks' => ['description' => 'Specifies whether to exclude all links.'."\n" + ."\n" + .'Default value: false.', 'type' => 'boolean', 'example' => 'false', 'title' => ''], + 'excludedTags' => [ + 'description' => 'The tags to exclude.', + 'type' => 'array', + 'items' => ['description' => '[]', 'type' => 'string', 'title' => '', 'example' => '[\'form\', \'header\', \'footer\', \'nav\']'], + 'title' => '', + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + 'ReadPageItem' => [ + 'description' => 'The post body in JSON format.', + 'type' => 'object', + 'properties' => [ + 'statusCode' => ['description' => '1. If the request to the target site succeeds, the HTTP status code of the target URL is returned.'."\n" + ."\n" + .'2. If the request to the target site fails, a custom error code is returned:'."\n" + ."\n" + .' 2.1 4030: The target site has security restrictions, such as robots.txt or security policies.'."\n" + .' '."\n" + .' 2.2 4080: The request timed out.'."\n" + .' '."\n" + .' 2.3 4290: The rate limiting policy of the site was triggered.'."\n" + .' '."\n" + .' 2.4 5010: An unknown exception occurred.', 'type' => 'integer', 'format' => 'int32', 'title' => '', 'example' => '200'], + 'errorMessage' => ['description' => 'The error related to the target URL.', 'type' => 'string', 'title' => '', 'example' => 'null'], + 'rawHtml' => ['description' => 'The raw HTML of the target URL.', 'type' => 'string', 'title' => '', 'example' => '<!doctype html><html lang=\\"en\\"><head><title>Example Domain</title><meta name=\\"viewport\\" content=\\"width=device-width, initial-scale=1\\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.<p><a href=\\"https://iana.org/domains/example\\">Learn more</a></div></body></html>\\n'], + 'html' => ['description' => 'The readable HTML of the target URL.', 'type' => 'string', 'title' => '', 'example' => '<html>\\n<head><title>Example Domain</title></head>\\n<body><div>\\n<h1>Example Domain</h1>\\n<p>This domain is for use in documentation examples without needing permission. Avoid use in operations.</p>\\n<p><a href=\\"https://iana.org/domains/example\\">Learn more</a></p>\\n</div></body>\\n</html>'], + 'text' => ['description' => 'The text content of the target URL.', 'type' => 'string', 'title' => '', 'example' => '# Example Domain\\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\\nLearn more\\n'], + 'markdown' => ['description' => 'The Markdown content of the target URL.', 'type' => 'string', 'title' => '', 'example' => '# Example Domain\\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\\n[Learn more](https://iana.org/domains/example)\\n'], + 'screenshot' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'ReadPageScrapeBody' => [ + 'description' => 'The post body in JSON format.', + 'type' => 'object', + 'properties' => [ + 'url' => ['description' => 'The target URL to parse. The URL must start with http:// or https://.', 'type' => 'string', 'required' => true, 'example' => 'https://www.example.com', 'title' => ''], + 'timeout' => ['description' => 'The end-to-end processing timeout period. Unit: ms.'."\n" + ."\n" + .'Valid values: [0, 180000].'."\n" + ."\n" + .'Default value: 60000.', 'type' => 'integer', 'format' => 'int32', 'example' => '60000', 'title' => ''], + 'pageTimeout' => ['description' => 'The timeout period for waiting for the target site resources to fully load. The value of pageTimeout must be less than the value of timeout.'."\n" + ."\n" + .'Default value: 15000.', 'type' => 'integer', 'format' => 'int32', 'example' => '15000', 'title' => ''], + 'location' => ['description' => 'This parameter does not need to be specified.', 'type' => 'string', 'example' => 'null', 'title' => ''], + 'maxAge' => ['description' => 'The maximum cache validity period. Unit: seconds. Default value: 1296000.'."\n" + .'1. If the cache duration is less than the value of maxAge, cached content is returned.'."\n" + .'2. If maxAge is set to 0, caching is not used.', 'type' => 'integer', 'format' => 'int32', 'example' => '1296000', 'title' => ''], + 'readability' => [ + 'description' => 'The readability configuration for the parsing result.', + 'type' => 'object', + 'properties' => [ + 'readabilityMode' => ['description' => 'none:不删除信息,默认为 none'."\n" + ."\n" + .'normal: 基于自研算法,剔除目标页面无关信息(页头/页脚,导航等)'."\n" + ."\n" + .'article: 基于自研算法,获取站点主要正文内容(适用于博客、新闻站点,不适用于目录页、导航页)', 'type' => 'string', 'example' => 'none', 'title' => ''], + 'excludeAllImages' => ['description' => '是否剔除所有图片'."\n" + ."\n" + .'默认值:false', 'type' => 'boolean', 'example' => 'false', 'title' => ''], + 'excludeAllLinks' => ['description' => '是否剔除所有链接'."\n" + ."\n" + .'默认值:false', 'type' => 'boolean', 'example' => 'false', 'title' => ''], + 'excludedTags' => [ + 'description' => '指定排除的标签', + 'type' => 'array', + 'items' => ['description' => '[]', 'type' => 'string', 'example' => '[\'form\', \'header\', \'footer\', \'nav\']'."\n", 'title' => ''], + 'title' => '', + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + 'formats' => [ + 'description' => 'The format of the parsing result.'."\n" + ."\n" + .'- rawHtml: the HTML of the target site.'."\n" + .'- html: the page content processed based on readabilityMode.'."\n" + .'- markdown: the Markdown content converted from the HTML.'."\n" + .'- text: the text content extracted from the HTML.'."\n" + .'- screenshot: a screenshot of the target site.', + 'type' => 'array', + 'items' => ['description' => '默认值:["html", "markdown", "screenshot"]', 'type' => 'string', 'example' => '["html", "markdown", "screenshot"]'."\n" + ."\n", 'title' => ''], + 'title' => '', + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + 'RequestContents' => [ + 'description' => 'The field definition for search request responses.', + 'type' => 'object', + 'properties' => [ + 'mainText' => ['title' => '', 'description' => 'Specifies whether to return the main text. Default value: false.', 'type' => 'boolean', 'example' => ''], + 'markdownText' => ['title' => '', 'description' => 'Specifies whether to return markdown. Default value: false.', 'type' => 'boolean', 'example' => ''], + 'summary' => ['title' => '', 'description' => 'Specifies whether to return an enhanced summary. Default value: false. The summary feature is billed separately.', 'type' => 'boolean', 'example' => ''], + 'rerankScore' => ['title' => '', 'description' => 'Specifies whether to enable Rerank and return the RerankScore. Default value: true.', 'type' => 'boolean', 'example' => ''], + 'richMainBody' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'ScanFileInfo' => [ + 'description' => 'The scan result object.', + 'type' => 'object', + 'properties' => [ + 'angle' => ['description' => 'The image rotation angle.', 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''], + 'height' => ['description' => 'The image height.', 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''], + 'width' => ['description' => 'The image width.', 'type' => 'integer', 'format' => 'int32', 'example' => '100', 'title' => ''], + 'imageBase64' => ['description' => 'The Base64 encoding of the image.', 'type' => 'string', 'format' => 'byte', 'example' => 'erwre', 'title' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'ScanFileInput' => [ + 'description' => 'The scan file request.', + 'type' => 'object', + 'properties' => [ + 'imageUrl' => ['description' => 'The URL of the image.', 'type' => 'string', 'example' => 'https://www.1241.png', 'title' => ''], + 'imageBase64' => ['description' => 'The Base64 encoding of the image.', 'type' => 'string', 'example' => 'wrwqr', 'title' => ''], + 'scanFileInputConfig' => ['description' => 'The scan parameters.', '$ref' => '#/components/schemas/ScanFileInputConfig', 'title' => '', 'example' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'ScanFileInputConfig' => [ + 'type' => 'object', + 'properties' => [ + 'autoCrop' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'autoRotate' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'ScanFileOutput' => [ + 'description' => 'The scan result.', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['description' => 'The request ID.', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', 'title' => ''], + 'searchInformation' => ['description' => 'The search execution information.', '$ref' => '#/components/schemas/UnifiedSearchInformation', 'title' => '', 'example' => ''], + 'scanFileInfoList' => [ + 'description' => 'The list of scan result objects.', + 'type' => 'array', + 'items' => ['description' => 'The scan result object.', '$ref' => '#/components/schemas/ScanFileInfo', 'title' => '', 'example' => ''], + 'title' => '', + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + 'SceneItem' => [ + 'type' => 'object', + 'properties' => [ + 'type' => ['type' => 'string'], + 'detail' => ['type' => 'string'], + ], + ], + 'ScorePageItem' => [ + 'title' => '', + 'description' => '搜索网页结果', + 'type' => 'object', + 'properties' => [ + 'publishTime' => ['title' => '', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1704426524000', 'backendName' => 'publishTime', 'description' => ''], + 'score' => ['title' => '', 'type' => 'number', 'format' => 'double', 'required' => false, 'example' => '0.234325235', 'backendName' => 'score', 'description' => ''], + 'images' => [ + 'title' => '', + 'type' => 'array', + 'items' => ['required' => false, '$ref' => '#/components/schemas/IncludeImage', 'description' => '', 'title' => '', 'example' => ''], + 'required' => false, + 'backendName' => 'images', + 'itemName' => 'item', + 'description' => '', + 'example' => '', + ], + 'htmlTitle' => ['title' => '', 'type' => 'string', 'required' => true, 'example' => '<em>小米</em>SU7售价22.99万元起 高管亲自辟谣:发布前不会有<em>价格</em>-百家号', 'backendName' => 'htmlTitle', 'description' => ''], + 'displayLink' => ['title' => '', 'type' => 'string', 'required' => true, 'example' => 'baijiahao.baidu.com', 'backendName' => 'displayLink', 'description' => ''], + 'mime' => ['title' => '', 'type' => 'string', 'required' => false, 'example' => 'text/html', 'backendName' => 'mime', 'description' => ''], + 'pageMap' => [ + 'title' => '', + 'type' => 'object', + 'required' => false, + 'additionalProperties' => ['title' => '', 'type' => 'string', 'required' => false, 'description' => '', 'example' => ''], + 'backendName' => 'pageMap', + 'description' => '', + 'example' => '', + ], + 'cardType' => ['title' => '', 'type' => 'string', 'required' => true, 'example' => 'structure_web_info', 'backendName' => 'cardType', 'description' => ''], + 'link' => ['title' => '', 'type' => 'string', 'required' => true, 'example' => 'https://baijiahao.baidu.com/s?id=1787881554557805096', 'backendName' => 'link', 'description' => ''], + 'mainText' => ['title' => '', 'type' => 'string', 'required' => false, 'example' => '昨天 , 小米 汽车 没有 发布 , 但 相关 的 信息 透露 的 差 不 多 了 。 '."\n" + .' 在 发布 会 现场 , 雷军 直接 称 小米 S U 7 对 标 特斯拉 保时捷 , 有 100 项 行业 领先 , 可见 “ 遥遥 领先 ” 已经 不再 是 华为 专利 了 ? '."\n" + .' '."\n" + .' 而 在 介绍 技术 时 , 雷军 也 从 电机 、 电池 、 大 压铸 、 自动 驾驶 、 智能 座舱 等 五 大 方面 展开 , 充分 展示 了 小米 汽车 的 技术 以及 技术 储备 , 能 堆 的 料 , 全都 堆 上去 了 … … '."\n" + .' 大家 比较 感 兴趣 的 性能 方面 , 2 . 78 s 的 0 - 100 km / h 加速 , 265 km / h 的 最高 时速 ', 'backendName' => 'mainText', 'description' => ''], + 'htmlSnippet' => ['title' => '', 'type' => 'string', 'required' => true, 'example' => '100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,<em>小米SU7</em>确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...', 'backendName' => 'htmlSnippet', 'description' => ''], + 'title' => ['title' => '', 'type' => 'string', 'required' => true, 'example' => '小米SU7售价22.99万元起 高管亲自辟谣:发布前不会有价格', 'backendName' => 'title', 'description' => ''], + 'hostname' => ['title' => '', 'type' => 'string', 'example' => '新华网', 'backendName' => 'hostname', 'description' => ''], + 'hostLogo' => ['title' => '', 'type' => 'string', 'example' => 'https://s2.zimgs.cn/ims?kt=url&at=smstruct&key=aHR0cHM6Ly9ndy5hbGljZG4uY29tL0wxLzcyMy8xNTY1MjU2NjAwLzJhL2YwL2I0LzJhZjBiNDQxMGI5YmVlMDVjOGVlNGJmODk3MTNkNTFjLnBuZw==&sign=yx:CUlNNQVJQjFrk3Kxt2F3KWhTOFU=&tv=400_400', 'backendName' => 'hostLogo', 'description' => ''], + 'siteLabel' => ['title' => '', 'type' => 'string', 'example' => '权威媒体', 'backendName' => 'siteLabel', 'description' => ''], + 'markdownText' => ['type' => 'string', 'backendName' => 'markdownText', 'description' => '', 'title' => '', 'example' => ''], + 'snippet' => ['title' => '', 'type' => 'string', 'example' => '100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,小米SU7确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...', 'backendName' => 'snippet', 'description' => ''], + 'summary' => ['type' => 'string', 'backendName' => 'summary', 'description' => '', 'title' => '', 'example' => ''], + 'hostAuthorityScore' => ['type' => 'number', 'format' => 'double', 'backendName' => 'hostAuthorityScore', 'description' => '', 'title' => '', 'example' => ''], + 'richMainBody' => ['type' => 'string', 'backendName' => 'richMainBody', 'description' => '', 'title' => '', 'example' => ''], + 'websiteAuthorityScore' => ['type' => 'integer', 'format' => 'int32', 'backendName' => 'websiteAuthorityScore', 'description' => '', 'title' => '', 'example' => ''], + 'correlationTag' => ['type' => 'integer', 'format' => 'int32', 'backendName' => 'correlationTag', 'description' => '', 'title' => '', 'example' => ''], + ], + 'example' => '', + ], + 'SearchCredits' => [ + 'description' => 'The basic search service metering.', + 'type' => 'object', + 'properties' => [ + 'genericTextSearch' => ['title' => '', 'description' => 'The number of basic edition text search requests.', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + 'liteAdvancedTextSearch' => ['title' => '', 'description' => 'The number of LiteAdvanced search requests.', 'type' => 'integer', 'example' => '', 'format' => 'int32'], + ], + 'title' => '', + 'example' => '', + ], + 'SearchInformation' => [ + 'title' => '', + 'type' => 'object', + 'properties' => [ + 'total' => ['title' => '', 'type' => 'integer', 'format' => 'int64', 'description' => '', 'example' => '13'], + 'searchTime' => ['title' => '', 'type' => 'integer', 'format' => 'int64', 'description' => '', 'example' => '700'], + ], + 'description' => '', + 'example' => '', + ], + 'UnifiedCostCredits' => [ + 'description' => 'The search request metering information.', + 'type' => 'object', + 'properties' => [ + 'search' => ['description' => 'The basic search service metering.', '$ref' => '#/components/schemas/SearchCredits', 'title' => '', 'example' => ''], + 'valueAdded' => ['description' => 'The value-added service metering.', '$ref' => '#/components/schemas/ValueAddedCredits', 'title' => '', 'example' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedImageItem' => [ + 'description' => 'Image information ', + 'type' => 'object', + 'properties' => [ + 'publishedTime' => ['description' => 'Web page published time, in ISO time format ', 'type' => 'string', 'example' => '2022-07-05T00:54:42+08:00', 'title' => ''], + 'title' => ['description' => 'Image title ', 'type' => 'string', 'example' => '阿里巴巴现在以主业上为主,以电商为主,以能够盈利的业务为主', 'title' => ''], + 'imageUrl' => ['description' => 'Image URL ', 'type' => 'string', 'example' => 'http://pic.rmb.bdstatic.com/bjh/bb87f566c0c/241218/f7936f25837b20211e5ef88d7980c143.jpeg', 'title' => ''], + 'hostPageUrl' => ['description' => 'URL of the web page to which the image belongs ', 'type' => 'string', 'example' => 'http://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4541580238898912926', 'title' => ''], + 'height' => ['description' => 'Height ', 'type' => 'integer', 'format' => 'int32', 'example' => '1330', 'title' => ''], + 'width' => ['description' => 'Image width ', 'type' => 'integer', 'format' => 'int32', 'example' => '1000', 'title' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedOriginalQuery' => [ + 'description' => 'The raw request.', + 'type' => 'object', + 'properties' => [ + 'query' => ['description' => 'The request query.', 'type' => 'string', 'example' => '杭州美食', 'title' => ''], + 'timeRange' => ['description' => 'The publish time range.', 'type' => 'string', 'example' => 'NoLimit', 'title' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedPageItem' => [ + 'title' => '', + 'description' => 'The web search result.', + 'type' => 'object', + 'properties' => [ + 'title' => ['title' => '', 'description' => 'The full URL that the search result points to.', 'type' => 'string', 'example' => '上海车展大佬齐聚 问界成为话题中心'], + 'link' => ['title' => '', 'description' => 'The full URL that the search result points to.', 'type' => 'string', 'example' => 'https://hea.china.com/articles/20250427/202504271666343.html'], + 'snippet' => ['title' => '', 'description' => 'The text summary.', 'type' => 'string', 'example' => '2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。 ...'], + 'publishedTime' => ['title' => '', 'description' => 'The time when the web page was published, in ISO time format.', 'type' => 'string', 'example' => '2025-04-27T20:36:04+08:00'], + 'mainText' => ['title' => '', 'description' => 'The full text of the searched web page.', 'type' => 'string', 'example' => '2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。\\n“问界M9、M8正重构 中国 豪华汽车市场格局。”张兴海说, (此处省略....)。\\n责任编辑:kj005\\n 文章投诉热线:157 3889 8464 投诉邮箱:7983347 16@qq.com\\n关键词:'], + 'markdownText' => ['title' => '', 'description' => 'The Markdown content.', 'type' => 'string', 'example' => '# 上海车展大佬齐聚 问界成为话题中心**来源**:财讯网 '."\n" + .'**时间**:2025-04-27 20:36:04 '."\n" + .'2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。'."\n" + .'余承东表示,问界M9、M8、M7和M5,都深受消费者喜爱!问界M9连续3个月中国纯电车型保值率第一!纯电、增程车型包揽新能源大型SUV保值率前两名!'."\n" + .'“自己是问界M9的用户'."\n" + .'*责任编辑:kj005*文章投诉热线: 157 3889 8464 '."\n" + .'投诉邮箱: 798334716@qq.com '], + 'images' => [ + 'title' => '', + 'description' => 'The images in the search result URL. A maximum of three images are returned.', + 'type' => 'array', + 'items' => ['description' => '图片地址', 'type' => 'string', 'example' => '["http://objectnsg.oss-cn-beijing.aliyuncs.com/yhdoc/202504/27/202504272025531927023138.png"]', 'title' => ''], + 'example' => '', + ], + 'hostname' => ['title' => '', 'description' => 'The site name.', 'type' => 'string', 'example' => '中华网'], + 'hostLogo' => ['title' => '', 'description' => 'The site logo.', 'type' => 'string', 'example' => 'https://www.china.com/zh_cn/img1905/2023/logo.png'], + 'summary' => ['title' => '', 'description' => 'The enhanced summary, which contains 400 or more characters.', 'type' => 'string', 'example' => '2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。“自己是问界M9的用户,用车感受非常好。”陈道明表示,体验后才敢现场给大家推荐。未来,希望能实现问界M9的特别定制,让外观、内饰、座椅布局等,更符合自己的使用需求。据悉,2025款问界M9上市25天就交付超1万,已连续11个月蝉联50万元级豪车车销冠;问界M8上市4天,大定就突破了五万 台 ,深受市场任何和用户喜爱...“问界M9、M8正重构 中国 豪华汽车市场格局。”张兴海说, 近 期曾极限试驾问界M8,从重庆出发,历时55小时、行驶超3500公里抵达冈仁波齐。整个行程中,车辆的安全 性 和体验感都表现出色。'], + 'rerankScore' => ['title' => '', 'description' => 'The rerank score.', 'type' => 'number', 'format' => 'double', 'example' => '0.7786493301391602'], + 'hostAuthorityScore' => ['type' => 'number', 'description' => '', 'title' => '', 'example' => '', 'format' => 'double'], + 'richMainBody' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'websiteAuthorityScore' => ['type' => 'integer', 'description' => '', 'title' => '', 'example' => '', 'format' => 'int32'], + 'correlationTag' => ['type' => 'integer', 'description' => '', 'title' => '', 'example' => '', 'format' => 'int32'], + 'tags' => ['title' => '', 'type' => 'object', 'description' => '', 'example' => ''], + ], + 'example' => '', + ], + 'UnifiedQueryContext' => [ + 'description' => 'The search context.', + 'type' => 'object', + 'properties' => [ + 'engineType' => ['title' => '', 'description' => 'The search engine used.', 'type' => 'string', 'example' => 'Generic'], + 'originalQuery' => ['title' => '', 'description' => 'The initial request.', '$ref' => '#/components/schemas/UnifiedOriginalQuery', 'example' => ''], + 'rewrite' => ['title' => '', 'description' => 'The rewritten result.', '$ref' => '#/components/schemas/UnifiedRewrite', 'example' => ''], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedRewrite' => [ + 'description' => 'The rewritten request.', + 'type' => 'object', + 'properties' => [ + 'enabled' => ['title' => '', 'description' => 'Indicates whether rewriting is enabled.', 'type' => 'boolean', 'example' => 'true'], + 'timeRange' => ['title' => '', 'description' => 'The rewritten timeRange.', 'type' => 'string', 'example' => 'OneYear'], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedSceneItem' => [ + 'description' => 'The vertical scenario result.', + 'type' => 'object', + 'properties' => [ + 'type' => ['title' => '', 'description' => 'The type.', 'type' => 'string', 'example' => 'time'], + 'detail' => ['title' => '', 'description' => 'The result in JSON structure.', 'type' => 'string', 'example' => '{\\"title\\": \\"伦敦时间\\", \\"targetTimeZone\\": \\"Europe/London\\", \\"targetTimeMillisecond\\": \\"1745820817178\\", \\"targetTime\\": \\"2025-04-28 14:13:37\\", \\"beijingTimeZone\\": \\"PRC\\", \\"beijingTimeMillisecond\\": \\"1745846017178\\"}'], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedSearchInformation' => [ + 'description' => 'The basic search information.', + 'type' => 'object', + 'properties' => [ + 'searchTime' => ['title' => '', 'description' => 'The search duration, in ms.', 'type' => 'integer', 'format' => 'int64', 'example' => '1028'], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedSearchInput' => [ + 'type' => 'object', + 'properties' => [ + 'contents' => ['$ref' => '#/components/schemas/RequestContents', 'description' => '', 'title' => '', 'example' => ''], + 'query' => ['title' => '', 'type' => 'string', 'description' => '', 'example' => ''], + 'engineType' => [ + 'title' => '', + 'type' => 'string', + 'enum' => ['Generic', 'GenericAdvanced', 'LiteAdvanced', 'Deep'], + 'description' => '', + 'example' => '', + ], + 'category' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'timeRange' => [ + 'title' => '', + 'type' => 'string', + 'enum' => ['OneDay', 'OneWeek', 'OneMonth', 'OneYear', 'NoLimit'], + 'description' => '', + 'example' => '', + ], + 'location' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'locationInfo' => ['$ref' => '#/components/schemas/LocationInfo', 'description' => '', 'title' => '', 'example' => ''], + 'advancedParams' => ['title' => '', 'type' => 'object', 'description' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'UnifiedSearchOutput' => [ + 'title' => '', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['title' => '', 'type' => 'string', 'description' => '', 'example' => ''], + 'queryContext' => ['title' => '', '$ref' => '#/components/schemas/UnifiedQueryContext', 'description' => '', 'example' => ''], + 'pageItems' => [ + 'title' => '', + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/UnifiedPageItem', 'description' => '', 'title' => '', 'example' => ''], + 'description' => '', + 'example' => '', + ], + 'sceneItems' => [ + 'title' => '', + 'type' => 'array', + 'items' => ['title' => '', '$ref' => '#/components/schemas/UnifiedSceneItem', 'description' => '', 'example' => ''], + 'description' => '', + 'example' => '', + ], + 'costCredits' => ['title' => '', '$ref' => '#/components/schemas/UnifiedCostCredits', 'description' => '', 'example' => ''], + 'searchInformation' => ['title' => '', '$ref' => '#/components/schemas/UnifiedSearchInformation', 'description' => '', 'example' => ''], + ], + 'description' => '', + 'example' => '', + ], + 'UnifiedSearchRequest' => [ + 'description' => 'The search request parameters.', + 'type' => 'object', + 'properties' => [ + 'contents' => ['description' => 'The field definitions for the search response.', '$ref' => '#/components/schemas/RequestContents', 'title' => '', 'example' => ''], + 'query' => ['title' => '', 'description' => 'The query content. Length limit: 1 to 100 characters.', 'type' => 'string', 'example' => '杭州美食'], + 'engineType' => [ + 'title' => '', + 'description' => 'The engine type. Valid values:'."\n" + .'- Generic (default)'."\n" + .'- GenericAdvanced: returns more records and is billed separately.', + 'type' => 'string', + 'example' => 'Generic', + 'enum' => ['Generic', 'GenericAdvanced'], + ], + 'category' => ['description' => 'The query category. If specified, only search results from sites in the specified categories are returned. Separate multiple categories with commas.', 'type' => 'string', 'example' => 'finance', 'title' => ''], + 'timeRange' => [ + 'title' => '', + 'description' => 'The time range of content publication.', + 'type' => 'string', + 'example' => 'NoLimit', + 'enum' => ['OneDay', 'OneWeek', 'OneMonth', 'OneYear', 'NoLimit'], + ], + ], + 'title' => '', + 'example' => '', + ], + 'UnifiedSearchResponse' => [ + 'title' => '', + 'description' => 'The requestId, used for troubleshooting.', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['title' => '', 'description' => 'The web results.', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364'], + 'queryContext' => ['title' => '', 'description' => 'The search context information.', '$ref' => '#/components/schemas/UnifiedQueryContext', 'example' => ''], + 'pageItems' => [ + 'title' => '', + 'description' => 'The web search results.', + 'type' => 'array', + 'items' => ['description' => '召回网页内容', '$ref' => '#/components/schemas/UnifiedPageItem', 'title' => '', 'example' => ''], + 'example' => '', + ], + 'sceneItems' => [ + 'title' => '', + 'description' => 'The vertical API scenario-specific results.', + 'type' => 'array', + 'items' => ['description' => '场景化垂类API结构体', 'title' => '', '$ref' => '#/components/schemas/UnifiedSceneItem', 'example' => ''], + 'example' => '', + ], + 'costCredits' => ['title' => '', 'description' => 'The consumption count information.', '$ref' => '#/components/schemas/UnifiedCostCredits', 'example' => ''], + 'searchInformation' => ['title' => '', 'description' => 'The basic search information.', '$ref' => '#/components/schemas/UnifiedSearchInformation', 'example' => ''], + ], + 'example' => '', + ], + 'ValueAddedCredits' => [ + 'description' => 'The value-added package metering information.', + 'type' => 'object', + 'properties' => [ + 'summary' => ['title' => '', 'description' => 'The value-added package - enhanced summary.', 'type' => 'integer', 'format' => 'int32', 'example' => '1'], + 'advanced' => ['title' => '', 'description' => 'The value-added package - enhanced search.', 'type' => 'integer', 'format' => 'int32', 'example' => '0'], + ], + 'title' => '', + 'example' => '', + ], + 'WeiboItem' => [ + 'title' => '微博信息', + 'description' => '搜索Weibo结果, 开启卡片搜索后第一页返回', + 'type' => 'object', + 'properties' => [ + 'images' => [ + 'title' => '图片信息', + 'type' => 'array', + 'items' => ['title' => '微博的附带图片', 'type' => 'string', 'required' => false, 'example' => 'http://s2.zimgs.cn/ims?at=sc&kt=url&key=aHR0cHM6Ly93eDIuc2luYWltZy5jbi9vcmozNjAvMDA3Umc1eHVseTFob3RsenJ5YjVkajMwaWgwYTY0M2UuanBn&sign=yx:PfSsUObz9lhnCl5gf5vY-GeYrm0=&tv=0_0&p='], + 'required' => false, + ], + 'publishDisplayTime' => ['title' => '发布时间', 'type' => 'string', 'required' => true, 'example' => '1小时前'], + 'cardType' => ['title' => '搜索结果模板,微博场景固定为:weibo_strong', 'type' => 'string', 'required' => true, 'example' => 'weibo_strong'], + 'homepageLink' => ['title' => '用户的微博主页', 'type' => 'string', 'required' => false, 'example' => 'https://m.weibo.cn/u/7761793874?luicode=20000061&lfid=5024099350350075'], + 'link' => ['title' => '搜索结果微博地址', 'type' => 'string', 'required' => true, 'example' => 'https://m.weibo.cn/detail/5024099350350075?wm=90194_90009'], + 'htmlSnippet' => ['title' => '微博内容', 'type' => 'string', 'required' => true, 'example' => '【小调查:你会买<em>小米SU7</em>吗?】#小米SU7路测覆盖300多城市#4月17日,@小米汽车 发文称SU7道路测试覆盖全国300多个城市,涵盖极寒,极热天气,总里程数高达540万公里,目前仍在进行中。 网页链接'], + 'username' => ['title' => '微博用户名', 'type' => 'string', 'required' => false, 'example' => '白鹿科技'], + ], + ], + ], + ], + 'apis' => [ + 'AiSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v3/linkedRetrieval/commands/aiSearch', + 'methods' => ['get'], + 'schemes' => ['https', 'sse'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpG3IIA0', 'FEATUREalibababcpPYBUBJ', 'FEATUREalibababcpRLTK4J', 'FEATUREalibababcpSJV4QL', 'FEATUREalibababcpTYS4DT', 'FEATUREalibababcpCIGQ7X', 'FEATUREalibababcpJ4YYLV'], + ], + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The query to search for.', 'type' => 'string', 'required' => true, 'example' => '苹果手机'], + ], + [ + 'name' => 'sessionId', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The time range for filtering web page publication dates.', 'type' => 'string', 'required' => false, 'example' => '17dc8bcd-f34a-46d1-a7a3-0fa3d1ce3824'], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The session ID for multi-turn interactions.', 'type' => 'string', 'required' => false, 'example' => 'OneWeek'], + ], + [ + 'name' => 'industry', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The industry. After you specify an industry, only content from websites within the specified industry is recalled. Separate multiple industries with commas.', 'type' => 'string', 'required' => false, 'example' => 'finance'], + ], + [ + 'name' => 'page', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The page number. Pages start from 1.', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '{\'total_count\': 6851, \'page_number\': 54, \'page_size\': 100}'], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '', + 'description' => 'The streaming event.', + 'type' => 'object', + 'properties' => [ + 'header' => [ + 'description' => 'The header of the response.', + 'type' => 'object', + 'properties' => [ + 'eventId' => ['description' => 'The event ID.', 'type' => 'string', 'example' => '988021f0-951a-43d0-ba4d-785359e7e7be', 'title' => ''], + 'event' => ['description' => 'The event name.', 'type' => 'string', 'example' => 'on_common_search_end', 'title' => ''], + 'responseTime' => ['description' => 'The response time, in milliseconds.', 'type' => 'integer', 'format' => 'int64', 'example' => '1293', 'title' => ''], + 'queryContext' => [ + 'title' => '', + 'description' => 'The query context.', + 'type' => 'object', + 'properties' => [ + 'originalQuery' => [ + 'title' => '', + 'description' => 'The original query.', + 'type' => 'object', + 'properties' => [ + 'query' => ['title' => '', 'description' => 'The query condition.', 'type' => 'string', 'example' => ''], + 'timeRange' => ['title' => '', 'description' => 'The time range.', 'type' => 'string', 'example' => ''], + 'industry' => ['title' => '', 'description' => 'The industry.', 'type' => 'string', 'example' => ''], + 'page' => ['title' => '', 'description' => 'The page number.', 'type' => 'integer', 'format' => 'int32', 'example' => ''], + ], + 'example' => '', + ], + 'rewrite' => [ + 'title' => '', + 'description' => 'The rewritten query.', + 'type' => 'object', + 'properties' => [ + 'enabled' => ['title' => '', 'description' => 'Indicates whether query rewriting is enabled.', 'type' => 'boolean', 'example' => ''], + 'timeRange' => ['title' => '', 'description' => 'The rewritten time range.', 'type' => 'string', 'example' => ''], + ], + 'example' => '', + ], + ], + 'example' => '', + ], + ], + 'title' => '', + 'example' => '', + ], + 'payload' => ['description' => 'The payload of the response. The value is a JSON structure that varies by event type.', 'type' => 'string', 'example' => '{"header":{"eventId":"6f617de0-204f-406f-a9be-34779c06d498","event":"on_common_search_start","responseTime":120},"payload":"","requestId":"715d01a0-de7e-42c3-abca-b901fcd79b39"}', 'title' => ''], + 'requestId' => ['description' => 'Id of the request', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', 'title' => ''], + ], + 'example' => '', + ], + ], + 403 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'AccessDeniedDetail' => [ + 'type' => 'object', + 'properties' => [ + 'AuthAction' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'AuthPrincipalDisplayName' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'AuthPrincipalOwnerId' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'AuthPrincipalType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'EncodedDiagnosticMessage' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'NoPermissionType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'PolicyType' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + 'code' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'errorCode' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'errorMessage' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'httpCode' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'httpStatusCode' => ['type' => 'integer', 'format' => 'int32', 'description' => '', 'title' => '', 'example' => ''], + 'message' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + 'success' => ['type' => 'boolean', 'description' => '', 'title' => '', 'example' => ''], + ], + 'description' => '', + 'title' => '', + 'example' => '', + ], + ], + ], + 'errorCodes' => [ + 403 => [ + ['errorCode' => 'Forbidden', 'errorMessage' => 'Please activate AI search service.', 'description' => 'Please activate the search service first.'], + ['errorCode' => 'TestUserPeriodExpired', 'errorMessage' => 'The test period has expired.', 'description' => ''], + ], + 429 => [ + ['errorCode' => 'ThrottlingUser', 'errorMessage' => 'Request was denied due to user flow control.', 'description' => 'The request was rejected because the flow control was triggered.'], + ['errorCode' => 'TestUserQueryPerDayExceeded', 'errorMessage' => 'The query per day exceed the limit.', 'description' => 'Daily call volume of test user exceeds limit'], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Multi-stage streaming API', + 'summary' => 'This topic describes the method to invoke the multi-stage streaming API V3 for general search by using the Alibaba Cloud OpenAPI SDK, including parameter descriptions.', + 'description' => 'Provides streaming results in two stages, common_search and post_retrieval, for on-demand use.'."\n" + .'General search results (common_search): The raw search results. Covers key fields such as web page title, dynamic summary, body text, source website, and publication time. Post-retrieval processing (post_retrieval): Uses a rerank model to rerank and filter the common_search results from the previous stage. The mAP metric for context relevancy improves by approximately 5%, with an additional latency of approximately 110 ms.', + 'changeSet' => [ + ['createdAt' => '2024-12-20T03:42:04.000Z', 'description' => 'Response parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:AiSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"header\\": {\\n \\"eventId\\": \\"988021f0-951a-43d0-ba4d-785359e7e7be\\",\\n \\"event\\": \\"on_common_search_end\\",\\n \\"responseTime\\": 1293,\\n \\"queryContext\\": {\\n \\"originalQuery\\": {\\n \\"query\\": \\"\\",\\n \\"timeRange\\": \\"\\",\\n \\"industry\\": \\"\\",\\n \\"page\\": 0\\n },\\n \\"rewrite\\": {\\n \\"enabled\\": false,\\n \\"timeRange\\": \\"\\"\\n }\\n }\\n },\\n \\"payload\\": \\"{\\\\\\"header\\\\\\":{\\\\\\"eventId\\\\\\":\\\\\\"6f617de0-204f-406f-a9be-34779c06d498\\\\\\",\\\\\\"event\\\\\\":\\\\\\"on_common_search_start\\\\\\",\\\\\\"responseTime\\\\\\":120},\\\\\\"payload\\\\\\":\\\\\\"\\\\\\",\\\\\\"requestId\\\\\\":\\\\\\"715d01a0-de7e-42c3-abca-b901fcd79b39\\\\\\"}\\",\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\"\\n}","type":"json"}]', + 'translator' => 'machine', + ], + 'CommonQueryByScene' => [ + 'summary' => '', + 'path' => '/amap-function-call-agent/iqs-agent-service/v2/nl/common', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcp00UKME'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => [ + '$ref' => '#/components/schemas/CommonAgentQuery', + 'description' => '', + 'required' => false, + 'enumValueTitles' => [], + 'title' => '', + 'example' => '', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['$ref' => '#/components/schemas/QueryResult', 'description' => '', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => '', + 'description' => '自然语言搜索通用接口', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"data\\": [\\n {\\n \\"address\\": \\"\\",\\n \\"cityCode\\": \\"\\",\\n \\"cityName\\": \\"\\",\\n \\"districtCode\\": \\"\\",\\n \\"districtName\\": \\"\\",\\n \\"id\\": \\"\\",\\n \\"images\\": [\\n {\\n \\"title\\": \\"\\",\\n \\"url\\": \\"\\"\\n }\\n ],\\n \\"latitude\\": \\"\\",\\n \\"longitude\\": \\"\\",\\n \\"metadata\\": {\\n \\"businessArea\\": \\"\\",\\n \\"dailyOpeningHours\\": \\"\\",\\n \\"mainTag\\": \\"\\",\\n \\"phone\\": \\"\\",\\n \\"score\\": \\"\\",\\n \\"weeklyOpeningDays\\": \\"\\",\\n \\"averageSpend\\": \\"\\"\\n },\\n \\"name\\": \\"\\",\\n \\"provinceCode\\": \\"\\",\\n \\"provinceName\\": \\"\\",\\n \\"typeCode\\": \\"\\",\\n \\"types\\": \\"\\",\\n \\"distanceMeter\\": \\"\\"\\n }\\n ],\\n \\"requestId\\": \\"\\"\\n}","type":"json"}]', + 'gatewayOptions' => [ + 'gatewayProtocols' => [], + ], + ], + 'GenericAdvancedSearch' => [ + 'summary' => 'This topic describes how to invoke the enhanced search operation (GenericAdvancedSearch) by using the Alibaba Cloud OpenAPI SDK, including the method and metric description. Compared with GenericSearch, GenericAdvancedSearch provides better recall of authoritative websites, with a maximum recall count of 40, delivering improved authoritativeness and data diversity. The response parameters and format of the enhanced operation are consistent with those of GenericAdvancedSearch.', + 'path' => '/linked-retrieval/linked-retrieval-entry/v2/linkedRetrieval/commands/genericAdvancedSearch', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpPYBUBJ', 'FEATUREalibababcpSJV4QL', 'FEATUREalibababcpTYS4DT', 'FEATUREalibababcpCIGQ7X', 'FEATUREalibababcpJ4YYLV'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The query text to search for.', 'type' => 'string', 'required' => true, 'example' => '苹果手机'], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The time range for filtering web pages by publish time.', 'type' => 'string', 'required' => false, 'example' => 'OneWeek'], + ], + [ + 'name' => 'sessionId', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The session ID for multi-turn interactions.', 'type' => 'string', 'required' => false, 'example' => 'job-4065bee3-e7aa-49fc-aad2-a8e3a7fd6acd'], + ], + [ + 'name' => 'industry', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The industry. After you specify this parameter, only content from websites within the specified industries is recalled. Separate multiple industries with commas.', 'type' => 'string', 'required' => false, 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'The request body parameters.', '$ref' => '#/components/schemas/GenericSearchResult', 'title' => '', 'example' => ''], + ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.', 'description' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Enhanced search API', + 'description' => 'GenericAdvancedSearch is currently in the testing phase. New specifications will be available for purchase in the future.', + 'changeSet' => [ + ['createdAt' => '2025-02-27T03:25:15.000Z', 'description' => 'Request parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:GenericAdvancedSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'translator' => 'machine', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"pageItems\\": [\\n {\\n \\"publishTime\\": 1704426524000,\\n \\"score\\": 0.234325235,\\n \\"images\\": [\\n {\\n \\"width\\": 700,\\n \\"imageLink\\": \\"http://k.sinaimg.cn/n/sinakd20121/594/w2048h946/20240328/74cf-32c0d62e843df76567d760b4459d57c1.jpg/w700d1q75cms.jpg\\",\\n \\"height\\": 324\\n }\\n ],\\n \\"htmlTitle\\": \\"<em>小米</em>SU7售价22.99万元起 高管亲自辟谣:发布前不会有<em>价格</em>-百家号\\",\\n \\"displayLink\\": \\"baijiahao.baidu.com\\",\\n \\"mime\\": \\"text/html\\",\\n \\"pageMap\\": {\\n \\"key\\": \\"\\"\\n },\\n \\"cardType\\": \\"structure_web_info\\",\\n \\"link\\": \\"https://baijiahao.baidu.com/s?id=1787881554557805096\\",\\n \\"mainText\\": \\"昨天\\\\t,\\\\t小米\\\\t汽车\\\\t没有\\\\t发布\\\\t,\\\\t但\\\\t相关\\\\t的\\\\t信息\\\\t透露\\\\t的\\\\t差\\\\t不\\\\t多\\\\t了\\\\t。\\\\t\\\\t\\\\n\\\\t\\\\t在\\\\t发布\\\\t会\\\\t现场\\\\t,\\\\t雷军\\\\t直接\\\\t称\\\\t小米\\\\tS\\\\tU\\\\t7\\\\t对\\\\t标\\\\t特斯拉\\\\t保时捷\\\\t,\\\\t有\\\\t100\\\\t项\\\\t行业\\\\t领先\\\\t,\\\\t可见\\\\t“\\\\t遥遥\\\\t领先\\\\t”\\\\t已经\\\\t不再\\\\t是\\\\t华为\\\\t专利\\\\t了\\\\t?\\\\t\\\\t\\\\n\\\\t\\\\n\\\\t\\\\t而\\\\t在\\\\t介绍\\\\t技术\\\\t时\\\\t,\\\\t雷军\\\\t也\\\\t从\\\\t电机\\\\t、\\\\t电池\\\\t、\\\\t大\\\\t压铸\\\\t、\\\\t自动\\\\t驾驶\\\\t、\\\\t智能\\\\t座舱\\\\t等\\\\t五\\\\t大\\\\t方面\\\\t展开\\\\t,\\\\t充分\\\\t展示\\\\t了\\\\t小米\\\\t汽车\\\\t的\\\\t技术\\\\t以及\\\\t技术\\\\t储备\\\\t,\\\\t\\\\t \\\\t\\\\t能\\\\t堆\\\\t的\\\\t料\\\\t,\\\\t全都\\\\t堆\\\\t上去\\\\t了\\\\t…\\\\t…\\\\t\\\\t\\\\n\\\\t\\\\t大家\\\\t比较\\\\t感\\\\t兴趣\\\\t的\\\\t性能\\\\t方面\\\\t,\\\\t2\\\\t.\\\\t78\\\\ts\\\\t的\\\\t0\\\\t-\\\\t100\\\\tkm\\\\t/\\\\th\\\\t加速\\\\t,\\\\t265\\\\tkm\\\\t/\\\\th\\\\t的\\\\t最高\\\\t时速\\\\t\\",\\n \\"htmlSnippet\\": \\"100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,<em>小米SU7</em>确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...\\",\\n \\"title\\": \\"小米SU7售价22.99万元起 高管亲自辟谣:发布前不会有价格\\",\\n \\"hostname\\": \\"新华网\\",\\n \\"hostLogo\\": \\"https://s2.zimgs.cn/ims?kt=url&at=smstruct&key=aHR0cHM6Ly9ndy5hbGljZG4uY29tL0wxLzcyMy8xNTY1MjU2NjAwLzJhL2YwL2I0LzJhZjBiNDQxMGI5YmVlMDVjOGVlNGJmODk3MTNkNTFjLnBuZw==&sign=yx:CUlNNQVJQjFrk3Kxt2F3KWhTOFU=&tv=400_400\\",\\n \\"siteLabel\\": \\"权威媒体\\",\\n \\"markdownText\\": \\"\\",\\n \\"snippet\\": \\"100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,小米SU7确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...\\",\\n \\"summary\\": \\"\\",\\n \\"hostAuthorityScore\\": 0,\\n \\"richMainBody\\": \\"\\",\\n \\"websiteAuthorityScore\\": 0,\\n \\"correlationTag\\": 0\\n }\\n ],\\n \\"requestId\\": \\"123456\\",\\n \\"weiboItems\\": [\\n {\\n \\"images\\": [\\n \\"http://s2.zimgs.cn/ims?at=sc&kt=url&key=aHR0cHM6Ly93eDIuc2luYWltZy5jbi9vcmozNjAvMDA3Umc1eHVseTFob3RsenJ5YjVkajMwaWgwYTY0M2UuanBn&sign=yx:PfSsUObz9lhnCl5gf5vY-GeYrm0=&tv=0_0&p=\\"\\n ],\\n \\"publishDisplayTime\\": \\"1小时前\\",\\n \\"cardType\\": \\"weibo_strong\\",\\n \\"homepageLink\\": \\"https://m.weibo.cn/u/7761793874?luicode=20000061&lfid=5024099350350075\\",\\n \\"link\\": \\"https://m.weibo.cn/detail/5024099350350075?wm=90194_90009\\",\\n \\"htmlSnippet\\": \\"【小调查:你会买<em>小米SU7</em>吗?】#小米SU7路测覆盖300多城市#4月17日,@小米汽车 发文称SU7道路测试覆盖全国300多个城市,涵盖极寒,极热天气,总里程数高达540万公里,目前仍在进行中。 网页链接\\",\\n \\"username\\": \\"白鹿科技\\"\\n }\\n ],\\n \\"searchInformation\\": {\\n \\"total\\": 13,\\n \\"searchTime\\": 700\\n },\\n \\"sceneItems\\": [\\n {\\n \\"type\\": \\"\\",\\n \\"detail\\": \\"\\"\\n }\\n ],\\n \\"queryContext\\": {\\n \\"originalQuery\\": {\\n \\"query\\": \\"\\",\\n \\"timeRange\\": \\"\\",\\n \\"industry\\": \\"\\",\\n \\"page\\": \\"\\"\\n },\\n \\"rewrite\\": {\\n \\"enabled\\": false,\\n \\"timeRange\\": \\"\\"\\n }\\n }\\n}","type":"json"}]', + ], + 'GenericSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v2/linkedRetrieval/commands/genericSearch', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpPYBUBJ', 'FEATUREalibababcpSJV4QL', 'FEATUREalibababcpTYS4DT', 'FEATUREalibababcpCIGQ7X', 'FEATUREalibababcpJ4YYLV'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The search keyword.', 'type' => 'string', 'required' => true, 'example' => '苹果手机'], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => [ + 'title' => '', + 'description' => 'The time range for filtering results. Valid values:'."\n" + .'- OneDay: last day'."\n" + .'- OneWeek: last week'."\n" + .'- OneMonth: last month'."\n" + .'- OneYear: last year'."\n" + .'- NoLimit: no limit.', + 'enumValueTitles' => ['OneWeek' => 'Last week.', 'OneYear' => 'Last year.', 'NoLimit' => 'No limit.', 'OneDay' => 'Last day.', 'OneMonth' => 'Last month.'], + 'type' => 'string', + 'required' => false, + 'example' => 'OneWeek', + ], + ], + [ + 'name' => 'sessionId', + 'in' => 'query', + 'allowEmptyValue' => true, + 'schema' => ['title' => '', 'description' => 'The session ID for multi-turn interaction.', 'type' => 'string', 'required' => false, 'example' => ''], + ], + [ + 'name' => 'industry', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'The industry. After you specify an industry, only site content related to the specified industry is recalled. Separate multiple industries with commas.', 'type' => 'string', 'required' => false, 'example' => ''], + ], + [ + 'name' => 'page', + 'in' => 'query', + 'allowEmptyValue' => false, + 'schema' => ['title' => '', 'description' => 'The page number. Pages start from 1.', 'type' => 'integer', 'format' => 'int32', 'example' => '1', 'default' => '1', 'required' => false], + ], + [ + 'name' => 'returnMainText', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], + ], + [ + 'name' => 'returnMarkdownText', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false, 'description' => '', 'title' => '', 'example' => ''], + ], + [ + 'name' => 'returnSummary', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], + ], + [ + 'name' => 'enableRerank', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], + ], + [ + 'name' => 'returnRichMainBody', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], + ], + [ + 'name' => 'advancedParams', + 'in' => 'query', + 'style' => 'json', + 'schema' => ['type' => 'object', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'The search results.', '$ref' => '#/components/schemas/GenericSearchResult', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'General-purpose search', + 'summary' => 'Performs a general-purpose search.', + 'changeSet' => [ + ['createdAt' => '2025-10-29T05:14:03.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2025-10-10T02:59:28.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2025-03-29T04:17:51.000Z', 'description' => 'Request parameters changed'], + ['createdAt' => '2024-11-15T02:32:26.000Z', 'description' => 'Request parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:GenericSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'translator' => 'machine', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"pageItems\\": [\\n {\\n \\"publishTime\\": 1704426524000,\\n \\"score\\": 0.234325235,\\n \\"images\\": [\\n {\\n \\"width\\": 700,\\n \\"imageLink\\": \\"http://k.sinaimg.cn/n/sinakd20121/594/w2048h946/20240328/74cf-32c0d62e843df76567d760b4459d57c1.jpg/w700d1q75cms.jpg\\",\\n \\"height\\": 324\\n }\\n ],\\n \\"htmlTitle\\": \\"<em>小米</em>SU7售价22.99万元起 高管亲自辟谣:发布前不会有<em>价格</em>-百家号\\",\\n \\"displayLink\\": \\"baijiahao.baidu.com\\",\\n \\"mime\\": \\"text/html\\",\\n \\"pageMap\\": {\\n \\"key\\": \\"\\"\\n },\\n \\"cardType\\": \\"structure_web_info\\",\\n \\"link\\": \\"https://baijiahao.baidu.com/s?id=1787881554557805096\\",\\n \\"mainText\\": \\"昨天\\\\t,\\\\t小米\\\\t汽车\\\\t没有\\\\t发布\\\\t,\\\\t但\\\\t相关\\\\t的\\\\t信息\\\\t透露\\\\t的\\\\t差\\\\t不\\\\t多\\\\t了\\\\t。\\\\t\\\\t\\\\n\\\\t\\\\t在\\\\t发布\\\\t会\\\\t现场\\\\t,\\\\t雷军\\\\t直接\\\\t称\\\\t小米\\\\tS\\\\tU\\\\t7\\\\t对\\\\t标\\\\t特斯拉\\\\t保时捷\\\\t,\\\\t有\\\\t100\\\\t项\\\\t行业\\\\t领先\\\\t,\\\\t可见\\\\t“\\\\t遥遥\\\\t领先\\\\t”\\\\t已经\\\\t不再\\\\t是\\\\t华为\\\\t专利\\\\t了\\\\t?\\\\t\\\\t\\\\n\\\\t\\\\n\\\\t\\\\t而\\\\t在\\\\t介绍\\\\t技术\\\\t时\\\\t,\\\\t雷军\\\\t也\\\\t从\\\\t电机\\\\t、\\\\t电池\\\\t、\\\\t大\\\\t压铸\\\\t、\\\\t自动\\\\t驾驶\\\\t、\\\\t智能\\\\t座舱\\\\t等\\\\t五\\\\t大\\\\t方面\\\\t展开\\\\t,\\\\t充分\\\\t展示\\\\t了\\\\t小米\\\\t汽车\\\\t的\\\\t技术\\\\t以及\\\\t技术\\\\t储备\\\\t,\\\\t\\\\t \\\\t\\\\t能\\\\t堆\\\\t的\\\\t料\\\\t,\\\\t全都\\\\t堆\\\\t上去\\\\t了\\\\t…\\\\t…\\\\t\\\\t\\\\n\\\\t\\\\t大家\\\\t比较\\\\t感\\\\t兴趣\\\\t的\\\\t性能\\\\t方面\\\\t,\\\\t2\\\\t.\\\\t78\\\\ts\\\\t的\\\\t0\\\\t-\\\\t100\\\\tkm\\\\t/\\\\th\\\\t加速\\\\t,\\\\t265\\\\tkm\\\\t/\\\\th\\\\t的\\\\t最高\\\\t时速\\\\t\\",\\n \\"htmlSnippet\\": \\"100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,<em>小米SU7</em>确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...\\",\\n \\"title\\": \\"小米SU7售价22.99万元起 高管亲自辟谣:发布前不会有价格\\",\\n \\"hostname\\": \\"新华网\\",\\n \\"hostLogo\\": \\"https://s2.zimgs.cn/ims?kt=url&at=smstruct&key=aHR0cHM6Ly9ndy5hbGljZG4uY29tL0wxLzcyMy8xNTY1MjU2NjAwLzJhL2YwL2I0LzJhZjBiNDQxMGI5YmVlMDVjOGVlNGJmODk3MTNkNTFjLnBuZw==&sign=yx:CUlNNQVJQjFrk3Kxt2F3KWhTOFU=&tv=400_400\\",\\n \\"siteLabel\\": \\"权威媒体\\",\\n \\"markdownText\\": \\"\\",\\n \\"snippet\\": \\"100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,小米SU7确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...\\",\\n \\"summary\\": \\"\\",\\n \\"hostAuthorityScore\\": 0,\\n \\"richMainBody\\": \\"\\",\\n \\"websiteAuthorityScore\\": 0,\\n \\"correlationTag\\": 0\\n }\\n ],\\n \\"requestId\\": \\"123456\\",\\n \\"weiboItems\\": [\\n {\\n \\"images\\": [\\n \\"http://s2.zimgs.cn/ims?at=sc&kt=url&key=aHR0cHM6Ly93eDIuc2luYWltZy5jbi9vcmozNjAvMDA3Umc1eHVseTFob3RsenJ5YjVkajMwaWgwYTY0M2UuanBn&sign=yx:PfSsUObz9lhnCl5gf5vY-GeYrm0=&tv=0_0&p=\\"\\n ],\\n \\"publishDisplayTime\\": \\"1小时前\\",\\n \\"cardType\\": \\"weibo_strong\\",\\n \\"homepageLink\\": \\"https://m.weibo.cn/u/7761793874?luicode=20000061&lfid=5024099350350075\\",\\n \\"link\\": \\"https://m.weibo.cn/detail/5024099350350075?wm=90194_90009\\",\\n \\"htmlSnippet\\": \\"【小调查:你会买<em>小米SU7</em>吗?】#小米SU7路测覆盖300多城市#4月17日,@小米汽车 发文称SU7道路测试覆盖全国300多个城市,涵盖极寒,极热天气,总里程数高达540万公里,目前仍在进行中。 网页链接\\",\\n \\"username\\": \\"白鹿科技\\"\\n }\\n ],\\n \\"searchInformation\\": {\\n \\"total\\": 13,\\n \\"searchTime\\": 700\\n },\\n \\"sceneItems\\": [\\n {\\n \\"type\\": \\"\\",\\n \\"detail\\": \\"\\"\\n }\\n ],\\n \\"queryContext\\": {\\n \\"originalQuery\\": {\\n \\"query\\": \\"\\",\\n \\"timeRange\\": \\"\\",\\n \\"industry\\": \\"\\",\\n \\"page\\": \\"\\"\\n },\\n \\"rewrite\\": {\\n \\"enabled\\": false,\\n \\"timeRange\\": \\"\\"\\n }\\n }\\n}","type":"json"}]', + ], + 'GetIqsUsage' => [ + 'summary' => 'Query daily usage by dimension for the Information Query Service API', + 'path' => '/linked-retrieval/linked-retrieval-admin/v1/iqs/usage', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpVV9OXO'], + ], + 'parameters' => [ + [ + 'name' => 'startDate', + 'in' => 'query', + 'schema' => ['description' => 'Start Date.', 'type' => 'string', 'required' => false, 'example' => '20241011', 'title' => ''], + ], + [ + 'name' => 'endDate', + 'in' => 'query', + 'schema' => ['description' => 'End Date.', 'type' => 'string', 'required' => false, 'example' => '20241017', 'title' => ''], + ], + [ + 'name' => 'callerId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'description' => '', 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'Return Result struct', '$ref' => '#/components/schemas/GetIqsUsageResult', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Daily API Invocation Usage Query API', + 'changeSet' => [ + ['createdAt' => '2025-07-24T09:56:34.000Z', 'description' => 'Response parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '2', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetIqsUsage'], + ], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:GetIqsUsage', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'translator' => 'machine', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"records\\": [\\n {\\n \\"date\\": \\"\\",\\n \\"mainAccountId\\": \\"\\",\\n \\"subAccountId\\": \\"\\",\\n \\"api\\": \\"\\",\\n \\"engineType\\": \\"\\",\\n \\"billingQps\\": 0,\\n \\"ladderType\\": \\"\\",\\n \\"totalCalls\\": 0,\\n \\"successCalls\\": 0,\\n \\"failedCalls\\": 0,\\n \\"valueAddedSummary\\": 0,\\n \\"valueAddedAdvanced\\": 0,\\n \\"totalBillStatCalls\\": 0\\n }\\n ]\\n}","type":"json"}]', + ], + 'GlobalSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/search/global', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpPYBUBJ', 'FEATUREalibababcpJ4YYLV'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'query', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'Search query content', 'type' => 'string', 'required' => true, 'example' => '特朗普最新关税消息'], + ], + [ + 'name' => 'timeRange', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'Web page publish time range', 'type' => 'string', 'required' => false, 'example' => 'OneWeek'], + ], + [ + 'name' => 'page', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'Page number, starting from 1', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], + ], + [ + 'name' => 'pageSize', + 'in' => 'query', + 'schema' => ['title' => '', 'description' => 'Number of items per page', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'Specified restart parameter information.', '$ref' => '#/components/schemas/GlobalSearchResult', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Global Search (To Be Released)', + 'summary' => 'IQS Search - Global Edition (Global Information Search)', + 'description' => 'This document describes the usage and parameter specifications of GlobalSearch, the global edition of IQS Search.', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"123456\\",\\n \\"queryContext\\": {\\n \\"originalQuery\\": {\\n \\"query\\": \\"特朗普关税最新消息\\",\\n \\"page\\": \\"1\\",\\n \\"timeRange\\": \\"NoLimit\\"\\n }\\n },\\n \\"pageItems\\": [\\n {\\n \\"snippet\\": \\"100km/h-0制动能力上,仅有33.3m,不黑不吹,单看这个,小米SU7确实表现不错。而续航方面,101kWh电池容量,实现CLTC续航800km,还有现5分钟补能220km,15分钟补能510km的800V高压平台。而在...\\",\\n \\"link\\": \\"https://baijiahao.baidu.com/s?id=1787881554557805096\\",\\n \\"title\\": \\"小米SU7售价22.99万元起 高管亲自辟谣:发布前不会有价格\\"\\n }\\n ],\\n \\"sceneItems\\": [\\n {\\n \\"detail\\": \\"{\\\\n\\\\\\"snippet\\\\\\": \\\\\\"截至2025年3月7日,SpaceX星舰已经发射了8次,并取得4次成功及4次失败。\\\\\\",\\\\n\\\\\\"snippetHighlighted\\\\\\": [\\\\\\"8次\\\\\\"],\\\\n\\\\\\"title\\\\\\": \\\\\\"星舰发射任务列表\\\\\\"\\\\n}\\",\\n \\"type\\": \\"answerBox\\"\\n }\\n ],\\n \\"searchInformation\\": {\\n \\"total\\": 10339,\\n \\"searchTime\\": 1200\\n }\\n}","type":"json"}]', + 'translator' => 'machine', + ], + 'MedicalAnswer' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/domain/medical/answer', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpPDPN5D'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['description' => 'Search information', '$ref' => '#/components/schemas/MedicalAnswerInput', 'required' => false, 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'Medical Q&A Result', '$ref' => '#/components/schemas/MedicalAnswerResult', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Medical Q&A', + 'summary' => 'Medical Q&A', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"\\",\\n \\"searchInformation\\": {\\n \\"searchTime\\": 1028\\n },\\n \\"queryContext\\": {\\n \\"originalQuery\\": {\\n \\"query\\": \\"\\"\\n }\\n },\\n \\"messages\\": [\\n {\\n \\"content\\": \\"\\",\\n \\"metaData\\": {}\\n }\\n ]\\n}","type":"json"}]', + 'translator' => 'machine', + ], + 'MedicalKnowledge' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/domain/medical/know', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpPDPN5D'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['description' => 'Health Graph query conditions', '$ref' => '#/components/schemas/MedicalKnowInput', 'required' => false, 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'Health Graph query Result', '$ref' => '#/components/schemas/MedicalKnowResult', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Health Graph', + 'summary' => 'Health Graph', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"\\",\\n \\"queryContext\\": {\\n \\"originalQuery\\": {\\n \\"query\\": \\"\\"\\n }\\n },\\n \\"searchInformation\\": {\\n \\"searchTime\\": 1028\\n },\\n \\"messages\\": [\\n {\\n \\"url\\": \\"\\",\\n \\"content\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', + 'translator' => 'machine', + ], + 'MultimodalSearch' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/multimodal/unified', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['description' => 'Query parameters and site blocking parameters ', '$ref' => '#/components/schemas/MultimodalSearchBody', 'required' => false, 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'Image return information ', '$ref' => '#/components/schemas/MultimodalSearchOutput', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Multimodal search ', + 'summary' => 'Multimodal search ', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [], + 'translator' => 'machine', + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"sdfsd234-2vxcg345-345vc\\",\\n \\"queryContext\\": {\\n \\"originalQuery\\": {\\n \\"query\\": \\"\\"\\n }\\n },\\n \\"searchInformation\\": {\\n \\"total\\": 13,\\n \\"searchTime\\": 700\\n },\\n \\"imageItems\\": [\\n {\\n \\"publishedTime\\": \\"2022-07-05T00:54:42+08:00\\",\\n \\"title\\": \\"阿里巴巴现在以主业上为主,以电商为主,以能够盈利的业务为主\\",\\n \\"imageUrl\\": \\"http://pic.rmb.bdstatic.com/bjh/bb87f566c0c/241218/f7936f25837b20211e5ef88d7980c143.jpeg\\",\\n \\"hostPageUrl\\": \\"http://mbd.baidu.com/newspage/data/dtlandingsuper?nid=dt_4541580238898912926\\",\\n \\"height\\": 1330,\\n \\"width\\": 1000\\n }\\n ]\\n}","type":"json"}]', + ], + 'OmniAnswer' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/answer/omni/search', + 'methods' => ['post'], + 'schemes' => ['https', 'sse'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/octet-stream', 'application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], + 'autoTest' => true, + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'style' => 'json', + 'schema' => ['description' => 'Search information ', '$ref' => '#/components/schemas/OmniSearchQuery', 'required' => false, 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'SSE streaming response ', 'type' => 'string', 'example' => 'data: {"type": "bizType", "data": "content"}', 'title' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'AI Q&A ', + 'summary' => 'This topic describes the intelligent search Q&A streaming API (SearchStream). Based on retrieval-augmented generation (RAG) and large language model technologies, this API accepts natural language questions from users and automatically performs intent recognition, query rewrite, multi-source retrieval, and content generation. The API returns data using the Server-Sent Events (SSE) streaming protocol, supporting real-time output of inference status, reference sources, and token-by-token generated answers. It is suitable for AI chat and search scenarios that require low latency and high interpretability.'."\n", + 'responseParamsDescription' => 'The API pushes events line by line using the standard SSE protocol. The client must parse the response according to the text/event-stream specification. The format of each line is: '."\n" + .'data: {"type": "event type", "data": "payload"}'."\n", + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:OmniAnswer', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"\\"data: {\\\\\\"type\\\\\\": \\\\\\"bizType\\\\\\", \\\\\\"data\\\\\\": \\\\\\"content\\\\\\"}\\"","type":"json"}]', + 'translator' => 'machine', + ], + 'ReadPageBasic' => [ + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/readpage/basic', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpG3IIA0', 'FEATUREalibababcpPDPN5D', 'FEATUREalibababcp7B4LYV'], + 'autoTest' => true, + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['description' => 'post body', 'required' => false, '$ref' => '#/components/schemas/ReadPageBody', 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['description' => 'Request ID. Provide this information when troubleshooting issues. ', 'type' => 'string', 'title' => '', 'example' => ''], + 'errorCode' => ['description' => 'Error code ', 'type' => 'string', 'title' => '', 'example' => ''], + 'errorMessage' => ['description' => 'Error message ', 'type' => 'string', 'title' => '', 'example' => ''], + 'data' => ['description' => 'Parsing result of the target URL ', '$ref' => '#/components/schemas/ReadPageItem', 'title' => '', 'example' => ''], + ], + 'example' => '', + ], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Static Page Parsing ', + 'summary' => 'Quickly retrieve HTML and parse static web page content. ', + 'description' => '1. When the HTTP status code (httpcode) of the target address is less than 500, it is counted as one valid request. '."\n" + ."\n" + .'2. If the content type (Content-Type) in the response header of the target address is application/pdf, the system automatically triggers PDF parsing (PDF file size must not exceed 20 MB). This operation is counted as an additional valid request. '."\n" + ."\n" + .'3. Trial terms: During the trial period, the API is limited to 5 queries per second (QPS); the trial quota is 1,000 requests per 30 days. ', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:ReadPageBasic', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"\\",\\n \\"errorCode\\": \\"\\",\\n \\"errorMessage\\": \\"\\",\\n \\"data\\": {\\n \\"statusCode\\": 200,\\n \\"errorMessage\\": \\"null\\",\\n \\"rawHtml\\": \\"<!doctype html><html lang=\\\\\\\\\\\\\\"en\\\\\\\\\\\\\\"><head><title>Example Domain</title><meta name=\\\\\\\\\\\\\\"viewport\\\\\\\\\\\\\\" content=\\\\\\\\\\\\\\"width=device-width, initial-scale=1\\\\\\\\\\\\\\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.<p><a href=\\\\\\\\\\\\\\"https://iana.org/domains/example\\\\\\\\\\\\\\">Learn more</a></div></body></html>\\\\\\\\n\\",\\n \\"html\\": \\"<html>\\\\\\\\n<head><title>Example Domain</title></head>\\\\\\\\n<body><div>\\\\\\\\n<h1>Example Domain</h1>\\\\\\\\n<p>This domain is for use in documentation examples without needing permission. Avoid use in operations.</p>\\\\\\\\n<p><a href=\\\\\\\\\\\\\\"https://iana.org/domains/example\\\\\\\\\\\\\\">Learn more</a></p>\\\\\\\\n</div></body>\\\\\\\\n</html>\\",\\n \\"text\\": \\"# Example Domain\\\\\\\\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\\\\\\\\nLearn more\\\\\\\\n\\",\\n \\"markdown\\": \\"# Example Domain\\\\\\\\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\\\\\\\\n[Learn more](https://iana.org/domains/example)\\\\\\\\n\\",\\n \\"screenshot\\": \\"\\"\\n }\\n}","type":"json"}]', + 'translator' => 'machine', + ], + 'ReadPageScrape' => [ + 'summary' => '1. Read HTML and parse web page content through the browser sandbox environment. '."\n" + .'2. The API starts parsing after all resources on the target page are fully loaded (the maximum waiting duration can be adjusted via the pageTimeout parameter). The overall Duration of the API call is significantly affected by the resource loading performance of the target site. '."\n", + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/readpage/scrape', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpG3IIA0'], + 'autoTest' => true, + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['description' => 'post body', 'required' => false, '$ref' => '#/components/schemas/ReadPageScrapeBody', 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => '', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['title' => '', 'description' => 'Request ID. Provide this information when troubleshooting issues. ', 'type' => 'string', 'example' => '7cd43c86-731a-4d4c-8385-d070cfc509a4'."\n"], + 'errorCode' => ['description' => 'error code ', 'type' => 'string', 'example' => 'null', 'title' => ''], + 'errorMessage' => ['description' => 'error message ', 'type' => 'string', 'example' => 'null', 'title' => ''], + 'data' => ['description' => 'Parsing result of the target URL ', '$ref' => '#/components/schemas/ReadPageItem', 'title' => '', 'example' => ''], + ], + 'example' => '', + ], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Web Page Parsing ', + 'description' => '1. A request is counted as valid when the HTTP status code (httpcode) of the target URL is less than 500. '."\n" + ."\n" + .'2. If the content type (Content-Type) in the response header of the target URL is application/pdf, the system automatically triggers PDF parsing (PDF files up to 20 MB are supported). This operation is counted as an additional valid request. '."\n" + ."\n" + .'3. Trial terms: During the trial period, the API is limited to 5 queries per second (QPS); the trial quota is 1,000 requests per 30 days. '."\n", + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:ReadPageScrape', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"7cd43c86-731a-4d4c-8385-d070cfc509a4\\\\n\\",\\n \\"errorCode\\": \\"null\\",\\n \\"errorMessage\\": \\"null\\",\\n \\"data\\": {\\n \\"statusCode\\": 200,\\n \\"errorMessage\\": \\"null\\",\\n \\"rawHtml\\": \\"<!doctype html><html lang=\\\\\\\\\\\\\\"en\\\\\\\\\\\\\\"><head><title>Example Domain</title><meta name=\\\\\\\\\\\\\\"viewport\\\\\\\\\\\\\\" content=\\\\\\\\\\\\\\"width=device-width, initial-scale=1\\\\\\\\\\\\\\"><style>body{background:#eee;width:60vw;margin:15vh auto;font-family:system-ui,sans-serif}h1{font-size:1.5em}div{opacity:0.8}a:link,a:visited{color:#348}</style><body><div><h1>Example Domain</h1><p>This domain is for use in documentation examples without needing permission. Avoid use in operations.<p><a href=\\\\\\\\\\\\\\"https://iana.org/domains/example\\\\\\\\\\\\\\">Learn more</a></div></body></html>\\\\\\\\n\\",\\n \\"html\\": \\"<html>\\\\\\\\n<head><title>Example Domain</title></head>\\\\\\\\n<body><div>\\\\\\\\n<h1>Example Domain</h1>\\\\\\\\n<p>This domain is for use in documentation examples without needing permission. Avoid use in operations.</p>\\\\\\\\n<p><a href=\\\\\\\\\\\\\\"https://iana.org/domains/example\\\\\\\\\\\\\\">Learn more</a></p>\\\\\\\\n</div></body>\\\\\\\\n</html>\\",\\n \\"text\\": \\"# Example Domain\\\\\\\\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\\\\\\\\nLearn more\\\\\\\\n\\",\\n \\"markdown\\": \\"# Example Domain\\\\\\\\nThis domain is for use in documentation examples without needing permission. Avoid use in operations.\\\\\\\\n[Learn more](https://iana.org/domains/example)\\\\\\\\n\\",\\n \\"screenshot\\": \\"\\"\\n }\\n}","type":"json"}]', + 'translator' => 'machine', + ], + 'ScanFile' => [ + 'summary' => '', + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/domain/scan/file', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpF36Z7L', 'FEATUREalibababcpLJW8HN', 'FEATUREalibababcpPYBUBJ', 'FEATUREalibababcpRLTK4J', 'FEATUREalibababcpVV9OXO', 'FEATUREalibababcpSJV4QL', 'FEATUREalibababcpTYS4DT', 'FEATUREalibababcpCIGQ7X', 'FEATUREalibababcpJ4YYLV'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['$ref' => '#/components/schemas/ScanFileInput', 'description' => '', 'required' => false, 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['$ref' => '#/components/schemas/ScanFileOutput', 'description' => '', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => '', + 'changeSet' => [], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"searchInformation\\": {\\n \\"searchTime\\": 1028\\n },\\n \\"scanFileInfoList\\": [\\n {\\n \\"angle\\": 100,\\n \\"height\\": 100,\\n \\"width\\": 100,\\n \\"imageBase64\\": \\"erwre\\"\\n }\\n ]\\n}","type":"json"}]', + ], + 'UnifiedSearch' => [ + 'summary' => 'Provides access to the Tongxiao unified search API, enabling quick and easy integration of web-wide general search capabilities.', + 'path' => '/linked-retrieval/linked-retrieval-entry/v1/iqs/search/unified', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK', 'FEATUREalibababcpF36Z7L', 'FEATUREalibababcpLJW8HN', 'FEATUREalibababcpPYBUBJ', 'FEATUREalibababcpRLTK4J', 'FEATUREalibababcpVV9OXO', 'FEATUREalibababcpSJV4QL', 'FEATUREalibababcpTYS4DT', 'FEATUREalibababcpCIGQ7X', 'FEATUREalibababcpJ4YYLV'], + 'tenantRelevance' => 'tenant', + ], + 'parameters' => [ + [ + 'name' => 'body', + 'in' => 'body', + 'schema' => ['description' => 'The search request parameters.', '$ref' => '#/components/schemas/UnifiedSearchInput', 'required' => false, 'title' => '', 'example' => ''], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => ['description' => 'The search response parameters.', '$ref' => '#/components/schemas/UnifiedSearchOutput', 'title' => '', 'example' => ''], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'title' => 'Tongxiao unified search API', + 'changeSet' => [ + ['createdAt' => '2025-05-08T08:10:19.000Z', 'description' => 'Request parameters changed, Response parameters changed'], + ], + 'flowControl' => [ + 'flowControlList' => [], + ], + 'ramActions' => [ + [ + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:UnifiedSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"\\",\\n \\"queryContext\\": {\\n \\"engineType\\": \\"Generic\\",\\n \\"originalQuery\\": {\\n \\"query\\": \\"杭州美食\\",\\n \\"timeRange\\": \\"NoLimit\\"\\n },\\n \\"rewrite\\": {\\n \\"enabled\\": true,\\n \\"timeRange\\": \\"OneYear\\"\\n }\\n },\\n \\"pageItems\\": [\\n {\\n \\"title\\": \\"上海车展大佬齐聚 问界成为话题中心\\",\\n \\"link\\": \\"https://hea.china.com/articles/20250427/202504271666343.html\\",\\n \\"snippet\\": \\"2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。 ...\\",\\n \\"publishedTime\\": \\"2025-04-27T20:36:04+08:00\\",\\n \\"mainText\\": \\"2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。\\\\\\\\n“问界M9、M8正重构 中国 豪华汽车市场格局。”张兴海说, (此处省略....)。\\\\\\\\n责任编辑:kj005\\\\\\\\n 文章投诉热线:157 3889 8464 投诉邮箱:7983347 16@qq.com\\\\\\\\n关键词:\\",\\n \\"markdownText\\": \\"# 上海车展大佬齐聚 问界成为话题中心**来源**:财讯网 \\\\n**时间**:2025-04-27 20:36:04 \\\\n2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。\\\\n余承东表示,问界M9、M8、M7和M5,都深受消费者喜爱!问界M9连续3个月中国纯电车型保值率第一!纯电、增程车型包揽新能源大型SUV保值率前两名!\\\\n“自己是问界M9的用户\\\\n*责任编辑:kj005*文章投诉热线: 157 3889 8464 \\\\n投诉邮箱: 798334716@qq.com \\",\\n \\"images\\": [\\n \\"[\\\\\\"http://objectnsg.oss-cn-beijing.aliyuncs.com/yhdoc/202504/27/202504272025531927023138.png\\\\\\"]\\"\\n ],\\n \\"hostname\\": \\"中华网\\",\\n \\"hostLogo\\": \\"https://www.china.com/zh_cn/img1905/2023/logo.png\\",\\n \\"summary\\": \\"2025上海车展期间,最火爆的无疑是问界品牌,成为众多大佬的话题中心。赛力斯集团董事长(创始人)张兴海、华为常务董事、终端BG董事长余承东、著名演员陈道明、宁德时代董事长曾毓群都分享了对问界的使用体验。“自己是问界M9的用户,用车感受非常好。”陈道明表示,体验后才敢现场给大家推荐。未来,希望能实现问界M9的特别定制,让外观、内饰、座椅布局等,更符合自己的使用需求。据悉,2025款问界M9上市25天就交付超1万,已连续11个月蝉联50万元级豪车车销冠;问界M8上市4天,大定就突破了五万 台 ,深受市场任何和用户喜爱...“问界M9、M8正重构 中国 豪华汽车市场格局。”张兴海说, 近 期曾极限试驾问界M8,从重庆出发,历时55小时、行驶超3500公里抵达冈仁波齐。整个行程中,车辆的安全 性 和体验感都表现出色。\\",\\n \\"rerankScore\\": 0.7786493301391602,\\n \\"hostAuthorityScore\\": 0,\\n \\"richMainBody\\": \\"\\",\\n \\"websiteAuthorityScore\\": 0,\\n \\"correlationTag\\": 0,\\n \\"tags\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n }\\n }\\n ],\\n \\"sceneItems\\": [\\n {\\n \\"type\\": \\"time\\",\\n \\"detail\\": \\"{\\\\\\\\\\\\\\"title\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"伦敦时间\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"targetTimeZone\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"Europe/London\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"targetTimeMillisecond\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"1745820817178\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"targetTime\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"2025-04-28 14:13:37\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"beijingTimeZone\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"PRC\\\\\\\\\\\\\\", \\\\\\\\\\\\\\"beijingTimeMillisecond\\\\\\\\\\\\\\": \\\\\\\\\\\\\\"1745846017178\\\\\\\\\\\\\\"}\\"\\n }\\n ],\\n \\"costCredits\\": {\\n \\"search\\": {\\n \\"genericTextSearch\\": 1,\\n \\"liteAdvancedTextSearch\\": 0\\n },\\n \\"valueAdded\\": {\\n \\"summary\\": 1,\\n \\"advanced\\": 0\\n }\\n },\\n \\"searchInformation\\": {\\n \\"searchTime\\": 1028\\n }\\n}","type":"json"}]', + 'translator' => 'machine', + ], + ], + 'endpoints' => [ + ['regionId' => 'cn-zhangjiakou', 'regionName' => 'China (Zhangjiakou)', 'areaId' => 'asiaPacific', 'areaName' => 'Asia Pacific', 'public' => 'iqs.cn-zhangjiakou.aliyuncs.com', 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com', 'vpc' => 'iqs-vpc.cn-zhangjiakou.aliyuncs.com'], + ], + 'errorCodes' => [ + ['code' => 'Bad request', 'message' => 'The input bad request.', 'http_code' => 400, 'description' => 'Input parameter error'], + ['code' => 'Forbidden', 'message' => 'Please recharge first.', 'http_code' => 403, 'description' => 'The balance is insufficient, please recharge your account first.'], + ['code' => 'Forbidden', 'message' => 'Please authorize the AliyunImarketingFullAccess to the sub-account.', 'http_code' => 403, 'description' => 'Please grant the AliyunImarketingFullAccess permission to the sub-account'], + ['code' => 'Forbidden', 'message' => 'Please activate AI search service.', 'http_code' => 403, 'description' => 'Please activate the search service first.'], + ['code' => 'Forbidden', 'message' => 'Please authorize the AliyunIQSFullAccess to the sub-account.', 'http_code' => 403, 'description' => ''], + ['code' => 'NotActivate', 'message' => 'Please activate AI search service.', 'http_code' => 403, 'description' => 'Please activate the intelligent search service first'], + ['code' => 'TestUserPeriodExpired', 'message' => 'The test period has expired.', 'http_code' => 403, 'description' => ''], + ['code' => 'TestUserQueryPerDayExceeded', 'message' => 'The query per day exceed the limit.', 'http_code' => 429, 'description' => 'Daily call volume of test user exceeds limit'], + ['code' => 'ThrottlingUser', 'message' => 'Request was denied due to user flow control.', 'http_code' => 429, 'description' => 'The request was rejected because the flow control was triggered.'], + ], + 'changeSet' => [ + [ + 'apis' => [ + ['description' => 'Request parameters changed', 'api' => 'GenericSearch'], + ], + 'createdAt' => '2025-10-29T05:14:09.000Z', + 'description' => '', + ], + ], + 'flowControl' => [ + 'flowControlList' => [ + ['threshold' => '-1', 'countWindow' => 1, 'regionId' => '*'], + ['threshold' => '2', 'countWindow' => 1, 'regionId' => '*', 'api' => 'GetIqsUsage'], + ], + ], + 'ram' => [ + 'productCode' => 'IQS', + 'productName' => 'Information Query Service', + 'ramCodes' => ['iqs'], + 'ramLevel' => 'OPERATION', + 'ramConditions' => [], + 'ramActions' => [ + [ + 'apiName' => 'GenericAdvancedSearch', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:GenericAdvancedSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'MultimodalSearch', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:MultimodalSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ReadPageBasic', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:ReadPageBasic', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'GenericSearch', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:GenericSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'OmniAnswer', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:OmniAnswer', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'UnifiedSearch', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:UnifiedSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'ReadPageScrape', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:ReadPageScrape', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'MedicalKnowledge', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:MedicalKnowledge', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'MedicalAnswer', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:MedicalAnswer', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'GetIqsUsage', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:GetIqsUsage', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + [ + 'apiName' => 'AiSearch', + 'description' => '', + 'operationType' => 'none', + 'ramAction' => [ + 'action' => 'iqs:AiSearch', + 'authLevel' => 'operate', + 'actionConditions' => [], + 'resources' => [ + ['validationType' => 'always', 'product' => 'IQS', 'resourceType' => 'All Resource', 'arn' => '*'], + ], + ], + ], + ], + 'resourceTypes' => [], + ], ]; diff --git a/data/en_us/iqs/2024-11-21/api-docs.php b/data/en_us/iqs/2024-11-21/api-docs.php index 67aa1e1..4ea6425 100644 --- a/data/en_us/iqs/2024-11-21/api-docs.php +++ b/data/en_us/iqs/2024-11-21/api-docs.php @@ -1,31 +1,12 @@ <?php return [ 'version' => '1.0', - 'info' => [ - 'style' => 'ROA', - 'product' => 'IQS', - 'version' => '2024-11-21', - ], + 'info' => ['style' => 'ROA', 'product' => 'IQS', 'version' => '2024-11-21'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', - 'children' => [ - 'ExpandSearchExpiredTime', - 'ManageSearchAccountInfo', - 'ApplyFormalService', - 'GetAccountReviewRecord', - 'GetServiceConfig', - 'CheckAccountType', - 'GetAccountConfigInfo', - 'ListMeteringDailyDetail', - 'GetMeteringSummary', - 'ListApiCallDailyDetail', - 'ListSubAccountInfo', - 'DownloadMeteringDailyDetail', - 'ListApiNames', - 'DownloadApiCallDailyDetail', - ], + 'children' => ['ExpandSearchExpiredTime', 'ManageSearchAccountInfo', 'ApplyFormalService', 'GetAccountReviewRecord', 'GetServiceConfig', 'CheckAccountType', 'GetAccountConfigInfo', 'ListMeteringDailyDetail', 'GetMeteringSummary', 'ListApiCallDailyDetail', 'ListSubAccountInfo', 'DownloadMeteringDailyDetail', 'ListApiNames', 'DownloadApiCallDailyDetail', 'ListApiInfos', 'ListLimitations', 'GetNormalServiceConfig', 'StopAutoNormalReview', 'OpenAutoNormalReview'], ], ], 'components' => [ @@ -35,50 +16,12 @@ 'visibility' => 'Public', 'type' => 'object', 'properties' => [ - 'accountId' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'string', - 'example' => '1159902965389687', - 'backendName' => 'accountId', - ], - 'testQueryPerDay' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '2000', - 'backendName' => 'testQueryPerDay', - ], - 'testQps' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '3', - 'backendName' => 'testQps', - ], - 'quarkKey' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'string', - 'example' => '1', - 'backendName' => 'quarkKey', - ], - 'name' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'string', - 'example' => '', - 'backendName' => 'name', - ], - 'quarkName' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'string', - 'example' => '1', - 'backendName' => 'quarkName', - ], + 'accountId' => ['description' => '', 'visibility' => 'Public', 'type' => 'string', 'example' => '1159902965389687', 'backendName' => 'accountId'], + 'testQueryPerDay' => ['description' => '', 'visibility' => 'Public', 'type' => 'integer', 'format' => 'int32', 'example' => '2000', 'backendName' => 'testQueryPerDay'], + 'testQps' => ['description' => '', 'visibility' => 'Public', 'type' => 'integer', 'format' => 'int32', 'example' => '3', 'backendName' => 'testQps'], + 'quarkKey' => ['description' => '', 'visibility' => 'Public', 'type' => 'string', 'example' => '1', 'backendName' => 'quarkKey'], + 'name' => ['description' => '', 'visibility' => 'Public', 'type' => 'string', 'example' => '', 'backendName' => 'name'], + 'quarkName' => ['description' => '', 'visibility' => 'Public', 'type' => 'string', 'example' => '1', 'backendName' => 'quarkName'], ], ], 'ExpendExpiredTimeRequest' => [ @@ -86,20 +29,8 @@ 'visibility' => 'Public', 'type' => 'object', 'properties' => [ - 'accountId' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'string', - 'example' => '280451935746041600', - 'backendName' => 'accountId', - ], - 'testStartTime' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'string', - 'example' => '2025:02:24 00:00:00', - 'backendName' => 'testStartTime', - ], + 'accountId' => ['description' => '', 'visibility' => 'Public', 'type' => 'string', 'example' => '280451935746041600', 'backendName' => 'accountId'], + 'testStartTime' => ['description' => '', 'visibility' => 'Public', 'type' => 'string', 'example' => '2025:02:24 00:00:00', 'backendName' => 'testStartTime'], ], ], 'OperationResult' => [ @@ -107,13 +38,7 @@ 'visibility' => 'Public', 'type' => 'object', 'properties' => [ - 'success' => [ - 'description' => '', - 'visibility' => 'Public', - 'type' => 'boolean', - 'example' => 'True', - 'backendName' => 'success', - ], + 'success' => ['description' => '', 'visibility' => 'Public', 'type' => 'boolean', 'example' => 'True', 'backendName' => 'success'], ], ], ], @@ -122,153 +47,101 @@ 'ExpandSearchExpiredTime' => [ 'summary' => '延长测试时间', 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/expendExpiredTime', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpG3IIA0', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpG3IIA0'], 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/ExpendExpiredTimeRequest', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/ExpendExpiredTimeRequest'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/OperationResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/OperationResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true\\n}","type":"json"}]', ], 'ManageSearchAccountInfo' => [ 'summary' => '管理智搜用户', 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/manage', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpG3IIA0', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpG3IIA0'], 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/AccountInfoManageRequest', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/AccountInfoManageRequest'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/OperationResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/OperationResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true\\n}","type":"json"}]', ], 'ApplyFormalService' => [ 'summary' => '申请正式开通', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/applyFormalService', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp7A75FP', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp7A75FP'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', 'style' => 'json', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/ApplyFormalServiceCmd', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/ApplyFormalServiceCmd'], ], ], 'responses' => [ @@ -278,52 +151,33 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', - ], - 'success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364'], + 'success' => ['description' => '', 'type' => 'boolean', 'example' => 'True'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"success\\": true\\n}","type":"json"}]', ], 'GetAccountReviewRecord' => [ 'summary' => '查询用户申请记录', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/reviewRecord', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'produces' => [ - 'application/json', - ], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp7A75FP', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp7A75FP'], ], 'parameters' => [], 'responses' => [ @@ -333,153 +187,77 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => '6788a2c2-157d4ebe-ad979cd4f296', - ], - 'aliUid' => [ - 'title' => '请求id', - 'type' => 'string', - 'example' => '123123213123', - ], - 'instanceId' => [ - 'title' => '用户id', - 'type' => 'string', - 'example' => '测试商品', - ], - 'productName' => [ - 'title' => '实例id', - 'type' => 'string', - 'example' => '30', - ], - 'qps' => [ - 'title' => '商品名称', - 'type' => 'integer', - 'format' => 'int32', - 'example' => '张三', - ], - 'contactName' => [ - 'title' => 'qps', - 'type' => 'string', - 'example' => '18987236721', - ], - 'phone' => [ - 'title' => '联系人名称', - 'type' => 'string', - 'example' => '123214889322', - ], - 'address' => [ - 'title' => '电话', - 'type' => 'string', - 'example' => '杭州', - ], - 'sceneDesc' => [ - 'title' => '地址', - 'type' => 'string', - 'example' => '测试', - ], - 'serviceType' => [ - 'title' => '场景名称', - 'type' => 'string', - 'example' => '测试', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '6788a2c2-157d4ebe-ad979cd4f296'], + 'aliUid' => ['title' => '请求id', 'type' => 'string', 'example' => '123123213123'], + 'instanceId' => ['title' => '用户id', 'type' => 'string', 'example' => '测试商品'], + 'productName' => ['title' => '实例id', 'type' => 'string', 'example' => '30'], + 'qps' => ['title' => '商品名称', 'type' => 'integer', 'format' => 'int32', 'example' => '张三'], + 'contactName' => ['title' => 'qps', 'type' => 'string', 'example' => '18987236721'], + 'phone' => ['title' => '联系人名称', 'type' => 'string', 'example' => '123214889322'], + 'address' => ['title' => '电话', 'type' => 'string', 'example' => '杭州'], + 'sceneDesc' => ['title' => '地址', 'type' => 'string', 'example' => '测试'], + 'serviceType' => ['title' => '场景名称', 'type' => 'string', 'example' => '测试'], 'scopes' => [ 'title' => '服务类型', 'type' => 'array', - 'items' => [ - 'title' => 'quark', - 'type' => 'string', - ], - ], - 'applyType' => [ - 'title' => '服务申请', - 'type' => 'string', - 'example' => '申请服务', + 'items' => ['title' => 'quark', 'type' => 'string'], ], + 'applyType' => ['title' => '服务申请', 'type' => 'string', 'example' => '申请服务'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"6788a2c2-157d4ebe-ad979cd4f296\\",\\n \\"aliUid\\": \\"123123213123\\",\\n \\"instanceId\\": \\"测试商品\\",\\n \\"productName\\": \\"30\\",\\n \\"qps\\": 0,\\n \\"contactName\\": \\"18987236721\\",\\n \\"phone\\": \\"123214889322\\",\\n \\"address\\": \\"杭州\\",\\n \\"sceneDesc\\": \\"测试\\",\\n \\"serviceType\\": \\"测试\\",\\n \\"scopes\\": [\\n \\"\\"\\n ],\\n \\"applyType\\": \\"申请服务\\"\\n}","type":"json"}]', ], 'GetServiceConfig' => [ 'summary' => '查询服务额度信息', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/serviceConfig', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp7A75FP', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp7A75FP'], ], 'parameters' => [], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/ServiceConfigResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/ServiceConfigResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"poiSearchTotalQuota\\": \\"\\",\\n \\"poiSearchUsedQuota\\": \\"\\",\\n \\"searchTotalQuota\\": \\"\\",\\n \\"searchUsedQuota\\": \\"\\",\\n \\"status\\": \\"\\"\\n}","type":"json"}]', ], 'CheckAccountType' => [ 'summary' => '校验账号类型', 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/checkAccountType', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcp7A75FP', - ], + 'abilityTreeNodes' => ['FEATUREalibababcp7A75FP'], ], 'parameters' => [], 'responses' => [ @@ -489,65 +267,36 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', - ], - 'success' => [ - 'description' => '', - 'type' => 'boolean', - 'example' => 'True', - ], - 'message' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'ok', - ], - 'link' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'http://', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364'], + 'success' => ['description' => '', 'type' => 'boolean', 'example' => 'True'], + 'message' => ['description' => '', 'type' => 'string', 'example' => 'ok'], + 'link' => ['description' => '', 'type' => 'string', 'example' => 'http://'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"success\\": true,\\n \\"message\\": \\"ok\\",\\n \\"link\\": \\"http://\\"\\n}","type":"json"}]', ], 'GetAccountConfigInfo' => [ 'summary' => '获取账号配置信息', 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/command/accountConfig', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [], 'responses' => [ @@ -557,448 +306,253 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => '6788a2c2-157d4ebe-ad979cd4f296', - ], - 'mainAccountId' => [ - 'description' => '', - 'type' => 'string', - 'example' => '12123123123', - ], - 'accountStatus' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'Normal', - ], - 'availableTime' => [ - 'description' => '', - 'type' => 'string', - 'example' => '2025-07-12 12:00:00', - ], - 'ladderType' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'FixLadder', - ], - 'billQps' => [ - 'description' => '', - 'type' => 'string', - 'example' => '30', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '6788a2c2-157d4ebe-ad979cd4f296'], + 'mainAccountId' => ['description' => '', 'type' => 'string', 'example' => '12123123123'], + 'accountStatus' => ['description' => '', 'type' => 'string', 'example' => 'Normal'], + 'availableTime' => ['description' => '', 'type' => 'string', 'example' => '2025-07-12 12:00:00'], + 'ladderType' => ['description' => '', 'type' => 'string', 'example' => 'FixLadder'], + 'billQps' => ['description' => '', 'type' => 'string', 'example' => '30'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"6788a2c2-157d4ebe-ad979cd4f296\\",\\n \\"mainAccountId\\": \\"12123123123\\",\\n \\"accountStatus\\": \\"Normal\\",\\n \\"availableTime\\": \\"2025-07-12 12:00:00\\",\\n \\"ladderType\\": \\"FixLadder\\",\\n \\"billQps\\": \\"30\\"\\n}","type":"json"}]', ], 'ListMeteringDailyDetail' => [ 'summary' => '查询计量日明细信息', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/metering/dailyDetail', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [ [ 'name' => 'startTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '20240908', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '20240908'], ], [ 'name' => 'endTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '20240908', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '20240908'], ], [ 'name' => 'subAccountId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '23432423423434', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '23432423423434'], ], [ 'name' => 'billPeriod', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '202506', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '202506'], ], [ 'name' => 'billingItem', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], [ 'name' => 'pageNumber', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '1', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'], ], [ 'name' => 'pageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '10', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/ListMeteringDailyDetailResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/ListMeteringDailyDetailResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"meteringDailyDetailList\\": [\\n {\\n \\"billingQps\\": 0,\\n \\"billingFunctionItem\\": \\"\\",\\n \\"failedCount\\": 0,\\n \\"subAccountId\\": \\"\\",\\n \\"billingItem\\": \\"\\",\\n \\"successCount\\": 0,\\n \\"billDate\\": \\"\\",\\n \\"billPeriod\\": \\"\\",\\n \\"ladderTypeCode\\": 0\\n }\\n ]\\n}","type":"json"}]', ], 'GetMeteringSummary' => [ 'summary' => '查询计量汇总信息', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/metering/summary', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [ [ 'name' => 'startTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '20240920', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '20240920'], ], [ 'name' => 'endTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '20250522', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '20250522'], ], [ 'name' => 'subAccountId', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '2312312312312', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '2312312312312'], ], [ 'name' => 'billPeriod', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '202505', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '202505'], ], [ 'name' => 'billingItem', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => ''], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/MeteringSummaryResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/MeteringSummaryResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"meteringSummaryList\\": [\\n {\\n \\"billingFunctionItem\\": \\"\\",\\n \\"billingItem\\": \\"\\",\\n \\"failCount\\": 0,\\n \\"successCount\\": 0\\n }\\n ]\\n}","type":"json"}]', ], 'ListApiCallDailyDetail' => [ 'summary' => '查询Api调用量(性能)日明细', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiCall/dailyDetail', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [ [ 'name' => 'startTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '20240908 ', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '20240908 '], ], [ 'name' => 'endTime', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => '20240908 ', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => '20240908 '], ], [ 'name' => 'apiName', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'CreateVikaApp', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'CreateVikaApp'], ], [ 'name' => 'engineType', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'string', - 'required' => false, - 'example' => 'PlaceBasic', - ], + 'schema' => ['description' => '', 'type' => 'string', 'required' => false, 'example' => 'PlaceBasic'], ], [ 'name' => 'pageNumber', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '0', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'], ], [ 'name' => 'pageSize', 'in' => 'query', - 'schema' => [ - 'description' => '', - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'example' => '10', - ], + 'schema' => ['description' => '', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10'], ], ], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/ListApiCallDailyDetailResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/ListApiCallDailyDetailResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"details\\": [\\n {\\n \\"apiName\\": \\"\\",\\n \\"failedCount\\": 0,\\n \\"subAccountId\\": \\"\\",\\n \\"avgLatency\\": 0,\\n \\"engineType\\": \\"\\",\\n \\"successCount\\": 0,\\n \\"billDate\\": \\"\\",\\n \\"p95Latency\\": 0,\\n \\"requestMaxQps\\": 0,\\n \\"p90Latency\\": 0\\n }\\n ]\\n}","type":"json"}]', ], 'ListSubAccountInfo' => [ 'summary' => '查询主账号的所有子账号信息', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/subAccountInfo', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [], 'responses' => [ 200 => [ - 'schema' => [ - 'description' => '', - '$ref' => '#/components/schemas/ListSubAccountInfoResult', - ], + 'schema' => ['description' => '', '$ref' => '#/components/schemas/ListSubAccountInfoResult'], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"subAccountInfos\\": [\\n {\\n \\"accountName\\": \\"\\"\\n }\\n ]\\n}","type":"json"}]', ], 'DownloadMeteringDailyDetail' => [ 'summary' => '下载接口计量日明细', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/downloadMeteringDailyDetail', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', - 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/DownloadMeteringDailyDetailCmd', - ], + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/DownloadMeteringDailyDetailCmd'], ], ], 'responses' => [ @@ -1008,55 +562,34 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', - ], - 'downloadUrl' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364'], + 'downloadUrl' => ['description' => '', 'type' => 'string', 'example' => 'https://'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"downloadUrl\\": \\"https://\\"\\n}","type":"json"}]', ], 'ListApiNames' => [ 'summary' => 'Api名称列表', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiNames', - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [], 'responses' => [ @@ -1066,71 +599,84 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'ECB2144C-E277-5434-80E6-12D26678D364'], 'apiNames' => [ 'description' => '', 'type' => 'array', - 'items' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'UnfileSearch', - ], + 'items' => ['description' => '', 'type' => 'string', 'example' => 'UnfileSearch'], ], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', - ], + 'staticInfo' => ['returnType' => 'synchronous'], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"ECB2144C-E277-5434-80E6-12D26678D364\\",\\n \\"apiNames\\": [\\n \\"UnfileSearch\\"\\n ]\\n}","type":"json"}]', ], 'DownloadApiCallDailyDetail' => [ 'summary' => '下载接口计量日明细', 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/downloadApiCallDailyDetail', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'riskType' => 'none', 'chargeType' => 'free', - 'abilityTreeNodes' => [ - 'FEATUREalibababcpLY9PPK', - ], + 'abilityTreeNodes' => ['FEATUREalibababcpLY9PPK'], ], 'parameters' => [ [ 'name' => 'body', 'in' => 'body', + 'schema' => ['description' => '', 'required' => false, '$ref' => '#/components/schemas/DownloadApiCallDailyDetailCmd'], + ], + ], + 'responses' => [ + 200 => [ 'schema' => [ - 'description' => '', - 'required' => false, - '$ref' => '#/components/schemas/DownloadApiCallDailyDetailCmd', + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '37A6ED15-DB44-50B5-B0DF-9449EED8FDF4'], + 'downloadUrl' => ['description' => '', 'type' => 'string', 'example' => 'https://'], + ], ], ], ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"37A6ED15-DB44-50B5-B0DF-9449EED8FDF4\\",\\n \\"downloadUrl\\": \\"https://\\"\\n}","type":"json"}]', + ], + 'ListApiInfos' => [ + 'summary' => 'api基础信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/monitors/commands/apiInfos', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpR93YRD'], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ @@ -1138,31 +684,149 @@ 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ - 'requestId' => [ - 'title' => 'Id of the request', - 'description' => 'Id of the request', - 'type' => 'string', - 'example' => '37A6ED15-DB44-50B5-B0DF-9449EED8FDF4', - ], - 'downloadUrl' => [ - 'description' => '', - 'type' => 'string', - 'example' => 'https://', - ], + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '86CD53FA-81A5-56A0-AE6F-CA1C56F48574'], ], ], ], ], - 'staticInfo' => [ - 'returnType' => 'synchronous', + 'staticInfo' => ['returnType' => 'synchronous'], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"86CD53FA-81A5-56A0-AE6F-CA1C56F48574\\"\\n}","type":"json"}]', + ], + 'ListLimitations' => [ + 'summary' => 'api基础信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/console/limitation/commands/list/account', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"37A6ED15-DB44-50B5-B0DF-9449EED8FDF4\\",\\n \\"downloadUrl\\": \\"https://\\"\\n}","type":"json"}]', + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpR93YRD'], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'requestId' => ['title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '7CE283B7-50EC-5ABD-9EE5-FC94C38BE37F'], + ], + ], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"7CE283B7-50EC-5ABD-9EE5-FC94C38BE37F\\"\\n}","type":"json"}]', + ], + 'GetNormalServiceConfig' => [ + 'summary' => '查询转正用户调用量信息', + 'path' => '/linked-retrieval/linked-retrieval-admin/console/v1/services/commands/normalServiceConfig', + 'methods' => ['get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'read', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpR93YRD'], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => ['description' => '', '$ref' => '#/components/schemas/ServiceConfigResult'], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"poiSearchTotalQuota\\": \\"\\",\\n \\"poiSearchUsedQuota\\": \\"\\",\\n \\"searchTotalQuota\\": \\"\\",\\n \\"searchUsedQuota\\": \\"\\",\\n \\"status\\": \\"\\"\\n}","type":"json"}]', + ], + 'StopAutoNormalReview' => [ + 'summary' => '停止自动转正', + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/stopAutoNormalReview', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpR93YRD'], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => ['description' => '', '$ref' => '#/components/schemas/OperationResult'], + ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true\\n}","type":"json"}]', + ], + 'OpenAutoNormalReview' => [ + 'summary' => '停止自动转正', + 'path' => '/linked-retrieval/linked-retrieval-admin/openService/v1/account/commands/openAutoNormalReview', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'none', + 'riskType' => 'none', + 'chargeType' => 'free', + 'abilityTreeNodes' => ['FEATUREalibababcpR93YRD'], + ], + 'parameters' => [], + 'responses' => [ + 200 => [ + 'schema' => ['description' => '', '$ref' => '#/components/schemas/OperationResult'], + ], + ], + 'errorCodes' => [ + 400 => [ + ['errorCode' => 'IdempotentParameterMismatch', 'errorMessage' => 'The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.'], + ], + ], + 'staticInfo' => ['returnType' => 'synchronous'], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"success\\": true\\n}","type":"json"}]', ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-zhangjiakou', - 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com', - ], + ['regionId' => 'cn-zhangjiakou', 'endpoint' => 'iqs.cn-zhangjiakou.aliyuncs.com'], ], ]; |
