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

taobao.lark.pos.channel.getinfobycinema (根据影院获取渠道信息)

根据影院获取渠道信息

公共参数

请求参数

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

响应参数

名称 类型 示例值 描述
data Json {"innerCode":"LARK-F101-000-0-B001","success":true,"dataList":[{"channelType":"thirdparty","channelName":"21","channelCode":"21"},{"channelType":"thirdparty","channelName":"AUTOTEST","channelCode":"AUTOTEST"}],"resultCode":"SUCCESS","resultMsg":"操作成功"} 渠道信息返回

请求示例

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

响应示例

  • XML示例
  • JSON示例
<lark_pos_channel_getinfobycinema_response>
    <data>{&quot;innerCode&quot;:&quot;LARK-F101-000-0-B001&quot;,&quot;success&quot;:true,&quot;dataList&quot;:[{&quot;channelType&quot;:&quot;thirdparty&quot;,&quot;channelName&quot;:&quot;21&quot;,&quot;channelCode&quot;:&quot;21&quot;},{&quot;channelType&quot;:&quot;thirdparty&quot;,&quot;channelName&quot;:&quot;AUTOTEST&quot;,&quot;channelCode&quot;:&quot;AUTOTEST&quot;}],&quot;resultCode&quot;:&quot;SUCCESS&quot;,&quot;resultMsg&quot;:&quot;操作成功&quot;}</data>
</lark_pos_channel_getinfobycinema_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

返回
顶部