logo
logo
请输入关键词搜索产品或者文档
中国

中国站

创蓝云智

国际站

Innopaas

资质管理

更新时间:2026-08-17 16:12:09

接入准备

通用请求说明详见 API调用说明

接口列表

1、创建资质

1.1 请求地址

1.2 请求参数

名称类型必填描述示例值
productTypeString产品类型:notify-通知短信;market-营销短信;verify-验证码短信;2ec-CS短信(二类电商);finance-DK短信(金融);game-BK短信(游戏);acquisition-HK短信(拉新)notify
enterpriseNameString企业名称-
unifiedSocialCreditCodeString统一社会信用代码-
legalNameString法人姓名-
attentionLineString经办人姓名-
attentionIdCardString经办人身份证号-
phoneNumString经办人手机号-
identityTypeString经办人类型:1-法人;2-经办人(默认值)2
endTypeString签名实名使用方:1-自用;2-他用(默认值)1
shareTypeString共享范围:0-此账号;1-所有主子账号0
businessLicenseImgString营业执照图片
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
legalNationalEmblemIdentityImgString法人身份证国徽面
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
legalFigureIdentityImgString法人身份证人像面
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
agentAuthorizationLetterImgString条件必填经办人授权书图片
- Base64 编码,PNG/JPG/JPEG,≤2MB
- 当 identityType=2 时必填
-
nationalEmblemIdentityImgString条件必填经办人身份证国徽面
- Base64 编码,PNG/JPG/JPEG,≤2MB
- 当 identityType=2 时必填
-
figureIdentityImgString条件必填经办人身份证人像面
- Base64 编码,PNG/JPG/JPEG,≤2MB
- 当 identityType=2 时必填
-
identityOfficePhotoImgString经办人办公场景照片
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
contractOtherFileList<String>条件必填终端合同照片
- Base64 编码,数量≤20个
- PDF≤5MB / 图片≤2MB
- 当 endType=2 时必填
-
remarkString备注-

1.3 请求示例

{
  "productType": "notify",
  "enterpriseName": "上海创蓝文化传播有限公司",
  "unifiedSocialCreditCode": "91310115MA1K4C2XXX",
  "attentionLine": "张三",
  "attentionIdCard": "310101199001011234",
  "legalName": "李四",
  "phoneNum": "13800000001",
  "endType": "2",
  "shareType": "1",
  "identityType": "2",
  "agentAuthorizationLetterImg": "/9j/4AAQSkZJRgABAQ...",
  "businessLicenseImg": "/9j/4AAQSkZJRgABAQ...",
  "nationalEmblemIdentityImg": "/9j/4AAQSkZJRgABAQ...",
  "figureIdentityImg": "/9j/4AAQSkZJRgABAQ...",
  "legalNationalEmblemIdentityImg": "/9j/4AAQSkZJRgABAQ...",
  "legalFigureIdentityImg": "/9j/4AAQSkZJRgABAQ...",
  "identityOfficePhotoImg": "/9j/4AAQSkZJRgABAQ...",
  "contractOtherFile": [
    "/9j/4AAQSkZJRgABAQ..."
  ],
  "remark": "首次提交资质"
}

1.4 响应参数

名称类型说明示例值
codeString请求状态码,000000 代表成功000000
msgString提示信息(Unicode,需自行解码)深度接口2.0资质新增成功
requestIdString请求id-
dataObject返回数据-
-endCustomerIdString终端资质ID123456

返回数据示例(JSON):

{
  "code": "000000",
  "msg": "深度接口2.0资质新增成功",
  "data": {
    "endCustomerId": "123456"
  }
}

2、资质列表

2.1 请求地址

注意:接口返回的文件 URL 有效期为 5 分钟,过期后需重新调用接口获取。

2.2 请求参数

名称类型必填描述示例值
productTypeString产品类型:notify-通知短信;market-营销短信;verify-验证码短信;2ec-CS短信(二类电商);finance-DK短信(金融);game-BK短信(游戏);acquisition-HK短信(拉新)notify
companyNameString企业名称,支持模糊搜索-
endTypeString终端类型:1-自用;2-他用-
pageNoInteger页码,默认1-
pageSizeInteger每页条数,默认10-

2.3 请求示例

{
  "productType": "notify",
  "companyName": "上海创蓝云智信息科技股份有限公司",
  "endType": "1"
}

2.4 响应参数

名称类型说明示例值
codeString请求状态码,000000 代表成功000000
msgString提示信息(Unicode,需自行解码)深度接口2.0资质分页查询成功
requestIdString请求id-
dataObject返回数据-
-totalInteger总数-
-listObject[]资质列表-
--endCustomerIdString终端资质ID-
--enterpriseNameString企业名称-
--unifiedSocialCreditCodeString统一社会信用代码-
--attentionLineString经办人姓名-
--attentionIdCardString经办人身份证号-
--legalNameString法人姓名-
--phoneNumString经办人手机号-
--identityTypeString经办人类型:1-法人;2-经办人2
--endTypeString终端类型:1-自用;2-他用2
--oneToManyFlagString一人多企:0-否;1-是0
--agentAuthorizationLetterUrlString经办人授权书URL-
--businessLicenseUrlString营业执照URL-
--nationalEmblemIdentityUrlString经办人身份证国徽面URL-
--figureIdentityUrlString经办人身份证人像面URL-
--legalNationalEmblemIdentityUrlString法人身份证国徽面URL-
--legalFigureIdentityUrlString法人身份证人像面URL-
--identityOfficePhotoUrlString经办人办公场景URL-
--contractOtherPreviewUrlList<String>终端合同照片(Base64)-
--contractHeadPageUrlString(已废弃)合同首页URL-
--contractValidityPageUrlString(已废弃)合同有效期页URL-
--contractTailPageUrlString(已废弃)合同尾页URL-
--remarkString备注-

返回数据示例(JSON):

{
  "code": "000000",
  "data": {
    "list": [
      {
        "endCustomerId": "123456",
        "endType": "2",
        "figureIdentityUrl": "http://172.16.42.128:8080/apis/filecentre/preview?key=...",
        "remark": "",
        "businessLicenseUrl": "http://172.16.42.128:8080/apis/filecentre/preview?key=...",
        "attentionLine": "彭宪忠",
        "attentionIdCard": "445381199266666038",
        "oneToManyFlag": "0",
        "unifiedSocialCreditCode": "914400000003HPY11X",
        "phoneNum": "13090009119",
        "legalName": "舒琴",
        "identityType": "2",
        "enterpriseName": "深圳市浪花旅游有限公司",
        "agentAuthorizationLetterUrl": "http://172.16.42.128:8080/apis/filecentre/preview?key=..."
      }
    ],
    "total": 1
  },
  "msg": "资质分页查询成功"
}

3、编辑资质

3.1 请求地址

3.2 请求参数

名称类型必填描述示例值
productTypeString产品类型:notify-通知短信;market-营销短信;verify-验证码短信;2ec-CS短信(二类电商);finance-DK短信(金融);game-BK短信(游戏);acquisition-HK短信(拉新)notify
endCustomerIdString终端资质ID-
identityTypeString经办人类型:1-法人;2-经办人1
legalNameString法人姓名-
phoneNumString经办人手机号-
agentAuthorizationLetterImgString经办人授权书
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
businessLicenseImgString营业执照
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
nationalEmblemIdentityImgString经办人身份证国徽面
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
figureIdentityImgString经办人身份证人像面
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
legalNationalEmblemIdentityImgString法人身份证国徽面
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
legalFigureIdentityImgString法人身份证人像面
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
identityOfficePhotoImgString经办人办公场景
- Base64 编码,PNG/JPG/JPEG,≤2MB
-
contractOtherFileList<String>终端合同照片
- Base64 编码,数量≤20个
- PDF≤5MB / 图片≤2MB
-
remarkString备注-

3.3 请求示例

{
  "productType": "market",
  "endCustomerId": "123456",
  "legalName": "王五",
  "phoneNum": "13800000002",
  "agentAuthorizationLetterImg": "/9j/4AAQSkZJRgABAQ...",
  "businessLicenseImg": "/9j/4AAQSkZJRgABAQ...",
  "remark": "更新法人信息"
}

3.4 响应参数

名称类型说明示例值
codeString请求状态码,000000 代表成功000000
msgString提示信息(Unicode,需自行解码)深度接口2.0资质编辑成功
requestIdString请求id-
dataObject返回数据-

返回数据示例(JSON):

{
  "code": "000000",
  "msg": "深度接口2.0资质编辑成功",
  "data": null
}

4、删除资质

4.1 请求地址

注意:有绑定签名的资质无法删除,需先解除签名绑定。

4.2 请求参数

名称类型必填描述示例值
productTypeString产品类型:notify-通知短信;market-营销短信;verify-验证码短信;2ec-CS短信(二类电商);finance-DK短信(金融);game-BK短信(游戏);acquisition-HK短信(拉新)notify
endCustomerIdString终端资质ID-

4.3 请求示例

{
  "productType": "market",
  "endCustomerId": "123456"
}

4.4 响应参数

名称类型说明示例值
codeString请求状态码,000000 代表成功000000
msgString提示信息(Unicode,需自行解码)深度接口2.0资质删除成功
requestIdString请求id-
dataObject返回数据-

返回数据示例(JSON):

{
  "code": "000000",
  "msg": "深度接口2.0资质删除成功"
}

5、资质变更日志查询

5.1 请求地址

5.2 请求参数

名称类型必填描述示例值
productTypeString产品类型:notify-通知短信;market-营销短信;verify-验证码短信;2ec-CS短信(二类电商);finance-DK短信(金融);game-BK短信(游戏);acquisition-HK短信(拉新)notify
endCustomerIdString终端资质ID-
pageNoInteger页码,默认1-
pageSizeInteger每页条数,默认10,最大 100-

5.3 请求示例

{
  "productType": "notify",
  "endCustomerId": "1234",
  "pageNo": 1,
  "pageSize": 10
}

5.4 响应参数

名称类型说明示例值
codeString请求状态码,000000 代表成功000000
msgString提示信息(Unicode,需自行解码)资质分页查询成功
requestIdString请求id-
dataObject返回数据-
-totalInteger总记录数1
-listObject[]变更记录列表-
--idInteger变更记录ID630121
--oldInfoObject变更前资质快照-
--newInfoObject变更后资质快照-
--createTimeString提交时间2026-08-07 20:28:18
--applyUserString申请人17601322176
--auditOpinionString审核意见-
--changeTypeString变更类型终端资质
--auditStatusInteger审核状态:1-待审;2-过审;3-驳回1

返回数据示例(JSON):

{
  "code": "000000",
  "data": {
    "list": [
      {
        "id": 630121,
        "oldInfo": {
          "legalCertNo": "",
          "identityNo": "",
          "phoneNum": ""
        },
        "newInfo": {
          "legalCertNo": "",
          "identityNo": "",
          "phoneNum": "",
          "identityOfficePhotoPreviewUrl": "CuVyke4r0xdg=="
        },
        "createTime": "2026-08-07 20:28:18",
        "applyUser": "17601322176",
        "auditOpinion": "",
        "changeType": "终端资质",
        "auditStatus": 1
      }
    ],
    "total": 1
  },
  "msg": "资质分页查询成功"
}
24小时热线 400-9669-253