文档中心 > API类目 > 平台治理API

taobao.sungari.case.list.pull (智慧网监案件拉取)

智慧网监拉取合作政府人员录入案件,进行线上案件处理

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
org_name String 必须 余杭市场监督管理局 机构名称
secret String 必须 123 机构密钥

响应参数

名称 类型 示例值 描述
result Result 结果 接口返回model
  • └ data_code
  • Number
  • 0
  • code
  • data
  • CaseResultDo []
  • 结果
  • 结果
  • case_info
  • CaseInfo
  • 案件信息
  • 案件信息
  • └ illegal_behavior
  • String
  • 虚假宣传
  • 违法行为
  • └ transfer_org_code
  • String
  • code-1
  • 移送机构code
  • └ contact_person
  • String
  • 张三
  • 联系人
  • └ case_no
  • String
  • No123123
  • 函号
  • └ contact_tel
  • String
  • 120
  • 联系人电话
  • └ platform
  • Number
  • 0
  • 涉案平台 0.淘宝 1.天猫 2.1688 3.闲鱼 4.飞猪
  • └ submit_time
  • String
  • 2021-01-01 00:00:00
  • 提交时间
  • └ content_value
  • String
  • 1231231231231
  • 涉案数据
  • └ case_id
  • String
  • 123
  • 案件id
  • └ case_name
  • String
  • xxxx案件
  • 案件名称
  • └ transfer_org
  • String
  • 杭州市市场监督管理局
  • 移送机构
  • └ contact_address
  • String
  • 浙江省杭州市余杭区
  • 联系地址
  • └ content_type
  • Number
  • 1
  • 涉案数据类型 1.订单号 2.卖家昵称 3.商品id
  • └ brand
  • String
  • 耐克
  • 品牌
  • reporter_info
  • ReporterInfo
  • 举报人信息
  • 举报人信息
  • └ i_d_card_number
  • String
  • 112312313131
  • 身份证号码
  • └ name
  • String
  • 张三
  • 举报人姓名
  • └ tel
  • String
  • 110
  • 举报人电话号码
  • └ case_source
  • Number
  • 1
  • 案件来源 1.举报 2.抽检 3.主动发现
  • informants_info
  • InformantsInfo
  • 被举报人信息
  • 被举报人信息
  • other_file_list
  • FileObject []
  • []
  • 附件
  • └ url
  • String
  • www.baidu.com
  • url
  • └ name
  • String
  • 123.pdf
  • 名字
  • └ register_address
  • String
  • 浙江省杭州市余杭区
  • 注册地址
  • └ address
  • String
  • 浙江省杭州市余杭区
  • 个人认证地址
  • └ informants_type
  • Number
  • 1
  • 被举报人类型 1.自然人 2.企业(含个体工商户)
  • └ shop_nick_name
  • String
  • xxx淘宝店
  • 网店会员账号名称
  • └ name
  • String
  • 张三
  • 姓名 或 法人代表姓名
  • └ main_category
  • String
  • 主营类目
  • 主营类目
  • └ business_scope
  • String
  • 鞋/衣服
  • 经营范围
  • └ tel
  • String
  • 110
  • 联系电话
  • └ licence_no
  • String
  • 1234567
  • 身份证号或社会统一信用代码
  • └ business_address
  • String
  • 浙江省杭州市余杭区
  • 实际经营地址

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
SungariCaseListPullRequest req = new SungariCaseListPullRequest();
req.setOrgName("余杭市场监督管理局");
req.setSecret("123");
SungariCaseListPullResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<sungari_case_list_pull_response>
    <result>
        <data_code>0</data_code>
        <data>
            <case_result_do>
                <case_info>
                    <illegal_behavior>虚假宣传</illegal_behavior>
                    <transfer_org_code>code-1</transfer_org_code>
                    <contact_person>张三</contact_person>
                    <case_no>No123123</case_no>
                    <contact_tel>120</contact_tel>
                    <platform>0</platform>
                    <submit_time>2021-01-01 00:00:00</submit_time>
                    <content_value>1231231231231</content_value>
                    <case_id>123</case_id>
                    <case_name>xxxx案件</case_name>
                    <transfer_org>杭州市市场监督管理局</transfer_org>
                    <contact_address>浙江省杭州市余杭区</contact_address>
                    <content_type>1</content_type>
                    <brand>耐克</brand>
                </case_info>
                <reporter_info>
                    <i_d_card_number>112312313131</i_d_card_number>
                    <name>张三</name>
                    <tel>110</tel>
                    <case_source>1</case_source>
                </reporter_info>
                <informants_info>
                    <other_file_list>
                        <file_object>
                            <url>www.baidu.com</url>
                            <name>123.pdf</name>
                        </file_object>
                    </other_file_list>
                    <register_address>浙江省杭州市余杭区</register_address>
                    <address>浙江省杭州市余杭区</address>
                    <informants_type>1</informants_type>
                    <shop_nick_name>xxx淘宝店</shop_nick_name>
                    <name>张三</name>
                    <main_category>主营类目</main_category>
                    <business_scope>鞋/衣服</business_scope>
                    <tel>110</tel>
                    <licence_no>1234567</licence_no>
                    <business_address>浙江省杭州市余杭区</business_address>
                </informants_info>
            </case_result_do>
        </data>
    </result>
</sungari_case_list_pull_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

返回
顶部