文档中心 > API类目 > 书旗内容文巢

alibaba.shuqi.content.backend.tag.exporttagbindbookexcelfile (导出绑定书籍)

导出绑定书籍

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
tag_ids String 可选 1 标签id
emp_id String 可选 1 工号

响应参数

名称 类型 示例值 描述
total Number 1 条数
data_list String [] 返回值
id Number 1 id
message String 1 信息
status Number 1 状态

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaShuqiContentBackendTagExporttagbindbookexcelfileRequest req = new AlibabaShuqiContentBackendTagExporttagbindbookexcelfileRequest();
req.setTagIds("1");
req.setEmpId("1");
AlibabaShuqiContentBackendTagExporttagbindbookexcelfileResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_shuqi_content_backend_tag_exporttagbindbookexcelfile_response>
    <total>1</total>
    <id>1</id>
    <message>1</message>
    <status>1</status>
</alibaba_shuqi_content_backend_tag_exporttagbindbookexcelfile_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

返回
顶部