文档中心 > API类目 > 客户运营平台API

taobao.opencrm.signature.verify.get.pre (短信签名资质信息预获取接口)

短信签名资质信息预获取接口

公共参数

请求参数

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

响应参数

名称 类型 示例值 描述
result Result result
  • result
  • SignatureVerificationInfoDTO
  • result
  • └ company_name
  • String
  • 公司名称,*号加密
  • 企业名称
  • └ company_code
  • String
  • 123456,*号加密
  • 企业信用代码
  • └ corporation_name
  • String
  • 李四,*号加密
  • 企业法人姓名
  • └ corporation_id_num
  • String
  • 123456,*号加密
  • 企业法人证件号
  • └ company_type
  • String
  • 100
  • 企业类型:1个人店 100企业店
  • └ code
  • String
  • 0
  • 错误码
  • └ msg
  • String
  • 错误信息
  • 错误信息

请求示例

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

响应示例

  • XML示例
  • JSON示例
<opencrm_signature_verify_get_pre_response>
    <result>
        <result>
            <company_name>公司名称,*号加密</company_name>
            <company_code>123456,*号加密</company_code>
            <corporation_name>李四,*号加密</corporation_name>
            <corporation_id_num>123456,*号加密</corporation_id_num>
            <company_type>100</company_type>
        </result>
        <code>0</code>
        <msg>错误信息</msg>
    </result>
</opencrm_signature_verify_get_pre_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

返回
顶部