{
"id": "123e4567-e89b-12d3-a456-426614174000",
"corp_id": "1704174310933890049",
"create_time": 1640244967.924,
"type": "event",
"event": "work_order_change",
"status": "create",
"msg_data": {
"order_no": "1446377590381088768",
"staff_id": "LiYang"
}
}
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": "create",
"msg_data": {
"order_no": "1446377590381088768",
"staff_id": "LiYang"
}
}'
{}