服务台-推送中心
Number of APIs: 8
- 
创建推送 POST {{base_url}}/helpdesk/v1/notifications 
- 
更新推送 PATCH {{base_url}}/helpdesk/v1/notifications/:notification_id 
- 
查询推送 GET {{base_url}}/helpdesk/v1/notifications/:notification_id 
- 
提交审核 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/submit_approve 
- 
取消审核 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/cancel_approve 
- 
取消推送 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/cancel_send 
- 
预览推送内容 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/preview 
- 
执行推送 POST {{base_url}}/helpdesk/v1/notifications/:notification_id/execute_send