- 无界AI企业服务
- 无界AI企业智能客服
- 更新日志
- 公告
- API接入指南
- 作画指南
- AI专业版作画
- AI普通版作画
- AI视频生视频
- AI咒语解析
- 付费开通API
- AI化身&个性相机
- 提升作画效率
- 自定义镜像
- 用户账户
- LLM对话聊天
- OpenAI Image
故障通知
POST
your_notice_url
为保证通知安全性,对接方需要进行「回调验签」https://apifox.com/apidoc/shared-ecc069df-a9d5-4c86-b723-6dcd5cc79f81/doc-5004019#%E5%9B%9E%E8%B0%83%E6%9C%BA%E5%88%B6
请求参数
Body 参数application/json
fault_service_type
string
故障业务类型
fault_status
string
故障状态
timestamp
string
时间 戳
示例
{
"fault_service_type": "MIDJOURNEY",
"fault_status": "OCCURRED",
"timestamp": 1741661106
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'your_notice_url' \
--header 'Content-Type: application/json' \
--data-raw '{
"fault_service_type": "MIDJOURNEY",
"fault_status": "OCCURRED",
"timestamp": 1741661106
}'
返回响应
🟢200成功
application/json
Body
success
string
必需
示例
success