Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 219 Bytes

api-group.md

File metadata and controls

20 lines (16 loc) · 219 Bytes

获取所有分组 - /apijs-admin/api/group

类型

GET

返回值

{
    items: [
        {
            text: '用户接口'
        },
        {
            text: '验证码相关'
        }
    ]
}