{
"event":"dataSignatureCompleted",
"eventDescription":"数据签名完成",
"target":{
"destination":"https://webhook.site/5c601c31-1ffa-4750-8872-cb69257d7af5"
},
"rawData":"{\"business\":{\"patientId\":\"AA12345678\",\"patientName \":\"李某某\",\"admissionNumber\":null,\"idCard\":null,\"serviceType\":\"D_ ⻄药处⽅\",\"departmentName\":\"ceshike\",\"departmentId\":null,\"doctorName \":\"签名医⽣\",\"doctorId\":\"lidd\",\"serviceId\":\"L20240512203223\"},\"s ignature\":{\"signWsid\":\"WSID_SIGN_0000018f6cca445c0242196331aa0001 \",\"businessWsid\":\"WSID_BUSI_0000018f6cca420a0242196331aa0001\",\"signi ngData\":\"这是待签原⽂\",\"authorWsid\":\"WSID_EUSR_0000018eccb6b8caf889d29 c4a420001\",\"signStatus\":\"SIGNED\",\"signValue\":\"MEUCIBZSKnAuf9GLt29x CXvxbxG2C4O4GEy1xuRyp+CZTeapAiEAtcLiiYg80gxhiovIl5JjMwL8FTB3qsqIljGcqgSJmQ Y=\",\"signDatetime\":1715517253000,\"signStatusReason\":null,\"appendTime stamp\":1},\"appInfo\":{\"appId\":\"1840e3e1b03ba689b193fa5acc2\",\"appNam e\":\"标准签署应⽤\"}}",
"needCallBack":false
}
curl --location --request POST 'https://yourdomain.com/webhook/datasignature-callback?access_token=' \
--header 'X-Signit-App-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"event":"dataSignatureCompleted",
"eventDescription":"数据签名完成",
"target":{
"destination":"https://webhook.site/5c601c31-1ffa-4750-8872-cb69257d7af5"
},
"rawData":"{\"business\":{\"patientId\":\"AA12345678\",\"patientName \":\"李某某\",\"admissionNumber\":null,\"idCard\":null,\"serviceType\":\"D_ ⻄药处⽅\",\"departmentName\":\"ceshike\",\"departmentId\":null,\"doctorName \":\"签名医⽣\",\"doctorId\":\"lidd\",\"serviceId\":\"L20240512203223\"},\"s ignature\":{\"signWsid\":\"WSID_SIGN_0000018f6cca445c0242196331aa0001 \",\"businessWsid\":\"WSID_BUSI_0000018f6cca420a0242196331aa0001\",\"signi ngData\":\"这是待签原⽂\",\"authorWsid\":\"WSID_EUSR_0000018eccb6b8caf889d29 c4a420001\",\"signStatus\":\"SIGNED\",\"signValue\":\"MEUCIBZSKnAuf9GLt29x CXvxbxG2C4O4GEy1xuRyp+CZTeapAiEAtcLiiYg80gxhiovIl5JjMwL8FTB3qsqIljGcqgSJmQ Y=\",\"signDatetime\":1715517253000,\"signStatusReason\":null,\"appendTime stamp\":1},\"appInfo\":{\"appId\":\"1840e3e1b03ba689b193fa5acc2\",\"appNam e\":\"标准签署应⽤\"}}",
"needCallBack":false
}'
{
"code": "0",
"description": "接收成功"
}