查询处置公告或工作公示
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
publicity_id | Number | 必须 | 15407 | 公告ID |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result_code | String | SYSTEM_ERROR | 错误Code |
data | PublicityTopVO | 公告信息 | |
|
|||
result_msg | String | 系统异常 | 错误描述 |
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AuctionZcPulicityQueryRequest req = new AuctionZcPulicityQueryRequest(); req.setPublicityId(15407L); AuctionZcPulicityQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 | < auction_zc_pulicity_query_response > < result_code >SYSTEM_ERROR</ result_code > < data > < type >24</ type > < type_desc >处置公告</ type_desc > < title >测试公告</ title > < content >测试内容</ content > < attachments >[{"name":"xxx","url":"xxx"},{"name":"xxx","url":"xxx"}]</ attachments > < publish_time >1737446921000</ publish_time > < status >1</ status > </ data > < result_msg >系统异常</ result_msg > </ auction_zc_pulicity_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|