{ "jingdong_ware_promotion_search_catelogy_list_response":{ "searchCatelogyList":{ "page":"", "resultCode":"", "regionIsTrue":"", "wareInfo":[{ "wareName":"", "martPrice":"", "startRemainTime":"", "imageUrl":"", "adWord":"", "skuId":"", "jdPrice":"", "endRemainTime":"", "canFreeRead":"", "isBook":"" }], "show":"", "selfIsTrue":"", "wareCount":"" } } }
SDK调用示例
public JdClient client=new DefaultJdClient(SERVER_URL,accessToken,appKey,appSecret); WarePromotionSearchCatelogyListRequest request=new WarePromotionSearchCatelogyListRequest(); request.setCatelogyId( "jingdong" ); request.setPage( 123 ); request.setPageSize( 123 ); request.setClient( "jingdong" ); WarePromotionSearchCatelogyListResponse response=client.execute(request);