From f5461743f6542e6b4a793117e05777769f9c3377 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 15 八月 2023 10:51:52 +0800 Subject: [PATCH] 新增任务开启通知接口,接收到通知或去查询工艺模型 --- docs/swagger.yaml | 25 ++++++++++++++----------- 1 files changed, 14 insertions(+), 11 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 4af7f96..6f04fa0 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -77,19 +77,22 @@ username: type: string type: object - request.Login: + request.TaskInfo: 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 type: object response.LoginResponse: @@ -104,7 +107,7 @@ info: contact: {} paths: - /api/base/login: + /v1/notice/task/start: post: parameters: - description: 鏌ヨ鍙傛暟 @@ -112,7 +115,7 @@ name: object required: true schema: - $ref: '#/definitions/request.Login' + $ref: '#/definitions/request.TaskInfo' produces: - application/json responses: @@ -125,7 +128,7 @@ data: $ref: '#/definitions/response.LoginResponse' type: object - summary: 鐢ㄦ埛鐧诲綍 + summary: 浠诲姟寮�鍚�氱煡 tags: - Base swagger: "2.0" -- Gitblit v1.8.0