门店基础模型信息查询
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| param_open_store_model_query_request | OpenStoreModelQueryRequest | 必须 | 请求 | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | SingleQueryResult | 响应体 | 响应体 |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAlscStoreDetailRequest req = new AlibabaAlscStoreDetailRequest();
AlibabaAlscStoreDetailRequest.OpenStoreModelQueryRequest obj1 = new AlibabaAlscStoreDetailRequest.OpenStoreModelQueryRequest();
obj1.setBizDomain("基础域");
obj1.setBizScene("场景");
obj1.setBizScope("业务域");
obj1.setRequestId("请求id");
AlibabaAlscStoreDetailRequest.StoreUniqueInfo obj2 = new AlibabaAlscStoreDetailRequest.StoreUniqueInfo();
obj2.setStoreUniqueId("门店id");
obj2.setStoreUniqueType("类型");
obj1.setStoreUniqueInfo(obj2);
req.setParamOpenStoreModelQueryRequest(obj1);
AlibabaAlscStoreDetailResponse rsp = client.execute(req);
System.out.println(rsp.getBody());
<alibaba_alsc_store_detail_response>
<result>
<result_code>001</result_code>
<result_message>失败</result_message>
<success>success</success>
<value>
<store>
<biz_channel>渠道</biz_channel>
<biz_outer_id>2020072300077000000099059901</biz_outer_id>
<biz_principal_id>2088xxx</biz_principal_id>
<biz_source>KOUBEI</biz_source>
<brand>
<brand_id>1111</brand_id>
<brand_name>肯德基</brand_name>
</brand>
<category_list>
<category>
<category_id>111</category_id>
<name>asdd</name>
<parent_category_id>222</parent_category_id>
<root_category_id>333</root_category_id>
</category>
</category_list>
<cover>1</cover>
<gmt_create>创建时间</gmt_create>
<gmt_modified>修改时间</gmt_modified>
<localization>
<address>地址</address>
<address_memo>地址备注</address_memo>
<business_area_id>区域id</business_area_id>
<latitude>123.123</latitude>
<longitude>88.123</longitude>
<region>
<city_id>123</city_id>
<city_name>上海</city_name>
<country_id>1</country_id>
<country_name>中国</country_name>
<district_id>123</district_id>
<district_name>普陀区</district_name>
<province_id>1</province_id>
<province_name>上海</province_name>
</region>
</localization>
<mobile_no_list>
<string>180xxx</string>
</mobile_no_list>
<name>肯德基</name>
<status>状态</status>
<store_business_info>
<business_status>OPEN</business_status>
<business_time>
<business_time_text>每周一到周五</business_time_text>
<normal_business_time_list>
<normal_business_time>
<business_hour>
<cross_day>true</cross_day>
<ranges>
<string>范围</string>
</ranges>
<type>类型</type>
<weeks>
<number>星期列表</number>
</weeks>
</business_hour>
<mode>模式</mode>
<months>
<number>月份</number>
</months>
</normal_business_time>
</normal_business_time_list>
<special_business_time_list>
<special_business_time>
<business_hour>
<cross_day>是否跨天</cross_day>
<ranges>
<string>范围</string>
</ranges>
<type>类型</type>
<weeks>
<number>星期</number>
</weeks>
</business_hour>
<date_range>
<end_day>21</end_day>
<end_month>12</end_month>
<end_year>2023</end_year>
<start_day>12</start_day>
<start_month>12</start_month>
<start_year>2019</start_year>
</date_range>
<mode>模式</mode>
</special_business_time>
</special_business_time_list>
</business_time>
</store_business_info>
<store_id>123123</store_id>
<store_type>common</store_type>
<test>false</test>
<valid_status>valid</valid_status>
</store>
<store_extends_info>
<store_tags>
<alsc_store_tag_info>
<tag_desc>有停车位</tag_desc>
<tag_source>口碑</tag_source>
<tag_type>service</tag_type>
<tag_value>停车位</tag_value>
</alsc_store_tag_info>
</store_tags>
</store_extends_info>
<store_statistics_info>
<avg_price>123</avg_price>
<recent_order_num>1111</recent_order_num>
<service_rating>4.5</service_rating>
</store_statistics_info>
</value>
</result>
</alibaba_alsc_store_detail_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|