From 35fdad4e60dd7efab032ba581fd1d12c488370dd Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 03 十一月 2023 10:09:54 +0800 Subject: [PATCH] update --- docs/swagger.yaml | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index bd4e8f1..e027ea9 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -124,7 +124,7 @@ - network - db - serf - - nsq + - cloud - device - process_model - plc_config @@ -133,10 +133,10 @@ - plc_connect type: string x-enum-comments: + ProblemCodeCloud: 鏈繛鎺ヤ簯绔� ProblemCodeDB: 鏁版嵁搴撹繛鎺ラ敊璇� ProblemCodeDevice: 鏈粦瀹氳澶� ProblemCodeNetwork: 缃戠粶閿欒 - ProblemCodeNsq: 鏈繛鎺ユ秷鎭槦鍒� ProblemCodePlcAddressList: plc鍦板潃琛ㄧ己澶� ProblemCodePlcConfig: plc閰嶇疆缂哄け ProblemCodePlcConnect: plc杩炴帴澶辫触 @@ -149,7 +149,7 @@ - ProblemCodeNetwork - ProblemCodeDB - ProblemCodeSerf - - ProblemCodeNsq + - ProblemCodeCloud - ProblemCodeDevice - ProblemCodeProcessModel - ProblemCodePlcConfig @@ -453,6 +453,11 @@ type: string updatedAt: type: string + type: object + request.GetProductProgress: + properties: + channel: + type: integer type: object request.QueryType: enum: @@ -792,7 +797,7 @@ name: object required: true schema: - $ref: '#/definitions/request.SendProcessParams' + $ref: '#/definitions/request.GetProductProgress' produces: - application/json responses: -- Gitblit v1.8.0