From 5f0170df9787c6f3ff17cc168b3f2e3f511453f6 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 31 十月 2023 20:04:16 +0800
Subject: [PATCH] 支持职级降级的情况
---
docs/swagger.yaml | 598 ++++++++++++++++++++++-------------------------------------
1 files changed, 220 insertions(+), 378 deletions(-)
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index ad410bd..a27c9b3 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -738,6 +738,8 @@
type: integer
codeStandID:
type: string
+ contractName:
+ type: string
created_at:
description: |-
The date when the item was created
@@ -760,6 +762,8 @@
$ref: '#/definitions/model.Quotation'
quotationId:
type: integer
+ sendTime:
+ type: string
serviceContractStatus:
$ref: '#/definitions/model.ServiceContractStatus'
statusId:
@@ -893,6 +897,8 @@
clientId:
description: 瀹㈡埛id
type: integer
+ codeStandID:
+ type: string
courierCompany:
$ref: '#/definitions/model.CourierCompany'
courierCompanyId:
@@ -919,6 +925,8 @@
invoiceTypeId:
description: 鍙戠エ绫诲瀷id
type: integer
+ number:
+ type: string
principalId:
description: 閿�鍞礋璐d汉id
type: integer
@@ -1149,6 +1157,8 @@
$ref: '#/definitions/model.QuotationStatus'
quotation_status_id:
type: integer
+ quotationName:
+ type: string
sale_chance:
$ref: '#/definitions/model.SaleChance'
sale_chance_id:
@@ -1223,6 +1233,13 @@
type: string
type: object
model.RefundMethod:
+ properties:
+ id:
+ type: integer
+ name:
+ type: string
+ type: object
+ model.RefundType:
properties:
id:
type: integer
@@ -1328,6 +1345,10 @@
$ref: '#/definitions/model.Possibility'
process:
type: string
+ products:
+ items:
+ $ref: '#/definitions/model.Product'
+ type: array
projected_amount:
type: number
province:
@@ -1358,6 +1379,10 @@
type: integer
solutions:
type: string
+ status:
+ allOf:
+ - $ref: '#/definitions/model.Status'
+ description: 鐘舵��
status_id:
type: integer
threats:
@@ -1416,6 +1441,8 @@
type: integer
creatorName:
type: string
+ deliverType:
+ type: integer
deliveryDate:
type: string
id:
@@ -1436,6 +1463,10 @@
items:
$ref: '#/definitions/model.Product'
type: array
+ quotation:
+ $ref: '#/definitions/model.Quotation'
+ quotationId:
+ type: integer
remark:
type: string
saleChance:
@@ -1508,8 +1539,10 @@
type: object
model.SalesRefund:
properties:
- Source:
- $ref: '#/definitions/model.SalesReturn'
+ RefundType:
+ allOf:
+ - $ref: '#/definitions/model.RefundType'
+ description: 閫�娆炬柟寮�
amountTotal:
description: 浠风◣鍚堣
type: number
@@ -1551,6 +1584,11 @@
type: string
refundDate:
type: string
+ refundTypeId:
+ description: 閫�娆炬柟寮廔D
+ type: integer
+ salesReturn:
+ $ref: '#/definitions/model.SalesReturn'
sourceId:
description: 婧愬崟id
type: integer
@@ -1968,6 +2006,9 @@
type: integer
severity:
$ref: '#/definitions/model.Severity'
+ severityId:
+ description: 涓ラ噸绋嬪害id
+ type: integer
solution:
description: 瑙e喅鏂规硶
type: string
@@ -2190,8 +2231,6 @@
client_type_id:
description: 瀹㈡埛绫诲瀷ID
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -2297,11 +2336,6 @@
client_id:
description: 鎵�灞炲叕鍙窱D
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
- codeStandID:
- description: 缂栫爜id
- type: string
country_id:
description: 鍥藉ID
type: integer
@@ -2343,10 +2377,11 @@
properties:
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
+ type: string
+ contractName:
+ description: 鍚堝悓鍚嶇О
type: string
file:
type: string
@@ -2356,6 +2391,9 @@
type: string
quotation_id:
type: integer
+ sendTime:
+ description: 鍙戣揣鏃堕棿
+ type: string
status_id:
type: integer
type: object
@@ -2446,6 +2484,8 @@
clientId:
description: 瀹㈡埛id
type: integer
+ codeStandID:
+ type: string
courierCompanyId:
description: 鐗╂祦鍏徃
type: integer
@@ -2464,6 +2504,9 @@
invoiceTypeId:
description: 鍙戠エ绫诲瀷id
type: integer
+ number:
+ description: 鍙戠エ缂栧彿
+ type: string
principalId:
description: 閿�鍞礋璐d汉id
type: integer
@@ -2518,8 +2561,6 @@
properties:
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -2598,8 +2639,6 @@
properties:
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -2619,6 +2658,9 @@
type: array
quotation_status_id:
type: integer
+ quotationName:
+ description: 鎶ヤ环鍗曞悕绉�
+ type: string
sale_chance_id:
type: integer
validity_date:
@@ -2697,6 +2739,13 @@
required:
- name
type: object
+ request.AddRefundType:
+ properties:
+ id:
+ type: integer
+ name:
+ type: string
+ type: object
request.AddRegion:
properties:
name:
@@ -2743,8 +2792,6 @@
type: integer
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -2780,6 +2827,10 @@
type: integer
process:
type: string
+ products:
+ items:
+ $ref: '#/definitions/model.Product'
+ type: array
projected_amount:
type: number
province_id:
@@ -2827,13 +2878,14 @@
type: string
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
conditions:
type: string
+ deliverType:
+ description: 浜や粯绫诲瀷:1.涓�娆″彂璐�,2.澶氭鍙戣揣
+ type: integer
deliveryDate:
type: string
logisticCompany:
@@ -2852,6 +2904,8 @@
items:
$ref: '#/definitions/model.Product'
type: array
+ quotationId:
+ type: integer
remark:
type: string
saleChanceId:
@@ -2867,8 +2921,6 @@
properties:
city_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -2950,8 +3002,6 @@
properties:
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -3027,8 +3077,6 @@
client_type_id:
description: 瀹㈡埛绫诲瀷ID
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -3097,8 +3145,6 @@
properties:
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -3144,8 +3190,6 @@
clientId:
description: 瀹㈡埛id
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -3200,7 +3244,7 @@
serviceTypeId:
description: 鏈嶅姟鏂瑰紡id
type: integer
- severity:
+ severityId:
description: 涓ラ噸绋嬪害id
type: integer
solution:
@@ -3255,8 +3299,6 @@
properties:
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -3333,36 +3375,6 @@
description: 璺緞
type: string
type: object
- request.ChangePasswordReq:
- properties:
- newPassword:
- description: 鏂板瘑鐮�
- type: string
- password:
- description: 瀵嗙爜
- type: string
- type: object
- request.ChangeUserInfo:
- properties:
- email:
- description: 鐢ㄦ埛閭
- type: string
- headerImg:
- description: 鐢ㄦ埛澶村儚
- type: string
- id:
- description: 鐢ㄦ埛ID
- type: string
- nickName:
- description: 鐢ㄦ埛鏄电О
- type: string
- phone:
- description: 鐢ㄦ埛鎵嬫満鍙�
- type: string
- pos:
- description: 鐢ㄦ埛宀椾綅
- type: string
- type: object
request.CheckClientName:
properties:
name:
@@ -3389,11 +3401,6 @@
client_id:
description: 鎵�灞炲叕鍙窱D
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
- codeStandID:
- description: 缂栫爜id
- type: string
country_id:
description: 鍥藉ID
type: integer
@@ -3521,12 +3528,6 @@
type: integer
type: array
type: object
- request.DeleteUserReq:
- properties:
- userId:
- description: 鐢ㄦ埛ID
- type: string
- type: object
request.DownloadFile:
properties:
id:
@@ -3553,8 +3554,6 @@
type: integer
client_status_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
type: string
contact_id:
@@ -3601,6 +3600,9 @@
type: object
request.GetContactList:
properties:
+ clientId:
+ description: 瀹㈡埛id
+ type: integer
page:
description: 椤电爜
type: integer
@@ -3745,10 +3747,16 @@
type: object
request.GetSalesDetailsList:
properties:
+ clientId:
+ description: 瀹㈡埛id
+ type: integer
keyword:
type: string
keywordType:
$ref: '#/definitions/constvar.SalesDetailsKeywordType'
+ number:
+ description: 閿�鍞瓙鍗曞彿
+ type: string
page:
description: 椤电爜
type: integer
@@ -3791,6 +3799,9 @@
type: object
request.GetSalesReturnList:
properties:
+ clientId:
+ description: 瀹㈡埛id
+ type: integer
keyword:
type: string
keywordType:
@@ -3911,33 +3922,6 @@
"master_order_id": "閿�鍞�诲崟id"}'
type: object
type: object
- request.GetUserList:
- properties:
- keyword:
- description: 妯$硦鏌ヨ鍏抽敭瀛�
- type: string
- page:
- description: 椤电爜
- type: integer
- pageSize:
- description: 姣忛〉澶у皬
- type: integer
- type: object
- request.Login:
- properties:
- captcha:
- description: 楠岃瘉鐮�
- type: string
- captchaId:
- description: 楠岃瘉鐮両D
- type: string
- password:
- description: 瀵嗙爜
- type: string
- username:
- description: 鐢ㄦ埛鍚�
- type: string
- type: object
request.Plan:
properties:
clientId:
@@ -3980,37 +3964,6 @@
- $ref: '#/definitions/constvar.SalesStatus'
description: '鍟嗘満鐘舵��: 1: 璺熻繘涓�; -1:澶辫触'
type: object
- request.Register:
- properties:
- authorityId:
- description: 鐢ㄦ埛瑙掕壊ID
- type: integer
- departmentId:
- type: integer
- email:
- type: string
- headerImg:
- type: string
- id:
- type: string
- nickName:
- type: string
- password:
- type: string
- phone:
- type: string
- pos:
- type: string
- rePassword:
- description: 纭瀵嗙爜
- type: string
- realName:
- type: string
- userType:
- $ref: '#/definitions/constvar.UserType'
- username:
- type: string
- type: object
request.SalesDetails:
properties:
address:
@@ -4019,13 +3972,14 @@
type: string
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
conditions:
type: string
+ deliverType:
+ description: 浜や粯绫诲瀷:1.涓�娆″彂璐�,2.澶氭鍙戣揣
+ type: integer
deliveryDate:
type: string
logisticCompany:
@@ -4044,6 +3998,8 @@
items:
$ref: '#/definitions/model.Product'
type: array
+ quotationId:
+ type: integer
remark:
type: string
saleChanceId:
@@ -4062,8 +4018,6 @@
type: integer
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -4099,8 +4053,6 @@
properties:
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -4236,8 +4188,6 @@
client_type_id:
description: 瀹㈡埛绫诲瀷ID
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -4397,11 +4347,6 @@
client_id:
description: 鎵�灞炲叕鍙窱D
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
- codeStandID:
- description: 缂栫爜id
- type: string
country_id:
description: 鍥藉ID
type: integer
@@ -4445,10 +4390,11 @@
properties:
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
+ type: string
+ contractName:
+ description: 鍚堝悓鍚嶇О
type: string
file:
type: string
@@ -4460,6 +4406,9 @@
type: string
quotation_id:
type: integer
+ sendTime:
+ description: 鍙戣揣鏃堕棿
+ type: string
status_id:
type: integer
type: object
@@ -4613,6 +4562,8 @@
clientId:
description: 瀹㈡埛id
type: integer
+ codeStandID:
+ type: string
courierCompanyId:
description: 鐗╂祦鍏徃
type: integer
@@ -4633,6 +4584,9 @@
invoiceTypeId:
description: 鍙戠エ绫诲瀷id
type: integer
+ number:
+ description: 鍙戠エ缂栧彿
+ type: string
principalId:
description: 閿�鍞礋璐d汉id
type: integer
@@ -4712,8 +4666,6 @@
properties:
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -4833,8 +4785,6 @@
properties:
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -4856,6 +4806,9 @@
type: array
quotation_status_id:
type: integer
+ quotationName:
+ description: 鎶ヤ环鍗曞悕绉�
+ type: string
sale_chance_id:
type: integer
validity_date:
@@ -4957,6 +4910,13 @@
type: array
required:
- refund_method
+ type: object
+ request.UpdateRefundType:
+ properties:
+ id:
+ type: integer
+ name:
+ type: string
type: object
request.UpdateRegion:
properties:
@@ -5061,8 +5021,6 @@
type: integer
client_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -5100,6 +5058,10 @@
type: integer
process:
type: string
+ products:
+ items:
+ $ref: '#/definitions/model.Product'
+ type: array
projected_amount:
type: number
province_id:
@@ -5176,8 +5138,6 @@
properties:
city_id:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -5346,8 +5306,6 @@
properties:
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -5437,8 +5395,6 @@
client_type_id:
description: 瀹㈡埛绫诲瀷ID
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -5507,8 +5463,6 @@
properties:
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -5556,8 +5510,6 @@
clientId:
description: 瀹㈡埛id
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -5614,7 +5566,7 @@
serviceTypeId:
description: 鏈嶅姟鏂瑰紡id
type: integer
- severity:
+ severityId:
description: 涓ラ噸绋嬪害id
type: integer
solution:
@@ -5693,8 +5645,6 @@
properties:
clientId:
type: integer
- codeRule:
- $ref: '#/definitions/code.CodeStandard'
codeStandID:
description: 缂栫爜id
type: string
@@ -6124,16 +6074,6 @@
$ref: '#/definitions/model.OrderType'
type: array
type: object
- response.PageResult:
- properties:
- list: {}
- page:
- type: integer
- pageSize:
- type: integer
- total:
- type: integer
- type: object
response.PlanResponse:
properties:
count:
@@ -6344,11 +6284,6 @@
items:
$ref: '#/definitions/model.TimelyRate'
type: array
- type: object
- response.UserResponse:
- properties:
- user:
- $ref: '#/definitions/model.User'
type: object
info:
contact: {}
@@ -6592,47 +6527,6 @@
summary: 鏇存柊閾惰璐︽埛
tags:
- 閾惰璐︽埛绠$悊
- /api/base/captcha:
- post:
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- allOf:
- - $ref: '#/definitions/contextx.Response'
- - properties:
- data:
- $ref: '#/definitions/response.LoginResponse'
- type: object
- summary: 鑾峰彇楠岃瘉鐮�
- tags:
- - Base
- /api/base/login:
- post:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/request.Login'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- allOf:
- - $ref: '#/definitions/contextx.Response'
- - properties:
- data:
- $ref: '#/definitions/response.LoginResponse'
- type: object
- summary: 鐢ㄦ埛鐧诲綍
- tags:
- - Base
/api/city/add:
post:
parameters:
@@ -7122,6 +7016,25 @@
summary: 鏇存柊瀹㈡埛绫诲瀷
tags:
- ClientType
+ /api/code/getAutoCode:
+ post:
+ parameters:
+ - description: 鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/code.CodeStandard'
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: OK
+ schema:
+ $ref: '#/definitions/response.ListResponse'
+ summary: 鑾峰彇鑷姩缂栫爜
+ tags:
+ - 缂栫爜
/api/code/getCodeList:
get:
parameters:
@@ -9888,6 +9801,90 @@
summary: 鏇存柊閫�娆炬柟寮�
tags:
- RefundMethod
+ /api/refundType/add:
+ post:
+ parameters:
+ - description: 鏌ヨ鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.AddRefundType'
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: OK
+ schema:
+ $ref: '#/definitions/contextx.Response'
+ summary: 娣诲姞閫�娆炬柟寮�
+ tags:
+ - 閫�娆炬柟寮忕鐞�
+ /api/refundType/delete/{id}:
+ delete:
+ parameters:
+ - description: 鏌ヨ鍙傛暟
+ in: path
+ name: id
+ required: true
+ type: integer
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: OK
+ schema:
+ $ref: '#/definitions/contextx.Response'
+ summary: 鍒犻櫎閫�娆炬柟寮�
+ tags:
+ - 閫�娆炬柟寮忕鐞�
+ /api/refundType/list:
+ get:
+ parameters:
+ - description: 椤电爜
+ in: query
+ name: page
+ type: integer
+ - description: 姣忛〉澶у皬
+ in: query
+ name: pageSize
+ type: integer
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: OK
+ schema:
+ allOf:
+ - $ref: '#/definitions/response.ListResponse'
+ - properties:
+ data:
+ items:
+ $ref: '#/definitions/model.RefundType'
+ type: array
+ type: object
+ summary: 鑾峰彇閫�娆炬柟寮忓垪琛�
+ tags:
+ - 閫�娆炬柟寮忕鐞�
+ /api/refundType/update:
+ put:
+ parameters:
+ - description: 鏌ヨ鍙傛暟
+ in: body
+ name: object
+ required: true
+ schema:
+ $ref: '#/definitions/request.UpdateRefundType'
+ produces:
+ - application/json
+ responses:
+ "200":
+ description: OK
+ schema:
+ $ref: '#/definitions/contextx.Response'
+ summary: 鏇存柊閫�娆炬柟寮�
+ tags:
+ - 閫�娆炬柟寮忕鐞�
/api/region/add:
post:
parameters:
@@ -12361,161 +12358,6 @@
summary: 鏇存柊閿�鍞樁娈�
tags:
- TimelyRate
- /api/user/changePassword:
- post:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/request.ChangePasswordReq'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- $ref: '#/definitions/contextx.Response'
- summary: 鐢ㄦ埛淇敼瀵嗙爜
- tags:
- - User
- /api/user/deleteUser:
- delete:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/request.DeleteUserReq'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- $ref: '#/definitions/contextx.Response'
- summary: 鍒犻櫎鐢ㄦ埛
- tags:
- - User
- /api/user/getUserInfo:
- post:
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- $ref: '#/definitions/contextx.Response'
- summary: 鑾峰彇鑷韩淇℃伅
- tags:
- - User
- /api/user/getUserList:
- post:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/request.GetUserList'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- allOf:
- - $ref: '#/definitions/contextx.Response'
- - properties:
- data:
- $ref: '#/definitions/response.PageResult'
- type: object
- summary: 鍒嗛〉鑾峰彇鐢ㄦ埛鍒楄〃(涓嶄紶鍒嗛〉鍙傛暟锛岃幏鍙栧叏閮�)
- tags:
- - User
- /api/user/register:
- post:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/request.Register'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- allOf:
- - $ref: '#/definitions/contextx.Response'
- - properties:
- data:
- $ref: '#/definitions/response.UserResponse'
- type: object
- summary: 娉ㄥ唽璐﹀彿
- tags:
- - User
- /api/user/resetPassword:
- post:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/model.User'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- $ref: '#/definitions/contextx.Response'
- summary: 閲嶇疆鐢ㄦ埛瀵嗙爜
- tags:
- - User
- /api/user/setSelfInfo:
- post:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/request.ChangeUserInfo'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- $ref: '#/definitions/contextx.Response'
- summary: 璁剧疆鐢ㄦ埛淇℃伅
- tags:
- - User
- /api/user/setUserInfo:
- post:
- parameters:
- - description: 鏌ヨ鍙傛暟
- in: body
- name: object
- required: true
- schema:
- $ref: '#/definitions/request.ChangeUserInfo'
- produces:
- - application/json
- responses:
- "200":
- description: 鎴愬姛
- schema:
- $ref: '#/definitions/contextx.Response'
- summary: 璁剧疆鐢ㄦ埛淇℃伅
- tags:
- - User
/api/vetting/add:
post:
parameters:
--
Gitblit v1.8.0