{
"id": "123e4567-e89b-12d3-a456-426614174000",
"corp_id": "1704174310933890049",
"create_time": 1640244967.924,
"type": "event",
"event": "work_order_change",
"status": "reply",
"msg_data": {
"order_no": "1446377590381088768",
"staff_id": "LiYang",
"cc_list": [
"LiMei",
"ShaoKao"
],
"content": {
"text": "文字",
"pic": [
"url1",
"url2"
]
},
"is_show": 1,
"attached_json": [
{
"type": "image",
"url": "www.xxx/aaa/bbb.png"
},
{
"type": "video",
"url": "www.xxx/aaa/bbb.mp4"
}
]
}
}
curl --location -g --request POST 'https://open.weibanzhushou.com/{{接收回调的地址}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "123e4567-e89b-12d3-a456-426614174000",
"corp_id": "1704174310933890049",
"create_time": 1640244967.924,
"type": "event",
"event": "work_order_change",
"status": "reply",
"msg_data": {
"order_no": "1446377590381088768",
"staff_id": "LiYang",
"cc_list": [
"LiMei",
"ShaoKao"
],
"content": {
"text": "文字",
"pic": [
"url1",
"url2"
]
},
"is_show": 1,
"attached_json": [
{
"type": "image",
"url": "www.xxx/aaa/bbb.png"
},
{
"type": "video",
"url": "www.xxx/aaa/bbb.mp4"
}
]
}
}'
{}