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

alibaba.shuqi.content.backend.cpbooksaudit.cpbooksauditpass (CP后台授权信息通过)

CP后台授权信息通过

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
is_pass_audit Boolean 可选 true 是否为通过审核请求
cp_copr_id Number 可选 1 授权书籍表ID
has_repeat_books Boolean 可选 true 审核时候传前一次的校验结果
timestamps Number 可选 1 时间戳
signs String 可选 1 签名
emp_id String 可选 1 工号
emp_name String 可选 1 员工名字
email String 可选 1 邮箱

响应参数

名称 类型 示例值 描述
data CpBookAuditPassResp 1
  • list
  • CpBookAuditPassItem []
  • 1
  • └ auth_vip
  • Number
  • 1
  • 1
  • └ cp_copr_id
  • Number
  • 168694
  • 1
  • └ end_date
  • String
  • 2024-05-24
  • 1
  • └ contract_no
  • String
  • 2022041325339
  • 1
  • └ cp_id
  • Number
  • 10098
  • 1
  • └ cp_name
  • String
  • 飞卢小说
  • 1
  • └ auth_status
  • Number
  • 3
  • 1
  • └ book_name
  • String
  • 武侠之斗破风云
  • 1
  • └ audit_priority
  • Number
  • 1
  • 1
  • └ created_at
  • Number
  • 1667357451
  • 1
  • └ author_name
  • String
  • 蓝色天虎
  • 1
  • └ cp_bid
  • Number
  • 271156
  • 1
  • └ sq_bid
  • Number
  • 4486817
  • 1
  • └ auth_type
  • Number
  • 2
  • 1
  • └ copr_type
  • Number
  • 1
  • 1
  • └ start_date
  • String
  • 2022-11-02
  • 1
  • └ top_class
  • Number
  • 502
  • 1
state Number 200 1
message String success 1

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaShuqiContentBackendCpbooksauditCpbooksauditpassRequest req = new AlibabaShuqiContentBackendCpbooksauditCpbooksauditpassRequest();
req.setIsPassAudit(true);
req.setCpCoprId(1L);
req.setHasRepeatBooks(true);
req.setTimestamps(1L);
req.setSigns("1");
req.setEmpId("1");
req.setEmpName("1");
req.setEmail("1");
AlibabaShuqiContentBackendCpbooksauditCpbooksauditpassResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_shuqi_content_backend_cpbooksaudit_cpbooksauditpass_response>
    <data>
        <list>
            <cp_book_audit_pass_item>
                <auth_vip>1</auth_vip>
                <cp_copr_id>168694</cp_copr_id>
                <end_date>2024-05-24</end_date>
                <contract_no>2022041325339</contract_no>
                <cp_id>10098</cp_id>
                <cp_name>飞卢小说</cp_name>
                <auth_status>3</auth_status>
                <book_name>武侠之斗破风云</book_name>
                <audit_priority>1</audit_priority>
                <created_at>1667357451</created_at>
                <author_name>蓝色天虎</author_name>
                <cp_bid>271156</cp_bid>
                <sq_bid>4486817</sq_bid>
                <auth_type>2</auth_type>
                <copr_type>1</copr_type>
                <start_date>2022-11-02</start_date>
                <top_class>502</top_class>
            </cp_book_audit_pass_item>
        </list>
    </data>
    <state>200</state>
    <message>success</message>
</alibaba_shuqi_content_backend_cpbooksaudit_cpbooksauditpass_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

返回
顶部