增加元数据字典名称重复校验

This commit is contained in:
陈劲松
2019-08-09 11:04:27 +08:00
parent ea81413544
commit 18aac78f70

View File

@@ -3260,8 +3260,42 @@ msg |string |R | 
```
{
"code": 200/xxx,
"msg": "true/false"
"code": 200,
"msg": "success"
}
```
##### 2.3.1.11 元数据字典type校验
- **接口说明:** 元数据字典type校验不能重复新增字典时使用
- **接口地址:** /deteType/dicNameCheck
- **请求方式:** GET
###### 请求参数
参数名称 |类型 |出现要求 |描述
:---- |:--- |:------ |:---
type |String |R |名称
示例:
```
GET /deteType/dicNameCheck?name=testtp
```
###### 返回结果
参数名称 |类型 |出现要求 |描述
:---- |:--- |:------ |:---
code |int |R |响应码,详见 附录A
msg |string |R | 
示例:
```
{
"code": 200,
"msg": "success"
}
```