淘票票-票房数据接口提供
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param | ChinaFilmQueryParam | 必须 | 请求体 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultGeneralModel | 接口返回model | |
|
1 2 3 4 5 6 7 8 9 10 11 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); FilmTftradefacadeTppBoxOfficeSummaryOrderGetRequest req = new FilmTftradefacadeTppBoxOfficeSummaryOrderGetRequest(); FilmTftradefacadeTppBoxOfficeSummaryOrderGetRequest.ChinaFilmQueryParam obj1 = new FilmTftradefacadeTppBoxOfficeSummaryOrderGetRequest.ChinaFilmQueryParam(); obj1.setQuerySize(50L); obj1.setQueryStart(1L); obj1.setDateTime(1628092800000L); obj1.setTimePeriod(4L); obj1.setStandardId( "53011401" ); req.setParam(obj1); FilmTftradefacadeTppBoxOfficeSummaryOrderGetResponse 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 | < film_tftradefacade_tppBoxOfficeSummary_order_get_response > < result > < return_list > < china_film_box_office_order > < show_name >白蛇2:青蛇劫起</ show_name > < pay_end_date >1628049599000</ pay_end_date > < show_time >1628043000000</ show_time > < standard_id >11081601</ standard_id > < hall >2号厅</ hall > < tb_schedule_id >910711182</ tb_schedule_id > < show_version >国语 3D</ show_version > < seat_count >4</ seat_count > < show_date >1628006400000</ show_date > < ori_price >183.6</ ori_price > < cinema_name >北京中影国际影城(昌平永旺店)</ cinema_name > < seat_info >7排11座,7排8座,7排7座,7排4座</ seat_info > < pay_start_date >1628035200000</ pay_start_date > < price >173.6</ price > < refund_seat_count >2</ refund_seat_count > < refund_seat_info >7排11座,7排8座</ refund_seat_info > < refund_ori_price >81.2</ refund_ori_price > < refund_price >75.2</ refund_price > </ china_film_box_office_order > </ return_list > < return_message >demo</ return_message > < return_code >0</ return_code > < success >true</ success > < timestamp >1628221476933</ timestamp > </ result > </ film_tftradefacade_tppBoxOfficeSummary_order_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|