获取招商公告详情
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| merchant_id | Number | 必须 | 1 | 公告ID |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Result4Top | 接口返回值 | 接口返回值 |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionGovMndetailGetRequest req = new AuctionGovMndetailGetRequest(); req.setMerchantId(1L); AuctionGovMndetailGetResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<auction_gov_mndetail_get_response>
<result>
<error_code></error_code>
<value>
<debt_interest>100</debt_interest>
<debt_base_date>2020-07-06</debt_base_date>
<debt_borrower_name>张三</debt_borrower_name>
<debt_borrowers>地区:新疆</debt_borrowers>
<guarantor_list>
<guarantor_list>
<name>李四</name>
<desc>保证人情况</desc>
</guarantor_list>
</guarantor_list>
<collateral_list>
<collateral_list>
<asset_type>资产</asset_type>
<title>房屋</title>
<prov>安徽</prov>
<city>宣城</city>
<area>宁国</area>
<location_detail>凤凰小区1-101</location_detail>
<pic_url>http://123.png,http://233.png</pic_url>
<detail>抵押物情况</detail>
<location_code>341881</location_code>
<id>123</id>
<original_warrants>房地权证房产中心字第362619号</original_warrants>
<other_warrants>房地权证房产中心字第362619号</other_warrants>
<building_area>123.12</building_area>
<site_area>57.9</site_area>
</collateral_list>
</collateral_list>
<debt_principal>12312</debt_principal>
<guarantee_type>保证</guarantee_type>
<detail>公告详情</detail>
<pics>http://1.png,http://2.png</pics>
<title>测试公告</title>
<area>宁国</area>
<city>宣城</city>
<prov>安徽</prov>
<type_name>机动车</type_name>
<upper_price>20000</upper_price>
<lower_price>1000</lower_price>
<status_name>编辑中</status_name>
<org_name>浙江百里公司</org_name>
<location_code>103418</location_code>
<pv>6</pv>
<contact_list>
<contact>
<name>张三</name>
<phone>13334343232</phone>
</contact>
</contact_list>
<property_type>1</property_type>
<attach_list>
<mn_attach_d_t_o>
<name>阿里询价报告.pdf</name>
<download_url>https://sf.taobao.com/zc/mn_attach_download.do?url=xxx</download_url>
</mn_attach_d_t_o>
</attach_list>
<summary>摘要信息</summary>
<litigation_no>(2016)诉审字第001号</litigation_no>
<pub_time>2022-01-01 00:00:00</pub_time>
<start_time>2022-01-01 00:00:00</start_time>
<end_time>2022-01-31 23:59:59</end_time>
<status>2</status>
<other_fee>1.5</other_fee>
<asset_package>true</asset_package>
<multi_currency>false</multi_currency>
</value>
<error_msg></error_msg>
</result>
</auction_gov_mndetail_get_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|