# 获取渠道

type:GET

endpoint:/api/channels

Head:

Token:登录系统 API设置里面查看
1

Response:

{
    "success": true,
    "message": "",
    "data": [
        {
            "code": "XXXX",
            "name": "XXXX"
        }
    ]
}
1
2
3
4
5
6
7
8
9
10
参数 类型 说明
success boolean 成功与否
message String 提示信息
data data

data:

参数 类型 说明
code String 渠道编码
name String 渠道名称
Last Updated: 12/29/2025, 2:44:28 PM