获取全部消息类型
开发中
GET
https://saas-open.vhall.com/v3/users/msg-config/get-all-msg-type
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://saas-open.vhall.com/v3/users/msg-config/get-all-msg-type' \
--header 'x-login-user-info: {"user_id":12345, "platform": 15, "expTime": 10000, "business_account_id":1000, "ch": b} ' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"list": [
{
"msg_type": "string",
"msg_type_desc": "string"
}
]
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
x-login-user-info
string
必需
示例值:
{"user_id":12345, "platform": 15, "expTime": 10000, "business_account_id":1000, "ch": b}
platform
integer
可选
默认值:
15
返回响应
修改于 2025-05-28 05:26:37