外部系统员工查看绑定的EA员工方案列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
external_system_user_id | String | 可选 | 1 | 外部系统id | |
page | Number | 可选 | 1 | 页数 | |
size | Number | 可选 | 20 | 行数 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
message_info | String | 信息 | 正确为空 错误为错误信息 |
message_code | Number | 0 | 正确 0 错误:自定义错误码 |
data | Data | 1234 | 数据 |
|
|||
message_flag | Boolean | false | 正确 true 错误:false |
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaDecorationExternalSystemDesignListRequest req = new AlibabaDecorationExternalSystemDesignListRequest(); req.setExternalSystemUserId( "1" ); req.setPage(1L); req.setSize(20L); AlibabaDecorationExternalSystemDesignListResponse 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 | < alibaba_decoration_external_system_design_list_response > < message_info >信息</ message_info > < message_code >0</ message_code > < data > < paging_data > < total >27</ total > < size >1</ size > < page >1</ page > </ paging_data > < list > < design_basic_response > < image >https://jr-uat-cms-assets.oss-cn-beijing.aliyuncs.com/Asset/9e3fa006-e0c6-4366-af09-d0cf048f02de/v1591867528.jpg</ image > < modified_time >1591867528000</ modified_time > < livingroom >2</ livingroom > < name >燃鹅的方案1</ name > < design_id >9e3fa006-e0c6-4366-af09-d0cf048f02de</ design_id > < created_time >1591867528000</ created_time > < style >Nordic</ style > < bathroom >2</ bathroom > < bedroom >3</ bedroom > < house_type_id >basdfsdf159</ house_type_id > </ design_basic_response > </ list > </ data > < message_flag >false</ message_flag > </ alibaba_decoration_external_system_design_list_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 > |
错误码 | 错误描述 | 解决方案 |
---|