注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > 千牛接口

taobao.qiannniu.dispatch.qualitycheck.halfauto.rule.list (半自动质检规则列表)

质检3期,自定义规则列表

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述

响应参数

名称 类型 示例值 描述
module Json "module": "[{"gmtModified":"2017-05-10 15:05:21","gmtCreate":"2017-05-10 15:05:21","belong":2033604168,"property":3,"type":2,"id":55,"name":"半自动规则1"},{"gmtModified":"2017-05-10 15:05:22","gmtCreate":"2017-05-10 15:05:22","belong":2033604168,"property":3,"type":2,"id":56,"name":"半自动规则2"},{"gmtModified":"2017-05-23 11:23:04","gmtCreate":"2017-05-23 11:23:04","belong":2033604168,"property":3,"type":2,"id":58,"name":"mmp的自定义规则"}]", 列表

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
QiannniuDispatchQualitycheckHalfautoRuleListRequest req = new QiannniuDispatchQualitycheckHalfautoRuleListRequest();
QiannniuDispatchQualitycheckHalfautoRuleListResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<qiannniu_dispatch_qualitycheck_halfauto_rule_list_response>
    <module>&quot;module&quot;: &quot;[{&quot;gmtModified&quot;:&quot;2017-05-10 15:05:21&quot;,&quot;gmtCreate&quot;:&quot;2017-05-10 15:05:21&quot;,&quot;belong&quot;:2033604168,&quot;property&quot;:3,&quot;type&quot;:2,&quot;id&quot;:55,&quot;name&quot;:&quot;半自动规则1&quot;},{&quot;gmtModified&quot;:&quot;2017-05-10 15:05:22&quot;,&quot;gmtCreate&quot;:&quot;2017-05-10 15:05:22&quot;,&quot;belong&quot;:2033604168,&quot;property&quot;:3,&quot;type&quot;:2,&quot;id&quot;:56,&quot;name&quot;:&quot;半自动规则2&quot;},{&quot;gmtModified&quot;:&quot;2017-05-23 11:23:04&quot;,&quot;gmtCreate&quot;:&quot;2017-05-23 11:23:04&quot;,&quot;belong&quot;:2033604168,&quot;property&quot;:3,&quot;type&quot;:2,&quot;id&quot;:58,&quot;name&quot;:&quot;mmp的自定义规则&quot;}]&quot;,</module>
</qiannniu_dispatch_qualitycheck_halfauto_rule_list_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

返回
顶部