阿里拍卖的获取单个公告详细信息接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
notice_id | Number | 必须 | 14123 | 公告id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
value | GovNoticeVo | 公告信息 | 公告信息 |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionZcProjectNoticeDetailRequest req = new AuctionZcProjectNoticeDetailRequest(); req.setNoticeId(14123L); AuctionZcProjectNoticeDetailResponse 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 | < auction_zc_project_notice_detail_response > < value > < notice_title >丰田佳美牌小型轿车一辆</ notice_title > < notice_content ><p>我的公告内容</p></ notice_content > < attachment_list > < attachment > < url >T17rdcXkpJXXczhabX</ url > < local_file_name >附件图片A.jpg</ local_file_name > </ attachment > </ attachment_list > < notice_publish_time >2017-12-12 12:12:12</ notice_publish_time > < case_no >(2021)杭1234</ case_no > < consigned_court_id >123</ consigned_court_id > < consigned_court_name >淘宝测试法院</ consigned_court_name > < bankruptcy_manager >张三管理人</ bankruptcy_manager > < bankrupt_stage >0</ bankrupt_stage > < bankruptcy_company_address_location >100000</ bankruptcy_company_address_location > < service_provider >李四交易服务商</ service_provider > </ value > </ auction_zc_project_notice_detail_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 > |
错误码 | 错误描述 | 解决方案 |
---|