{
"subscribe_type": "crm.order",
"subscribe_configs": [
{
"biz_type": "xiaoman.crm.order.create"
},
{
"biz_type": "xiaoman.crm.order.update"
}
]
}curl --location --request PUT 'https://api-sandbox.xiaoman.cn/v1/subscribe/' \
--header 'Content-Type: application/json' \
--data-raw '{
"subscribe_type": "crm.order",
"subscribe_configs": [
{
"biz_type": "xiaoman.crm.order.create"
},
{
"biz_type": "xiaoman.crm.order.update"
}
]
}'{
"code": 200,
"message": "success",
"now": "2025-09-25 13:01:20",
"data": []
}