新增单条字典明细数据
简要描述
- 无
请求URL
http://localhost:8888/dictItem/insert
请求方式
- post
Header
header | 必选 | 类型 | 说明 |
---|---|---|---|
X-Token | 是 | string | 无 |
请求参数示例
{
"dictGroupCode": "BASE_AAA_BBB",
"dictGroupName": "测试字典",
"dictCode": "AAA",
"dictName": "BBB",
"sortNo": 1
}