zhangqian
2023-08-15 f5461743f6542e6b4a793117e05777769f9c3377
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: 验证码ID
      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"