From d1970c292ed7e3c9e769afa7f15d4d6f64ba31ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=88=98=E6=B4=AA=E9=9D=92?= Date: Tue, 24 Nov 2020 17:26:11 +0800 Subject: [PATCH] =?utf8?q?refactor:=20=E8=B0=83=E6=95=B4group=20=E7=9A=84S?= =?utf8?q?TATE=E5=AD=97=E6=AE=B5=E7=9A=84=E5=90=AB=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../api-docs/user-data-service-thirdparty-poa.v1.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml b/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml index ad7bc42..a491e6f 100644 --- a/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml +++ b/poa-api-docs/api-docs/user-data-service-thirdparty-poa.v1.yaml @@ -339,7 +339,7 @@ components: title: 类型 type: string state: - title: 状态(0:正常,1:冻结,2:注销) + title: 状态(1:启用,0:禁用) type: integer format: int32 sort: @@ -381,7 +381,7 @@ components: title: 描述 type: string state: - title: 状态(0:正常,1:冻结,2:注销) + title: 状态(1:启用,0:禁用) type: integer format: int32 categoryCode: @@ -402,7 +402,7 @@ components: title: 描述 type: string state: - title: 状态(0:正常,1:冻结,2:注销) + title: 状态(1:启用,0:禁用) type: integer format: int32 categoryCode: -- 2.17.1