获取杭州市电影汇总数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
hangzhou_brain_show_request | HangzhouBrainShowRequest | 可选 | 入参类 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | result | 接口返回model |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaPicturesDengtaComponentHangzhoudataCollectRequest req = new AlibabaPicturesDengtaComponentHangzhoudataCollectRequest(); AlibabaPicturesDengtaComponentHangzhoudataCollectRequest.HangzhouBrainShowRequest obj1 = new AlibabaPicturesDengtaComponentHangzhoudataCollectRequest.HangzhouBrainShowRequest(); obj1.setShowYear(2021L); req.setHangzhouBrainShowRequest(obj1); AlibabaPicturesDengtaComponentHangzhoudataCollectResponse 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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | < alibaba_pictures_dengta_component_hangzhoudata_collect_response > < result > < trace_id >demo</ trace_id > < code >200</ code > < data > < total_box_office >1316969387</ total_box_office > < total_sold_seat_cnt >272388</ total_sold_seat_cnt > < top10_films > < hangzhou_top10_film_vo > < in_zhejiang_ranking >1</ in_zhejiang_ranking > < sold_seat_cnt >148825</ sold_seat_cnt > < film_name >你好,李焕英</ film_name > < contribution_rate >0.3%</ contribution_rate > < box_office >721447879</ box_office > < in_china_ranking >1</ in_china_ranking > </ hangzhou_top10_film_vo > </ top10_films > < near3_years_rankings > < near3_years_rankings > < in_zhejiang_ranking >1</ in_zhejiang_ranking > < year >20200101</ year > < box_office >47678595580</ box_office > < in_china_ranking >7</ in_china_ranking > </ near3_years_rankings > </ near3_years_rankings > < total_top10_film_sold_seat_cnt >272371</ total_top10_film_sold_seat_cnt > < top10_film_box_office_in_china_rate >1.8%</ top10_film_box_office_in_china_rate > < box_office_in_china_rate >1.8%</ box_office_in_china_rate > < box_office_in_zhejiang_rate >24.3%</ box_office_in_zhejiang_rate > < total_attend_rate >63.0%</ total_attend_rate > </ data > < error_message >demo</ error_message > < message >successful</ message > < data_present >true</ data_present > < show_error >0</ show_error > < success >true</ success > < extra ></ extra > < msg_info >调用成功</ msg_info > < msg_code >SUCCESS</ msg_code > < ts >1613701479782</ ts > </ result > </ alibaba_pictures_dengta_component_hangzhoudata_collect_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 > |
错误码 | 错误描述 | 解决方案 |
---|