GET/v1/package-groups
page
integer
当前页码
limit
integer
单页显示数量
返回结果
{
    "code": 0,
    "count": 2,
    "data": [
        {
            "create_at": null,
            "des": "",
            "id": 2,
            "name": "VIP1",
            "sort": 100,
            "update_at": null
        },
        {
            "create_at": null,
            "des": "",
            "id": 10,
            "name": "VIP2",
            "sort": 100,
            "update_at": null
        }
    ]
}
© 版权声明
评论 抢沙发

请登录后发表评论

    暂无评论内容