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

alibaba.shuqi.content.backend.bcchecktag.queryrisknote (查询风控备注)

查询风控备注

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
book_id Number 可选 1 书籍id

响应参数

名称 类型 示例值 描述
result CommonResponse 1 系统自动生成
  • data
  • ChooseValidTagDto
  • {}
  • 数据
  • └ book_id
  • Number
  • 1
  • 书籍id
  • └ main_note
  • String
  • 1
  • 主线
  • └ person_note
  • String
  • 1
  • 人设
  • └ content_note
  • String
  • 1
  • 内容
  • └ bg_note
  • String
  • 1
  • 背景
  • └ other_note
  • String
  • 1
  • 其他标签
  • └ state
  • Number
  • 1
  • 状态
  • └ message
  • String
  • success
  • 返回值

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaShuqiContentBackendBcchecktagQueryrisknoteRequest req = new AlibabaShuqiContentBackendBcchecktagQueryrisknoteRequest();
req.setBookId(1L);
AlibabaShuqiContentBackendBcchecktagQueryrisknoteResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_shuqi_content_backend_bcchecktag_queryrisknote_response>
    <result>
        <data>
            <book_id>1</book_id>
            <main_note>1</main_note>
            <person_note>1</person_note>
            <content_note>1</content_note>
            <bg_note>1</bg_note>
            <other_note>1</other_note>
        </data>
        <state>1</state>
        <message>success</message>
    </result>
</alibaba_shuqi_content_backend_bcchecktag_queryrisknote_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

返回
顶部