文档中心 > API类目 > 阿里影业云智API

taobao.lark.pos.basedata.getcinema (查询影院信息)

查询影院信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
cinema_link_id String 必须 "888" 影院内码

响应参数

名称 类型 示例值 描述
inner_code String "SUCCESS" 接口内部错误码
data String "cinemaLinkId:7777,cinemaId;11052801" 影院数据
result_code String "SUCCESS" 接口错误码
result_msg String "操作成功" 接口错误信息

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
LarkPosBasedataGetcinemaRequest req = new LarkPosBasedataGetcinemaRequest();
req.setCinemaLinkId("\"888\"");
LarkPosBasedataGetcinemaResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<lark_pos_basedata_getcinema_response>
    <inner_code>&quot;SUCCESS&quot;</inner_code>
    <data>&quot;cinemaLinkId:7777,cinemaId;11052801&quot;</data>
    <result_code>&quot;SUCCESS&quot;</result_code>
    <result_msg>&quot;操作成功&quot;</result_msg>
</lark_pos_basedata_getcinema_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部