门店信息查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
jk_store_id | String | 必须 | 1234 | 门店id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | ChannelStoreVO | 结果 | |
|
|||
msg_info | String | 请求成功 | 错误信息 |
msg_code | String | SUCCESS | 错误码 |
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlihealthMedicalChannelStoreInfoQueryRequest req = new AlibabaAlihealthMedicalChannelStoreInfoQueryRequest(); req.setJkStoreId( "1234" ); AlibabaAlihealthMedicalChannelStoreInfoQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | < alibaba_alihealth_medical_channel_store_info_query_response > < data > < jk_store_id >1234</ jk_store_id > < name >测试门店1</ name > < status >ONLINE</ status > < introduction >测试介绍</ introduction > < contact_phone >1223432</ contact_phone > < city_code >10000</ city_code > < longitude >120.737434</ longitude > < latitude >30.737434</ latitude > < address >测试地址</ address > < opening_hours_desc >7-16点</ opening_hours_desc > < store_announcement >测试门店通知</ store_announcement > < logo >www.xxx.com/xxx</ logo > < is_online_report_supported >true</ is_online_report_supported > < store_type >PRIVATE</ store_type > < channel_store_tag_vo > < report_generation_max_duration >24</ report_generation_max_duration > < recently_available_day >0</ recently_available_day > </ channel_store_tag_vo > < channel_store_tag_vo_list > < channel_store_tag_v_o > < service_type >ONSITE_EXAMINATION</ service_type > < report_generation_max_duration >24</ report_generation_max_duration > < recently_available_day >0</ recently_available_day > </ channel_store_tag_v_o > </ channel_store_tag_vo_list > </ data > < msg_info >请求成功</ msg_info > < msg_code >SUCCESS</ msg_code > </ alibaba_alihealth_medical_channel_store_info_query_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|