From e67802cd15e273da46bfb734e339a947b7d1eceb Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 15 九月 2023 16:01:04 +0800 Subject: [PATCH] debug --- docs/docs.go | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index dc275bb..2f9b1f7 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -439,7 +439,7 @@ } } }, - "/v1/task/sendProcessParams/{id}": { + "/v1/task/sendProcessParams": { "post": { "produces": [ "application/json" @@ -612,11 +612,15 @@ "type": "string", "enum": [ "modbusTCP", - "serial" + "serial", + "缃戠粶", + "涓插彛" ], "x-enum-varnames": [ "PlcMethodModbusTCP", - "PlcMethodSerial" + "PlcMethodSerial", + "PlcMethodModbusTCPChinese", + "PlcMethodSerialChinese" ] }, "constvar.PlcStartAddressType": { -- Gitblit v1.8.0