zhangqian
2023-08-15 f5461743f6542e6b4a793117e05777769f9c3377
docs/swagger.json
@@ -4,7 +4,7 @@
        "contact": {}
    },
    "paths": {
        "/api/base/login": {
        "/v1/notice/task/start": {
            "post": {
                "produces": [
                    "application/json"
@@ -12,7 +12,7 @@
                "tags": [
                    "Base"
                ],
                "summary": "用户登录",
                "summary": "任务开启通知",
                "parameters": [
                    {
                        "description": "查询参数",
@@ -20,7 +20,7 @@
                        "in": "body",
                        "required": true,
                        "schema": {
                            "$ref": "#/definitions/request.Login"
                            "$ref": "#/definitions/request.TaskInfo"
                        }
                    }
                ],
@@ -161,23 +161,27 @@
                }
            }
        },
        "request.Login": {
        "request.TaskInfo": {
            "type": "object",
            "properties": {
                "captcha": {
                    "description": "验证码",
                "device": {
                    "description": "设备",
                    "type": "string"
                },
                "captchaId": {
                    "description": "验证码ID",
                "orderId": {
                    "description": "订单号",
                    "type": "string"
                },
                "password": {
                    "description": "密码",
                    "description": "产品",
                    "type": "string"
                },
                "username": {
                    "description": "用户名",
                "procedure": {
                    "description": "工序",
                    "type": "string"
                },
                "workOrder": {
                    "description": "工单",
                    "type": "string"
                }
            }