From f5461743f6542e6b4a793117e05777769f9c3377 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 15 八月 2023 10:51:52 +0800 Subject: [PATCH] 新增任务开启通知接口,接收到通知或去查询工艺模型 --- docs/docs.go | 26 +++++++++++++++----------- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 833b4e0..40f438e 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -16,7 +16,7 @@ "host": "{{.Host}}", "basePath": "{{.BasePath}}", "paths": { - "/api/base/login": { + "/v1/notice/task/start": { "post": { "produces": [ "application/json" @@ -24,7 +24,7 @@ "tags": [ "Base" ], - "summary": "鐢ㄦ埛鐧诲綍", + "summary": "浠诲姟寮�鍚�氱煡", "parameters": [ { "description": "鏌ヨ鍙傛暟", @@ -32,7 +32,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/request.Login" + "$ref": "#/definitions/request.TaskInfo" } } ], @@ -173,23 +173,27 @@ } } }, - "request.Login": { + "request.TaskInfo": { "type": "object", "properties": { - "captcha": { - "description": "楠岃瘉鐮�", + "device": { + "description": "璁惧", "type": "string" }, - "captchaId": { - "description": "楠岃瘉鐮両D", + "orderId": { + "description": "璁㈠崟鍙�", "type": "string" }, "password": { - "description": "瀵嗙爜", + "description": "浜у搧", "type": "string" }, - "username": { - "description": "鐢ㄦ埛鍚�", + "procedure": { + "description": "宸ュ簭", + "type": "string" + }, + "workOrder": { + "description": "宸ュ崟", "type": "string" } } -- Gitblit v1.8.0