洞窝夸识户型方案样板间搜索
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
open_request | OpenRequest | 必须 | 基础 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | data | |
|
1 2 3 4 5 6 7 8 9 10 11 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaHomestylerCrushDesignTemplateSearchRequest req = new AlibabaHomestylerCrushDesignTemplateSearchRequest(); AlibabaHomestylerCrushDesignTemplateSearchRequest.OpenRequest obj1 = new AlibabaHomestylerCrushDesignTemplateSearchRequest.OpenRequest(); AlibabaHomestylerCrushDesignTemplateSearchRequest.CrushDesignTemplateReq obj2 = new AlibabaHomestylerCrushDesignTemplateSearchRequest.CrushDesignTemplateReq(); obj2.setApartmentId( "4373a0f1-80b5-46b1-86c6-7c75ae7a5214" ); obj2.setStyleList( "" Modern "," Nodric "" ); obj2.setLimit(1L); obj1.setParam(obj2); req.setOpenRequest(obj1); AlibabaHomestylerCrushDesignTemplateSearchResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 | < alibaba_homestyler_crush_design_template_search_response > < result > < message_flag >true</ message_flag > < message_info >success</ message_info > < data > < design_template_info_str >{}</ design_template_info_str > </ data > < message_code >0</ message_code > </ result > </ alibaba_homestyler_crush_design_template_search_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 > |
错误码 | 错误描述 | 解决方案 |
---|