swagger.yaml 30.1 KB
Newer Older
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1
basePath: /
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
2
definitions:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
3 4 5 6 7 8
  api.AddMenuAuthorityInfo:
    properties:
      authorityId:
        type: string
      menus:
        items:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
9
          $ref: '#/definitions/sysModel.SysBaseMenu'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
10 11 12 13 14 15 16
        type: array
    type: object
  api.AuthorityIdInfo:
    properties:
      authorityId:
        type: string
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
17
  api.ChangePasswordStutrc:
18
    properties:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
19
      newPassword:
20
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
21
      password:
22
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
23
      username:
24 25
        type: string
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
26 27 28 29 30 31 32
  api.CreateApiParams:
    properties:
      description:
        type: string
      path:
        type: string
    type: object
33
  api.CreateAuthorityParams:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
34 35
    properties:
      authorityId:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
36
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
37 38 39
      authorityName:
        type: string
    type: object
40
  api.DeleteAuthorityPatams:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
41
    properties:
42
      authorityId:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
43
        type: integer
Mr.奇淼('s avatar
Mr.奇淼( 已提交
44
    type: object
45 46 47 48
  api.GetById:
    properties:
      id:
        type: number
Mr.奇淼('s avatar
Mr.奇淼( 已提交
49
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
50 51 52 53 54
  api.IdInfo:
    properties:
      id:
        type: number
    type: object
R
rainyan 已提交
55
  api.RegisterAndLoginStruct:
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
56
    properties:
57 58 59 60
      captcha:
        type: string
      captchaId:
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
61
      password:
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
62
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
63
      username:
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
64 65
        type: string
    type: object
66 67 68 69 70 71 72
  api.SetUserAuth:
    properties:
      authorityId:
        type: string
      uuid:
        type: string
    type: object
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
  config.CasbinConfig:
    properties:
      modelPath:
        description: casbin model地址配置
        type: string
    type: object
  config.Config:
    properties:
      casbinConfig:
        $ref: '#/definitions/config.CasbinConfig'
        type: object
      jwt:
        $ref: '#/definitions/config.JWT'
        type: object
      mysqlAdmin:
        $ref: '#/definitions/config.MysqlAdmin'
        type: object
      qiniu:
        $ref: '#/definitions/config.Qiniu'
        type: object
      redisAdmin:
        $ref: '#/definitions/config.RedisAdmin'
        type: object
      system:
        $ref: '#/definitions/config.System'
        type: object
    type: object
  config.JWT:
    properties:
      signingKey:
        type: string
    type: object
  config.MysqlAdmin:
    properties:
      config:
        type: string
      dbname:
        type: string
      password:
        type: string
      path:
        type: string
      username:
        type: string
    type: object
  config.Qiniu:
    properties:
      accessKey:
        type: string
      secretKey:
        type: string
    type: object
  config.RedisAdmin:
    properties:
      addr:
        type: string
      db:
        type: integer
      password:
        type: string
    type: object
  config.System:
    properties:
      addr:
        type: integer
      env:
        type: string
      useMultipoint:
        type: boolean
    type: object
  dbModel.ExaCustomer:
    properties:
      customerName:
        type: string
      customerPhoneData:
        type: string
      sysUser:
        $ref: '#/definitions/sysModel.SysUser'
        type: object
      sysUserAuthorityID:
        type: string
      sysUserId:
        type: integer
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
157 158 159 160 161 162 163 164 165 166 167
  dbModel.ExaFileUploadAndDownload:
    properties:
      key:
        type: string
      name:
        type: string
      tag:
        type: string
      url:
        type: string
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
168
  model.PageInfo:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
169 170 171 172 173 174
    properties:
      page:
        type: integer
      pageSize:
        type: integer
    type: object
175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190
  sysModel.CasbinInReceive:
    properties:
      authorityId:
        type: string
      casbinInfos:
        items:
          $ref: '#/definitions/sysModel.CasbinInfo'
        type: array
    type: object
  sysModel.CasbinInfo:
    properties:
      method:
        type: string
      path:
        type: string
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
191
  sysModel.SysApi:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
192 193 194
    properties:
      description:
        type: string
195 196
      group:
        type: string
197 198
      method:
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
199 200 201
      path:
        type: string
    type: object
202 203 204 205 206 207
  sysModel.SysAuthority:
    properties:
      authorityId:
        type: string
      authorityName:
        type: string
208 209 210 211 212 213 214 215 216 217
      children:
        items:
          $ref: '#/definitions/sysModel.SysAuthority'
        type: array
      dataAuthorityId:
        items:
          $ref: '#/definitions/sysModel.SysAuthority'
        type: array
      parentId:
        type: string
218
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
219
  sysModel.SysBaseMenu:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
220 221 222
    properties:
      children:
        items:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
223
          $ref: '#/definitions/sysModel.SysBaseMenu'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
        type: array
      component:
        type: string
      hidden:
        type: boolean
      icon:
        type: string
      name:
        type: string
      nickName:
        type: string
      parentId:
        type: string
      path:
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
239
      sort:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
240
        type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
241
      title:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
242 243
        type: string
    type: object
244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259
  sysModel.SysUser:
    properties:
      authority:
        $ref: '#/definitions/sysModel.SysAuthority'
        type: object
      authorityId:
        type: string
      headerImg:
        type: string
      nickName:
        type: string
      userName:
        type: string
      uuid:
        type: string
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
260
  sysModel.SysWorkflow:
261 262 263 264 265 266 267 268 269 270 271 272 273
    properties:
      workflowDescription:
        description: 工作流描述
        type: string
      workflowName:
        description: 工作流英文id
        type: string
      workflowNickName:
        description: 工作流名称
        type: string
      workflowStep:
        description: 工作流步骤
        items:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
274
          $ref: '#/definitions/sysModel.SysWorkflowStepInfo'
275 276
        type: array
    type: object
Mr.奇淼('s avatar
Mr.奇淼( 已提交
277
  sysModel.SysWorkflowStepInfo:
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293
    properties:
      isEnd:
        description: 是否是完结流节点
        type: boolean
      isStrat:
        description: 是否是开始流节点
        type: boolean
      stepAuthorityID:
        description: 操作者级别id
        type: string
      stepName:
        description: 工作流名称
        type: string
      stepNo:
        description: 步骤id (第几步)
        type: number
Mr.奇淼('s avatar
Mr.奇淼( 已提交
294 295
      workflowID:
        description: 所属工作流ID
Mr.奇淼('s avatar
Mr.奇淼( 已提交
296 297
        type: integer
    type: object
298 299 300 301 302 303
  sysModel.System:
    properties:
      config:
        $ref: '#/definitions/config.Config'
        type: object
    type: object
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
304 305
info:
  contact: {}
Mr.奇淼('s avatar
Mr.奇淼( 已提交
306
  description: This is a sample Server pets
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
307
  license: {}
Mr.奇淼('s avatar
Mr.奇淼( 已提交
308 309
  title: Swagger Example API
  version: 0.0.1
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
310
paths:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
311
  /api/createApi:
312
    post:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
313 314
      consumes:
      - application/json
315
      parameters:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
316
      - description: 创建api
317 318 319 320
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
321
          $ref: '#/definitions/api.CreateApiParams'
322 323 324 325 326
          type: object
      produces:
      - application/json
      responses:
        "200":
Mr.奇淼('s avatar
Mr.奇淼( 已提交
327
          description: '{"success":true,"data":{},"msg":"获取成功"}'
328 329
          schema:
            type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
330 331
      security:
      - ApiKeyAuth: []
Mr.奇淼('s avatar
Mr.奇淼( 已提交
332
      summary: 创建基础api
333
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
334
      - SysApi
Mr.奇淼('s avatar
Mr.奇淼( 已提交
335
  /api/deleteApi:
336
    post:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
337 338
      consumes:
      - application/json
339
      parameters:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
340 341 342 343 344
      - description: 删除api
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
345
          $ref: '#/definitions/sysModel.SysApi'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
346 347 348 349 350 351 352 353 354 355
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
Mr.奇淼('s avatar
Mr.奇淼( 已提交
356
      summary: 删除指定api
Mr.奇淼('s avatar
Mr.奇淼( 已提交
357
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
358
      - SysApi
359 360 361 362 363 364 365 366 367 368 369 370 371 372 373
  /api/getAllApis:
    post:
      consumes:
      - application/json
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取所有的Api 不分页
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
374
      - SysApi
375
  /api/getApiById:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
376 377 378 379 380 381 382 383 384
    post:
      consumes:
      - application/json
      parameters:
      - description: 分页获取用户列表
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
385
          $ref: '#/definitions/model.PageInfo'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
386 387 388 389 390 391 392 393 394 395
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
396
      summary: 根据id获取api
Mr.奇淼('s avatar
Mr.奇淼( 已提交
397
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
398
      - SysApi
399 400 401 402 403 404 405 406 407 408
  /api/getApiList:
    post:
      consumes:
      - application/json
      parameters:
      - description: 分页获取API列表
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
409
          $ref: '#/definitions/model.PageInfo'
410 411 412 413 414 415 416 417 418 419 420 421
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 分页获取API列表
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
422
      - SysApi
R
rainyan 已提交
423
  /api/updateApi:
424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
    post:
      consumes:
      - application/json
      parameters:
      - description: 创建api
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/api.CreateApiParams'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 创建基础api
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
446
      - SysApi
Mr.奇淼('s avatar
Mr.奇淼( 已提交
447 448 449 450 451 452 453 454 455 456
  /authority/createAuthority:
    post:
      consumes:
      - application/json
      parameters:
      - description: 创建角色
        in: body
        name: data
        required: true
        schema:
457
          $ref: '#/definitions/api.CreateAuthorityParams'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 创建角色
      tags:
      - authority
  /authority/deleteAuthority:
    post:
      consumes:
      - application/json
      parameters:
      - description: 删除角色
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/api.DeleteAuthorityPatams'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 删除角色
      tags:
      - authority
Mr.奇淼('s avatar
Mr.奇淼( 已提交
495 496 497 498 499 500 501 502 503 504
  /authority/getAuthorityList:
    post:
      consumes:
      - application/json
      parameters:
      - description: 分页获取用户列表
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
505
          $ref: '#/definitions/model.PageInfo'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
506 507 508 509 510 511 512 513 514 515 516 517 518
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 分页获取角色列表
      tags:
      - authority
519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542
  /authority/setDataAuthority:
    post:
      consumes:
      - application/json
      parameters:
      - description: 设置角色资源权限
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/sysModel.SysAuthority'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"设置成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 设置角色资源权限
      tags:
      - authority
543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574
  /base/captcha:
    post:
      consumes:
      - application/json
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 生成验证码
      tags:
      - base
  /base/captcha/:
    get:
      consumes:
      - application/json
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 生成验证码图片路径
      tags:
      - base
Mr.奇淼('s avatar
Mr.奇淼( 已提交
575 576 577 578
  /base/login:
    post:
      parameters:
      - description: 用户登录接口
579 580 581 582
        in: body
        name: data
        required: true
        schema:
R
rainyan 已提交
583
          $ref: '#/definitions/api.RegisterAndLoginStruct'
584 585 586 587 588
          type: object
      produces:
      - application/json
      responses:
        "200":
Mr.奇淼('s avatar
Mr.奇淼( 已提交
589
          description: '{"success":true,"data":{},"msg":"登陆成功"}'
590 591
          schema:
            type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
592
      summary: 用户登录
593
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
594
      - Base
595
  /base/register:
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
596 597
    post:
      parameters:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
598
      - description: 用户注册接口
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
599 600 601 602
        in: body
        name: data
        required: true
        schema:
603
          $ref: '#/definitions/sysModel.SysUser'
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
604 605
          type: object
      produces:
606
      - application/json
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
607 608
      responses:
        "200":
Mr.奇淼('s avatar
Mr.奇淼( 已提交
609
          description: '{"success":true,"data":{},"msg":"注册成功"}'
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
610 611
          schema:
            type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
612
      summary: 用户注册账号
Mr.奇淼('s avatar
Mr.奇淼( 已提交
613
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
614
      - Base
615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638
  /casbin/CasbinTest:
    get:
      consumes:
      - application/json
      parameters:
      - description: 获取权限列表
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/api.CreateAuthorityParams'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: casb RBAC RESTFUL测试路由
      tags:
      - casbin
R
rainyan 已提交
639
  /casbin/UpdateCasbin:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
640 641 642 643 644 645 646 647 648
    post:
      consumes:
      - application/json
      parameters:
      - description: 更改角色api权限
        in: body
        name: data
        required: true
        schema:
649
          $ref: '#/definitions/sysModel.CasbinInReceive'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 更改角色api权限
      tags:
      - casbin
  /casbin/getPolicyPathByAuthorityId:
    post:
      consumes:
      - application/json
      parameters:
      - description: 获取权限列表
        in: body
        name: data
        required: true
        schema:
673
          $ref: '#/definitions/api.CreateAuthorityParams'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
674 675 676 677 678 679 680 681 682 683 684 685 686
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取权限列表
      tags:
      - casbin
687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768
  /customer/createExaCustomer:
    post:
      consumes:
      - application/json
      parameters:
      - description: 创建客户
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/dbModel.ExaCustomer'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 创建客户
      tags:
      - SysApi
  /customer/deleteExaCustomer:
    post:
      consumes:
      - application/json
      parameters:
      - description: 删除客户
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/dbModel.ExaCustomer'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 删除客户
      tags:
      - SysApi
  /customer/getExaCustomer:
    post:
      consumes:
      - application/json
      parameters:
      - description: 获取单一客户信息
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/dbModel.ExaCustomer'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取单一客户信息
      tags:
      - SysApi
  /customer/getExaCustomerList:
    post:
      consumes:
      - application/json
      parameters:
      - description: 获取权限客户列表
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
769
          $ref: '#/definitions/model.PageInfo'
770 771 772 773 774 775 776 777 778 779 780 781 782
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取权限客户列表
      tags:
      - SysApi
R
rainyan 已提交
783
  /customer/updateExaCustomer:
784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828
    post:
      consumes:
      - application/json
      parameters:
      - description: 创建客户
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/dbModel.ExaCustomer'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 更新客户信息
      tags:
      - SysApi
  /fileUploadAndDownload/breakpointContinue:
    post:
      consumes:
      - multipart/form-data
      parameters:
      - description: 断点续传示例
        in: formData
        name: file
        required: true
        type: file
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"上传成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 断点续传到服务器
      tags:
      - ExaFileUploadAndDownload
Mr.奇淼('s avatar
Mr.奇淼( 已提交
829 830 831 832 833 834 835 836
  /fileUploadAndDownload/deleteFile:
    post:
      parameters:
      - description: 传入文件里面id即可
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
837
          $ref: '#/definitions/dbModel.ExaFileUploadAndDownload'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
838 839 840 841 842 843 844 845 846 847 848 849
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"返回成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 删除文件
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
850
      - ExaFileUploadAndDownload
851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872
  /fileUploadAndDownload/findFile:
    post:
      consumes:
      - multipart/form-data
      parameters:
      - description: 查找文件
        in: formData
        name: file
        required: true
        type: file
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"查找成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 查找文件
      tags:
      - ExaFileUploadAndDownload
873
  /fileUploadAndDownload/getFileList:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
874 875 876 877
    post:
      consumes:
      - application/json
      parameters:
878
      - description: 分页获取文件户列表
Mr.奇淼('s avatar
Mr.奇淼( 已提交
879 880 881 882
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
883
          $ref: '#/definitions/model.PageInfo'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
884 885 886 887 888 889 890 891 892 893
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
894 895
      summary: 分页文件列表
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
896
      - ExaFileUploadAndDownload
897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918
  /fileUploadAndDownload/removeChunk:
    post:
      consumes:
      - multipart/form-data
      parameters:
      - description: 查找文件
        in: formData
        name: file
        required: true
        type: file
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"查找成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 删除切片
      tags:
      - ExaFileUploadAndDownload
919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939
  /fileUploadAndDownload/upload:
    post:
      consumes:
      - multipart/form-data
      parameters:
      - description: 上传文件示例
        in: formData
        name: file
        required: true
        type: file
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"上传成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 上传文件示例
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
940
      - ExaFileUploadAndDownload
941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956
  /jwt/jsonInBlacklist:
    post:
      consumes:
      - application/json
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"拉黑成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: jwt加入黑名单
      tags:
      - jwt
957 958 959 960 961 962 963 964 965 966
  /menu/addBaseMenu:
    post:
      consumes:
      - application/json
      parameters:
      - description: 新增菜单
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
967
          $ref: '#/definitions/sysModel.SysBaseMenu'
968 969 970 971 972 973 974 975 976 977 978
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 新增菜单
Mr.奇淼('s avatar
Mr.奇淼( 已提交
979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025
      tags:
      - menu
  /menu/addMenuAuthority:
    post:
      consumes:
      - application/json
      parameters:
      - description: 增加menu和角色关联关系
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/api.AuthorityIdInfo'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取指定角色menu
      tags:
      - authorityAndMenu
  /menu/deleteBaseMenu:
    post:
      consumes:
      - application/json
      parameters:
      - description: 删除菜单
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/api.IdInfo'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050
      summary: 删除菜单
      tags:
      - menu
  /menu/getBaseMenuById:
    post:
      consumes:
      - application/json
      parameters:
      - description: 根据id获取菜单
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/api.GetById'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 根据id获取菜单
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060
      tags:
      - menu
  /menu/getBaseMenuTree:
    post:
      parameters:
      - description: 可以什么都不填
        in: body
        name: data
        required: true
        schema:
R
rainyan 已提交
1061
          $ref: '#/definitions/api.RegisterAndLoginStruct'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"返回成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取用户动态路由
      tags:
      - authorityAndMenu
  /menu/getMenu:
    post:
      parameters:
      - description: 可以什么都不填
        in: body
        name: data
        required: true
        schema:
R
rainyan 已提交
1083
          $ref: '#/definitions/api.RegisterAndLoginStruct'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"返回成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取用户动态路由
      tags:
      - authorityAndMenu
  /menu/getMenuList:
    post:
      consumes:
      - application/json
      parameters:
      - description: 分页获取基础menu列表
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1107
          $ref: '#/definitions/model.PageInfo'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 分页获取基础menu列表
      tags:
      - menu
R
rainyan 已提交
1121
  /menu/updateBaseMen:
1122 1123 1124 1125 1126 1127 1128 1129 1130
    post:
      consumes:
      - application/json
      parameters:
      - description: 更新菜单
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1131
          $ref: '#/definitions/sysModel.SysBaseMenu'
1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 更新菜单
      tags:
      - menu
1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202
  /system/ReloadSystem:
    post:
      parameters:
      - description: 设置配置文件内容
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/sysModel.System'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"返回成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 设置配置文件内容
      tags:
      - system
  /system/getSystemConfig:
    post:
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"返回成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 获取配置文件内容
      tags:
      - system
  /system/setSystemConfig:
    post:
      parameters:
      - description: 设置配置文件内容
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/sysModel.System'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"返回成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 设置配置文件内容
      tags:
      - system
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1203
  /user/changePassword:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1204 1205 1206 1207 1208 1209 1210
    post:
      parameters:
      - description: 用户修改密码
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1211
          $ref: '#/definitions/api.ChangePasswordStutrc'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"修改成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 用户修改密码
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1224
      - SysUser
1225
  /user/getUserList:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1226 1227 1228 1229 1230 1231 1232 1233 1234
    post:
      consumes:
      - application/json
      parameters:
      - description: 分页获取用户列表
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1235
          $ref: '#/definitions/model.PageInfo'
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"获取成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 分页获取用户列表
1247
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1248
      - SysUser
1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271
  /user/setUserAuthority:
    post:
      consumes:
      - application/json
      parameters:
      - description: 设置用户权限
        in: body
        name: data
        required: true
        schema:
          $ref: '#/definitions/api.SetUserAuth'
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"修改成功"}'
          schema:
            type: string
      security:
      - ApiKeyAuth: []
      summary: 设置用户权限
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1272
      - SysUser
1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284
  /user/uploadHeaderImg:
    post:
      consumes:
      - multipart/form-data
      parameters:
      - description: 用户上传头像
        in: formData
        name: headerImg
        required: true
        type: file
      - description: 用户上传头像
        in: formData
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1285
        name: username
1286 1287 1288 1289 1290 1291 1292 1293 1294
        required: true
        type: string
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"上传成功"}'
          schema:
            type: string
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1295 1296
      security:
      - ApiKeyAuth: []
1297 1298
      summary: 用户上传头像
      tags:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1299
      - SysUser
1300 1301 1302 1303 1304 1305 1306 1307
  /workflow/createWorkFlow:
    post:
      parameters:
      - description: 注册工作流接口
        in: body
        name: data
        required: true
        schema:
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1308
          $ref: '#/definitions/sysModel.SysWorkflow'
1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319
          type: object
      produces:
      - application/json
      responses:
        "200":
          description: '{"success":true,"data":{},"msg":"注册成功"}'
          schema:
            type: string
      summary: 注册工作流
      tags:
      - workflow
Mr.奇淼('s avatar
Mr.奇淼( 已提交
1320 1321 1322 1323 1324
securityDefinitions:
  ApiKeyAuth:
    in: header
    name: x-token
    type: apiKey
Mr.奇淼('s avatar
swagger  
Mr.奇淼( 已提交
1325
swagger: "2.0"