- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- 停车管理
- 房产管理(发票抬头、发票)
- c4
- c5
- j1
- 首页面板
- 菜单管理
- 登录模块
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
添加菜单组
POST
/j1-manumana/menu-group/add-menu-group
菜单组
请求参数
Body 参数application/json
description
string
描述
示例值:
小区管理
groupType
string
组类型
示例值:
P_WEB
icon
string
图标
示例值:
fa fa-th-large
label
string
标签
示例值:
TOP
name
string
组名称
示例值:
小区
seq
integer <int32>
序列
示例值:
1
storeType
string
归属商户
示例值:
800900000003
示例
{
"description": "小区管理",
"groupType": "P_WEB",
"icon": "fa fa-th-large",
"label": "TOP",
"name": "小区",
"seq": 1,
"storeType": 800900000003
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/j1-manumana/menu-group/add-menu-group' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "小区管理",
"groupType": "P_WEB",
"icon": "fa fa-th-large",
"label": "TOP",
"name": "小区",
"seq": 1,
"storeType": 800900000003
}'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
string
数据对象
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-08 05:51:47