获取即将上映影片列表信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
platform | Number | 必须 | 123 | 平台 | |
city_code | Number | 可选 | 310100 | 城市码 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | GetSoonShowsResult | 即将上映影片信息同步给微博 | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); FilmSoonshowsGetRequest req = new FilmSoonshowsGetRequest(); req.setPlatform(123L); req.setCityCode(310100L); FilmSoonshowsGetResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<film_soonshows_get_response> <result> <result_code>demo</result_code> <result_msg>demo</result_msg> <soon_shows> <show> <accumulative_sales>demo</accumulative_sales> <available_cinema_count>123</available_cinema_count> <available_schedule_count>123</available_schedule_count> <available_today_schedule_count>123</available_today_schedule_count> <background_picture>demo</background_picture> <background_video>demo</background_video> <cinema_count>123</cinema_count> <comment>demo</comment> <country>demo</country> <custom_poster>demo</custom_poster> <description>demo</description> <director>demo</director> <distributor>demo</distributor> <duration>123</duration> <edit_time>2015-08-11 14:57:14</edit_time> <flag>123</flag> <highlight>demo</highlight> <id>1001</id> <imdbid>demo</imdbid> <is_attention>false</is_attention> <is_remind>false</is_remind> <is_want>false</is_want> <language>demo</language> <leading_role>demo</leading_role> <low_price>123</low_price> <max_seat_price>123</max_seat_price> <min_seat_price>123</min_seat_price> <open_day>2015-08-11 14:57:15</open_day> <order_by>123</order_by> <order_count>123</order_count> <platform>123</platform> <poster>demo</poster> <price>123</price> <recent_order_amount>123</recent_order_amount> <remark>demo</remark> <schedule_count>123</schedule_count> <show_mark>demo</show_mark> <show_name>霍比特人</show_name> <show_name_en>demo</show_name_en> <show_version_list> <string>["hello"</string> <string>"world"]</string> </show_version_list> <support_type>demo</support_type> <trailer_list> <string>["hello"</string> <string>"world"]</string> </trailer_list> <type>demo</type> <view_count>123</view_count> <want_count>123</want_count> <week_sales>demo</week_sales> <worth_pct>demo</worth_pct> <pre_schedule_dates> <string>1456789765</string> </pre_schedule_dates> </show> </soon_shows> <success>false</success> </result> </film_soonshows_get_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|