{
"user":{
"contact":"15021504325",
"contactType":"MOBILE"
},
"company":"上海契约锁电子合同签名有限公司"
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/personalsign/query' \
--header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \
--header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \
--header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \
--header 'x-qys-open-signature: {{x-qys-open-signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"user":{
"contact":"15021504325",
"contactType":"MOBILE"
},
"company":"上海契约锁电子合同签名有限公司"
}'
{
"result": [
{
"id": "3025382284275617834",
"agentId": "10000",
"tokenId": "2667951614759215723",
"appName": "邓茜茜测试应用(勿动)",
"companyId": "2375616490882524008",
"companyName": "思晨教育",
"userId": "2271136400600465408",
"remark": "auth 54",
"authStatus": "unauthorized",
"authDeadline": "2023-06-15 23:59:59",
"createTime": "2022-11-02 19:09:05",
"updateTime": "2022-11-02 19:09:05",
"callbackUrl": "http://cloud.qiyuesuo.me",
"allowPersonalAuto": true,
"delete": false
},
{
"id": "3025382395852492844",
"agentId": "10000",
"tokenId": "2667951614759215723",
"appName": "邓茜茜测试应用(勿动)",
"companyId": "2375616490882524008",
"companyName": "思晨教育",
"userId": "2271136400600465408",
"remark": "auth 54",
"authMethod": "FACE",
"authStatus": "deauthorized",
"authDeadline": "2023-06-15 23:59:59",
"createTime": "2022-11-02 19:09:32",
"updateTime": "2023-01-06 17:05:49",
"callbackUrl": "http://cloud.qiyuesuo.me",
"allowPersonalAuto": true,
"delete": false
}
],
"code": 0,
"message": "SUCCESS"
}