From 01b52841baad5901758177083ecb73320f32ab0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Wed, 24 Jul 2019 14:00:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=88=AB=E4=BF=AE=E6=94=B9=E7=9A=84me?= =?UTF-8?q?ta=E5=92=8Cparam=E8=AF=B7=E6=B1=82=E5=AD=97=E6=AE=B5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0delFlag=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha接口文档.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nezha接口文档.md b/nezha接口文档.md index fe4081a..f7d6a88 100644 --- a/nezha接口文档.md +++ b/nezha接口文档.md @@ -2843,6 +2843,7 @@ deteTypeMetas |Object[] |R |元数据数据  dicType |Integer |O |字典类型  i18nCode |String |R |name 的国际化 code,不为空时name显示翻译后的内容,为空直接显示name  remark |String |R |备注 + delFlag |String |O |删除标识 deteTypeParams |Object[] |R |类别参数数组  id |Integer |R |  name |String |R |参数名称 @@ -2850,6 +2851,7 @@ deteTypeParams |Object[] |R |类别参数数组  param_index |Integer |R |参数索引  def_val |String |R |参数默认值  remark |String |R |备注 + delFlag |String |O |删除标识 示例: @@ -2880,7 +2882,8 @@ deteTypeParams |Object[] |R |类别参数数组 "unit": "", "dicType": 2, "i18nCode": "", - "remark": "" + "remark": "", + "delFlag": "1" }], "deteTypeParams": [{ "id": 1, @@ -2888,7 +2891,8 @@ deteTypeParams |Object[] |R |类别参数数组 "typeId": 1, "param_index": 1, "def_val": "", - "remark": "" + "remark": "", + "delFlag": "1" }] } ```