取消注册通知方式对应关系
更新时间:2025-08-15 03:41:38
基本信息
Action
UnsubscribeNotification
Path
/iaas
Method
GET
请求参数
此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
post_type |
String |
是 |
业务类型 |
user |
String |
是 |
用户 ID |
返回数据
此接口仅包含公共响应参数。关于公共响应参数的更多信息,请参见前文内容。
请求示例
{
"action": "UnsubscribeNotification",
"post_type": "finance",
"user": "usr-xxxxxxx"
}
返回示例
{
"action": "UnsubscribeNotificationResponse",
"ret_code": 0
}