"开放签"电子签章平台,致力于打造一套集安全性、可信度、可控性与灵活性于一体的全方位电子签章服务体系。我们深信,通过开源开放的产品策略,能够有效搭建起产品与用户之间更加坚实的信任纽带,使得电子签署过程更加可靠、高效、便捷。
{
"accountName": {
"type": "string",
"title": "经办人账号",
"description": "手机号或邮箱",
"example": "13800138000"
},
"clientUserId": {
"type": "string",
"title": "经办人ID",
"description": "接入方系统中经办人唯一标识",
"example": "your-operator-user-id-001"
},
"corpIdentInfo": {
"type": "object",
"title": "企业预填信息",
"properties": {
"companyName": {
"type": "string",
"title": "企业名称",
"example": "某某科技有限公司"
},
"creditCode": {
"type": "string",
"title": "统一社会信用代码",
"example": "91110000MA01234567"
},
"legalRepName": {
"type": "string",
"title": "法定代表人",
"example": "张三"
},
"companyType": {
"type": "integer",
"title": "企业类型",
"description": "1 公司企业 / 2 个体工商户 / 3 其他",
"example": 1
},
"license": {
"type": "string",
"title": "营业执照",
"description": "可选",
"example": ""
}
}
},
"corpIdentConfig": {
"type": "object",
"title": "企业实名认证配置",
"properties": {
"corpVerifyMethods": {
"type": "array",
"items": {
"type": "string"
},
"title": "企业验证方式",
"description": "legalRep/invite/letter",
"example": [
"legalRep",
"invite",
"letter"
]
},
"unmodifiableParams": {
"type": "array",
"items": {
"type": "string"
},
"title": "不可编辑字段",
"example": [
"companyName",
"creditCode",
"legalRepName",
"companyType"
]
}
}
},
"oprIdentInfo": {
"type": "object",
"title": "经办人预填实名信息",
"properties": {
"name": {
"type": "string",
"title": "姓名",
"example": "李四"
},
"idCard": {
"type": "string",
"title": "证件号码",
"example": "110101199001011234"
},
"idCardType": {
"type": "integer",
"title": "证件类型",
"example": 1
},
"mobile": {
"type": "string",
"title": "手机号",
"example": "13800138000"
},
"bankCard": {
"type": "string",
"title": "银行卡号",
"example": ""
}
}
},
"oprIdentConfig": {
"type": "object",
"title": "经办人实名认证配置",
"properties": {
"personVerifyMethods": {
"type": "array",
"items": {
"type": "string"
},
"example": [
"face",
"mobile"
]
},
"unmodifiableParams": {
"type": "array",
"items": {
"type": "string"
},
"example": [
"name",
"idCard"
]
}
}
},
"callbackPage": {
"type": "string",
"title": "前端跳转页",
"example": "https://your-domain.com/corp/callback"
},
"authCallbackUrl": {
"type": "string",
"title": "异步回调地址",
"example": "https://your-domain.com/api/corp/auth/callback"
},
"clientRequestId": {
"type": "string",
"title": "客户端请求唯一标识",
"example": "client-req-corp-ident-001"
}
}curl --location 'https://home.kaifangqian.com/resrun-paas/kaifangqian/openAPI/V2/auth/corp/ident/link' \
--header 'appAuthToken: PV9LQWZA' \
--header 'nonce: {{$string.uuid}}' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'sign;' \
--header 'uniqueCode: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data '{
"accountName": {
"type": "string",
"title": "经办人账号",
"description": "手机号或邮箱",
"example": "13800138000"
},
"clientUserId": {
"type": "string",
"title": "经办人ID",
"description": "接入方系统中经办人唯一标识",
"example": "your-operator-user-id-001"
},
"corpIdentInfo": {
"type": "object",
"title": "企业预填信息",
"properties": {
"companyName": {
"type": "string",
"title": "企业名称",
"example": "某某科技有限公司"
},
"creditCode": {
"type": "string",
"title": "统一社会信用代码",
"example": "91110000MA01234567"
},
"legalRepName": {
"type": "string",
"title": "法定代表人",
"example": "张三"
},
"companyType": {
"type": "integer",
"title": "企业类型",
"description": "1 公司企业 / 2 个体工商户 / 3 其他",
"example": 1
},
"license": {
"type": "string",
"title": "营业执照",
"description": "可选",
"example": ""
}
}
},
"corpIdentConfig": {
"type": "object",
"title": "企业实名认证配置",
"properties": {
"corpVerifyMethods": {
"type": "array",
"items": {
"type": "string"
},
"title": "企业验证方式",
"description": "legalRep/invite/letter",
"example": [
"legalRep",
"invite",
"letter"
]
},
"unmodifiableParams": {
"type": "array",
"items": {
"type": "string"
},
"title": "不可编辑字段",
"example": [
"companyName",
"creditCode",
"legalRepName",
"companyType"
]
}
}
},
"oprIdentInfo": {
"type": "object",
"title": "经办人预填实名信息",
"properties": {
"name": {
"type": "string",
"title": "姓名",
"example": "李四"
},
"idCard": {
"type": "string",
"title": "证件号码",
"example": "110101199001011234"
},
"idCardType": {
"type": "integer",
"title": "证件类型",
"example": 1
},
"mobile": {
"type": "string",
"title": "手机号",
"example": "13800138000"
},
"bankCard": {
"type": "string",
"title": "银行卡号",
"example": ""
}
}
},
"oprIdentConfig": {
"type": "object",
"title": "经办人实名认证配置",
"properties": {
"personVerifyMethods": {
"type": "array",
"items": {
"type": "string"
},
"example": [
"face",
"mobile"
]
},
"unmodifiableParams": {
"type": "array",
"items": {
"type": "string"
},
"example": [
"name",
"idCard"
]
}
}
},
"callbackPage": {
"type": "string",
"title": "前端跳转页",
"example": "https://your-domain.com/corp/callback"
},
"authCallbackUrl": {
"type": "string",
"title": "异步回调地址",
"example": "https://your-domain.com/api/corp/auth/callback"
},
"clientRequestId": {
"type": "string",
"title": "客户端请求唯一标识",
"example": "client-req-corp-ident-001"
}
}'{
"code": "27",
"message": "in deserunt",
"result": {
"orderNo": "sint consectetur labore",
"authUrl": "https://stormy-riser.info/"
},
"timestamp": 1775010802
}