获取杭州市影院数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
hangzhou_brain_show_request | HangzhouBrainShowRequest | 可选 | 入参类 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 接口返回model | |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaPicturesDengtaComponentHangzhoudataCinemaRequest req = new AlibabaPicturesDengtaComponentHangzhoudataCinemaRequest(); AlibabaPicturesDengtaComponentHangzhoudataCinemaRequest.HangzhouBrainShowRequest obj1 = new AlibabaPicturesDengtaComponentHangzhoudataCinemaRequest.HangzhouBrainShowRequest(); obj1.setShowYear(2021L); req.setHangzhouBrainShowRequest(obj1); AlibabaPicturesDengtaComponentHangzhoudataCinemaResponse 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 | < alibaba_pictures_dengta_component_hangzhoudata_cinema_response > < result > < trace_id >demo</ trace_id > < code >200</ code > < count >0</ count > < error_message >demo</ error_message > < message >successful</ message > < data_present >true</ data_present > < show_error >0</ show_error > < success >true</ success > < data_list > < data_list > < sold_seat_cnt >2591</ sold_seat_cnt > < latitude >30.168776</ latitude > < county_names > < string >上城区</ string > < string >下城区</ string > </ county_names > < attend_rate >0.17438</ attend_rate > < cinema_name >萧山德纳IMAX影城</ cinema_name > < box_office >13156423</ box_office > < longitude >120.26696</ longitude > </ data_list > </ data_list > < extra ></ extra > < msg_info >调用成功</ msg_info > < msg_code >SUCCESS</ msg_code > < ts >1613614596065</ ts > </ result > </ alibaba_pictures_dengta_component_hangzhoudata_cinema_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 > |
错误码 | 错误描述 | 解决方案 |
---|