"开放签"电子签章平台,致力于打造一套集安全性、可信度、可控性与灵活性于一体的全方位电子签章服务体系。我们深信,通过开源开放的产品策略,能够有效搭建起产品与用户之间更加坚实的信任纽带,使得电子签署过程更加可靠、高效、便捷。
{
"accountName": "13800138000",
"clientUserId": "string",
"callbackPage": "https://your-domain.com/callback",
"authCallbackUrl": "https://your-domain.com/api/auth/callback",
"clientRequestId": "client-req-ident-001",
"userIdentInfo": {
"name": "张三",
"idCard": "110101199001011234",
"idCardType": 1,
"mobile": "13800138000",
"bankCard": "6222021234567890123"
},
"userIdentConfig": {
"personVerifyMethods": [
"face",
"mobile"
],
"unmodifiableParams": [
"name",
"idCard",
"idCardType",
"mobile"
]
}
}curl --location --request POST 'https://home.kaifangqian.com/resrun-paas/kaifangqian/openAPI/V2/auth/person/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-raw '{
"accountName": "13800138000",
"clientUserId": "string",
"callbackPage": "https://your-domain.com/callback",
"authCallbackUrl": "https://your-domain.com/api/auth/callback",
"clientRequestId": "client-req-ident-001",
"userIdentInfo": {
"name": "张三",
"idCard": "110101199001011234",
"idCardType": 1,
"mobile": "13800138000",
"bankCard": "6222021234567890123"
},
"userIdentConfig": {
"personVerifyMethods": [
"face",
"mobile"
],
"unmodifiableParams": [
"name",
"idCard",
"idCardType",
"mobile"
]
}
}'{
"code": 97,
"message": "Lorem Duis mollit deserunt",
"result": {
"orderNo": "",
"authUrl": "",
"alreadyIdentified": "",
"message": ""
},
"timestamp": 1774946523
}