精准获客需求信息查询(支持批量),当需求未提交时,返回预览详情,提交后,返回已提交详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
detail_query | DetailQuery | 必须 | 详情查询对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result_code | String | PACKAGE_EXPIRE | 结果码 |
result_msg | String | 年框到期,请及时续期 | 结果信息描述 |
data | DemandDetailVO [] | 需求信息列表 | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionZcJzhkDemandinfoBatchqueryRequest req = new AuctionZcJzhkDemandinfoBatchqueryRequest(); AuctionZcJzhkDemandinfoBatchqueryRequest.DetailQuery obj1 = new AuctionZcJzhkDemandinfoBatchqueryRequest.DetailQuery(); obj1.setUserNick("xxx淘宝账号001"); obj1.setItemIdList(new Long[] { 12321312, 2131231 }; ); obj1.setContainsDetail(true); req.setDetailQuery(obj1); AuctionZcJzhkDemandinfoBatchqueryResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<auction_zc_jzhk_demandinfo_batchquery_response> <result_code>PACKAGE_EXPIRE</result_code> <result_msg>年框到期,请及时续期</result_msg> <data> <demand_detail_v_o> <has_submitted>true</has_submitted> <user_can_submit>true</user_can_submit> <demand_info> <acquisition_id>131231312</acquisition_id> <acquisition_status>1</acquisition_status> <acquisition_status_desc>获客中</acquisition_status_desc> <service_type>1</service_type> <service_type_desc>精准获客服务标准包</service_type_desc> <service_time_type>1</service_time_type> <service_time_type_desc>单次</service_time_type_desc> <item_biz_type_desc>普通资产</item_biz_type_desc> <item_circle>第一次</item_circle> <charge_rule_desc>收费规则AA,适用于xxx</charge_rule_desc> <charge_amount_calc_desc>全部收费齐全</charge_amount_calc_desc> <deal_price>123123</deal_price> <rate>2.1</rate> <charge_value>321312</charge_value> <contact_user>小李</contact_user> <contact_phone>133xxxx3342</contact_phone> <item_circle_id>2</item_circle_id> <item_biz_type>1</item_biz_type> </demand_info> <item_info> <item_id>1231231</item_id> <item_title>xxxx</item_title> <item_pic_url>xxx</item_pic_url> <item_status>1</item_status> <item_status_desc>正在进行</item_status_desc> <front_cat>1231213</front_cat> <front_cat_desc>房产</front_cat_desc> <item_location>浙江省杭州市</item_location> <case_no>(20xx)鲁01民33x号</case_no> <institution_name>xxx机构</institution_name> <start_price>2312311</start_price> <current_price>1231</current_price> <deal_price>1231</deal_price> <auction_start_time>2023-07-26 18:00:33</auction_start_time> <auction_end_time>2023-07-28 18:00:33</auction_end_time> <deal_time>2023-07-29 18:00:33</deal_time> <unit>元</unit> <item_circle>1</item_circle> <apply_count>1</apply_count> <bid_count>1</bid_count> <subscribe_count>2</subscribe_count> <view_count>2</view_count> <pub_time>2023-11-15 16:52:36</pub_time> <item_url>https://sf-item.taobao.com/sf_item/XXXXXX.htm</item_url> <execution_applicant>中国联通总公司</execution_applicant> </item_info> <pay_info> <pay_status>0</pay_status> <user_can_pay>true</user_can_pay> </pay_info> <can_not_submit_reason>很抱歉,您的标的属于全包项目,暂不支持精准获客服务!</can_not_submit_reason> </demand_detail_v_o> </data> </auction_zc_jzhk_demandinfo_batchquery_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|