From ad36440e187ed56da78f2085ba87e5e5a9bb9971 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期四, 24 八月 2023 17:54:24 +0800 Subject: [PATCH] add --- docs/swagger.yaml | 645 +++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 461 insertions(+), 184 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 4f1a697..2b2722c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -188,19 +188,16 @@ description: 鏁版嵁搴撳瘑鐮� type: string path: - description: 鏈嶅姟鍣ㄥ湴鍧�:绔彛 type: string port: - description: :绔彛 type: string prefix: - description: 鍏ㄥ眬琛ㄥ墠缂�锛屽崟鐙畾涔塗ableName鍒欎笉鐢熸晥 type: string singular: description: 鏄惁寮�鍚叏灞�绂佺敤澶嶆暟锛宼rue琛ㄧず寮�鍚� type: boolean username: - description: 鏁版嵁搴撶敤鎴峰悕 + description: 鏁版嵁搴撳瘑鐮� type: string type: object config.Mysql: @@ -231,19 +228,16 @@ description: 鏁版嵁搴撳瘑鐮� type: string path: - description: 鏈嶅姟鍣ㄥ湴鍧�:绔彛 type: string port: - description: :绔彛 type: string prefix: - description: 鍏ㄥ眬琛ㄥ墠缂�锛屽崟鐙畾涔塗ableName鍒欎笉鐢熸晥 type: string singular: description: 鏄惁寮�鍚叏灞�绂佺敤澶嶆暟锛宼rue琛ㄧず寮�鍚� type: boolean username: - description: 鏁版嵁搴撶敤鎴峰悕 + description: 鏁版嵁搴撳瘑鐮� type: string type: object config.Oracle: @@ -274,19 +268,16 @@ description: 鏁版嵁搴撳瘑鐮� type: string path: - description: 鏈嶅姟鍣ㄥ湴鍧�:绔彛 type: string port: - description: :绔彛 type: string prefix: - description: 鍏ㄥ眬琛ㄥ墠缂�锛屽崟鐙畾涔塗ableName鍒欎笉鐢熸晥 type: string singular: description: 鏄惁寮�鍚叏灞�绂佺敤澶嶆暟锛宼rue琛ㄧず寮�鍚� type: boolean username: - description: 鏁版嵁搴撶敤鎴峰悕 + description: 鏁版嵁搴撳瘑鐮� type: string type: object config.Pgsql: @@ -317,19 +308,16 @@ description: 鏁版嵁搴撳瘑鐮� type: string path: - description: 鏈嶅姟鍣ㄥ湴鍧�:绔彛 type: string port: - description: :绔彛 type: string prefix: - description: 鍏ㄥ眬琛ㄥ墠缂�锛屽崟鐙畾涔塗ableName鍒欎笉鐢熸晥 type: string singular: description: 鏄惁寮�鍚叏灞�绂佺敤澶嶆暟锛宼rue琛ㄧず寮�鍚� type: boolean username: - description: 鏁版嵁搴撶敤鎴峰悕 + description: 鏁版嵁搴撳瘑鐮� type: string type: object config.Qiniu: @@ -414,6 +402,8 @@ $ref: '#/definitions/config.Qiniu' redis: $ref: '#/definitions/config.Redis' + sqlite: + $ref: '#/definitions/config.Sqlite' system: $ref: '#/definitions/config.System' tencent-cos: @@ -455,13 +445,10 @@ description: 鏁版嵁搴撳瘑鐮� type: string path: - description: 鏈嶅姟鍣ㄥ湴鍧�:绔彛 type: string port: - description: :绔彛 type: string prefix: - description: 鍏ㄥ眬琛ㄥ墠缂�锛屽崟鐙畾涔塗ableName鍒欎笉鐢熸晥 type: string singular: description: 鏄惁寮�鍚叏灞�绂佺敤澶嶆暟锛宼rue琛ㄧず寮�鍚� @@ -469,7 +456,47 @@ type: type: string username: - description: 鏁版嵁搴撶敤鎴峰悕 + description: 鏁版嵁搴撳瘑鐮� + type: string + type: object + config.Sqlite: + properties: + config: + description: 楂樼骇閰嶇疆 + type: string + db-name: + description: 鏁版嵁搴撳悕 + type: string + engine: + default: InnoDB + description: 鏁版嵁搴撳紩鎿庯紝榛樿InnoDB + type: string + log-mode: + description: 鏄惁寮�鍚疓orm鍏ㄥ眬鏃ュ織 + type: string + log-zap: + description: 鏄惁閫氳繃zap鍐欏叆鏃ュ織鏂囦欢 + type: boolean + max-idle-conns: + description: 绌洪棽涓殑鏈�澶ц繛鎺ユ暟 + type: integer + max-open-conns: + description: 鎵撳紑鍒版暟鎹簱鐨勬渶澶ц繛鎺ユ暟 + type: integer + password: + description: 鏁版嵁搴撳瘑鐮� + type: string + path: + type: string + port: + type: string + prefix: + type: string + singular: + description: 鏄惁寮�鍚叏灞�绂佺敤澶嶆暟锛宼rue琛ㄧず寮�鍚� + type: boolean + username: + description: 鏁版嵁搴撳瘑鐮� type: string type: object config.System: @@ -562,9 +589,6 @@ type: object example.ExaCustomer: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string customerName: description: 瀹㈡埛鍚� type: string @@ -584,17 +608,11 @@ sysUserId: description: 绠$悊ID type: integer - updatedAt: - description: 鏇存柊鏃堕棿 - type: string type: object example.ExaFile: properties: chunkTotal: type: integer - createdAt: - description: 鍒涘缓鏃堕棿 - type: string exaFileChunk: items: $ref: '#/definitions/example.ExaFileChunk' @@ -610,15 +628,9 @@ type: integer isFinish: type: boolean - updatedAt: - description: 鏇存柊鏃堕棿 - type: string type: object example.ExaFileChunk: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string exaFileID: type: integer fileChunkNumber: @@ -628,15 +640,9 @@ id: description: 涓婚敭ID type: integer - updatedAt: - description: 鏇存柊鏃堕棿 - type: string type: object example.ExaFileUploadAndDownload: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string id: description: 涓婚敭ID type: integer @@ -649,9 +655,6 @@ tag: description: 鏂囦欢鏍囩 type: string - updatedAt: - description: 鏇存柊鏃堕棿 - type: string url: description: 鏂囦欢鍦板潃 type: string @@ -659,25 +662,25 @@ github_com_flipped-aurora_gin-vue-admin_server_config.Email: properties: from: - description: 鏀朵欢浜� + description: 鍙戜欢浜� 浣犺嚜宸辫鍙戦偖浠剁殑閭 type: string host: - description: 鏈嶅姟鍣ㄥ湴鍧� + description: 鏈嶅姟鍣ㄥ湴鍧� 渚嬪 smtp.qq.com 璇峰墠寰�QQ鎴栬�呬綘瑕佸彂閭欢鐨勯偖绠辨煡鐪嬪叾smtp鍗忚 type: string is-ssl: - description: 鏄惁SSL + description: 鏄惁SSL 鏄惁寮�鍚疭SL type: boolean nickname: - description: 鏄电О + description: 鏄电О 鍙戜欢浜烘樀绉� 閫氬父涓鸿嚜宸辩殑閭 type: string port: - description: 绔彛 + description: 绔彛 璇峰墠寰�QQ鎴栬�呬綘瑕佸彂閭欢鐨勯偖绠辨煡鐪嬪叾smtp鍗忚 澶у涓� 465 type: integer secret: - description: 瀵嗛挜 + description: 瀵嗛挜 鐢ㄤ簬鐧诲綍鐨勫瘑閽� 鏈�濂戒笉瑕佺敤閭瀵嗙爜 鍘婚偖绠眘mtp鐢宠涓�涓敤浜庣櫥褰曠殑瀵嗛挜 type: string to: - description: 鏀朵欢浜�:澶氫釜浠ヨ嫳鏂囬�楀彿鍒嗛殧 + description: 鏀朵欢浜�:澶氫釜浠ヨ嫳鏂囬�楀彿鍒嗛殧 渚嬶細a@qq.com b@qq.com 姝e紡寮�鍙戜腑璇锋妸姝ら」鐩綔涓哄弬鏁颁娇鐢� type: string type: object request.AddMenuAuthorityInfo: @@ -744,6 +747,9 @@ dbName: description: 鏁版嵁搴撳悕 type: string + dbPath: + description: sqlite鏁版嵁搴撴枃浠惰矾寰� + type: string dbType: description: 鏁版嵁搴撶被鍨� type: string @@ -761,7 +767,6 @@ type: string required: - dbName - - userName type: object request.Login: properties: @@ -834,9 +839,6 @@ apiGroup: description: api缁� type: string - createdAt: - description: 鍒涘缓鏃堕棿 - type: string desc: description: 鎺掑簭鏂瑰紡:鍗囧簭false(榛樿)|闄嶅簭true type: boolean @@ -863,9 +865,6 @@ type: integer path: description: api璺緞 - type: string - updatedAt: - description: 鏇存柊鏃堕棿 type: string type: object request.SetUserAuth: @@ -1153,9 +1152,6 @@ apiGroup: description: api缁� type: string - createdAt: - description: 鍒涘缓鏃堕棿 - type: string description: description: api涓枃鎻忚堪 type: string @@ -1167,9 +1163,6 @@ type: string path: description: api璺緞 - type: string - updatedAt: - description: 鏇存柊鏃堕棿 type: string type: object system.SysAuthority: @@ -1209,9 +1202,6 @@ type: object system.SysAutoCode: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string desc: type: string id: @@ -1220,9 +1210,6 @@ label: type: string packageName: - type: string - updatedAt: - description: 鏇存柊鏃堕棿 type: string type: object system.SysBaseMenu: @@ -1237,9 +1224,6 @@ type: array component: description: 瀵瑰簲鍓嶇鏂囦欢璺緞 - type: string - createdAt: - description: 鍒涘缓鏃堕棿 type: string hidden: description: 鏄惁鍦ㄥ垪琛ㄩ殣钘� @@ -1271,15 +1255,9 @@ sort: description: 鎺掑簭鏍囪 type: integer - updatedAt: - description: 鏇存柊鏃堕棿 - type: string type: object system.SysBaseMenuBtn: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string desc: type: string id: @@ -1289,15 +1267,9 @@ type: string sysBaseMenuID: type: integer - updatedAt: - description: 鏇存柊鏃堕棿 - type: string type: object system.SysBaseMenuParameter: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string id: description: 涓婚敭ID type: integer @@ -1309,18 +1281,12 @@ type: description: 鍦板潃鏍忔惡甯﹀弬鏁颁负params杩樻槸query type: string - updatedAt: - description: 鏇存柊鏃堕棿 - type: string value: description: 鍦板潃鏍忔惡甯﹀弬鏁扮殑鍊� type: string type: object system.SysDictionary: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string desc: description: 鎻忚堪 type: string @@ -1340,15 +1306,9 @@ type: description: 瀛楀吀鍚嶏紙鑻憋級 type: string - updatedAt: - description: 鏇存柊鏃堕棿 - type: string type: object system.SysDictionaryDetail: properties: - createdAt: - description: 鍒涘缓鏃堕棿 - type: string id: description: 涓婚敭ID type: integer @@ -1364,9 +1324,6 @@ sysDictionaryID: description: 鍏宠仈鏍囪 type: integer - updatedAt: - description: 鏇存柊鏃堕棿 - type: string value: description: 瀛楀吀鍊� type: integer @@ -1387,9 +1344,6 @@ type: array component: description: 瀵瑰簲鍓嶇鏂囦欢璺緞 - type: string - createdAt: - description: 鍒涘缓鏃堕棿 type: string hidden: description: 鏄惁鍦ㄥ垪琛ㄩ殣钘� @@ -1423,9 +1377,6 @@ sort: description: 鎺掑簭鏍囪 type: integer - updatedAt: - description: 鏇存柊鏃堕棿 - type: string type: object system.SysOperationRecord: properties: @@ -1434,9 +1385,6 @@ type: string body: description: 璇锋眰Body - type: string - createdAt: - description: 鍒涘缓鏃堕棿 type: string error_message: description: 閿欒淇℃伅 @@ -1462,9 +1410,6 @@ status: description: 璇锋眰鐘舵�� type: integer - updatedAt: - description: 鏇存柊鏃堕棿 - type: string user: $ref: '#/definitions/system.SysUser' user_id: @@ -1488,9 +1433,6 @@ baseColor: description: 鍩虹棰滆壊 type: string - createdAt: - description: 鍒涘缓鏃堕棿 - type: string email: description: 鐢ㄦ埛閭 type: string @@ -1512,9 +1454,6 @@ sideMode: description: 鐢ㄦ埛渚ц竟涓婚 type: string - updatedAt: - description: 鏇存柊鏃堕棿 - type: string userName: description: 鐢ㄦ埛鐧诲綍鍚� type: string @@ -1526,6 +1465,22 @@ properties: config: $ref: '#/definitions/config.Server' + type: object + test.Industry: + properties: + id: + description: 涓婚敭ID + type: integer + name: + type: string + type: object + test.SupplierType: + properties: + id: + description: 涓婚敭ID + type: integer + name: + type: string type: object info: contact: {} @@ -2034,32 +1989,32 @@ /autoCode/createPlug: post: consumes: - - multipart/form-data + - application/json parameters: - - description: this is a test file - in: formData - name: plug + - description: 鍒涘缓鎻掍欢妯℃澘 + in: body + name: data required: true - type: file + schema: + $ref: '#/definitions/system.SysAutoCode' produces: - application/json responses: "200": - description: 瀹夎鎻掍欢鎴愬姛 + description: 鍒涘缓鎻掍欢妯℃澘鎴愬姛 schema: allOf: - $ref: '#/definitions/response.Response' - properties: data: - items: - type: object - type: array + additionalProperties: true + type: object msg: type: string type: object security: - ApiKeyAuth: [] - summary: 瀹夎鎻掍欢 + summary: 鍒涘缓鎻掍欢妯℃澘 tags: - AutoCode /autoCode/createTemp: @@ -2301,6 +2256,37 @@ summary: 鑾峰彇褰撳墠鏁版嵁搴撴墍鏈夎〃 tags: - AutoCode + /autoCode/installPlugin: + post: + consumes: + - multipart/form-data + parameters: + - description: this is a test file + in: formData + name: plug + required: true + type: file + produces: + - application/json + responses: + "200": + description: 瀹夎鎻掍欢鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/response.Response' + - properties: + data: + items: + type: object + type: array + msg: + type: string + type: object + security: + - ApiKeyAuth: [] + summary: 瀹夎鎻掍欢 + tags: + - AutoCode /autoCode/preview: post: consumes: @@ -2330,6 +2316,37 @@ security: - ApiKeyAuth: [] summary: 棰勮鍒涘缓鍚庣殑浠g爜 + tags: + - AutoCode + /autoCode/pubPlug: + get: + consumes: + - application/json + parameters: + - description: 鎵撳寘鎻掍欢 + in: body + name: data + required: true + schema: + $ref: '#/definitions/system.SysAutoCode' + produces: + - application/json + responses: + "200": + description: 鎵撳寘鎻掍欢鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/response.Response' + - properties: + data: + additionalProperties: true + type: object + msg: + type: string + type: object + security: + - ApiKeyAuth: [] + summary: 鎵撳寘鎻掍欢 tags: - AutoCode /autoCode/rollback: @@ -2499,10 +2516,6 @@ consumes: - application/json parameters: - - description: 鍒涘缓鏃堕棿 - in: query - name: createdAt - type: string - description: 瀹㈡埛鍚� in: query name: customerName @@ -2523,10 +2536,6 @@ in: query name: sysUserId type: integer - - description: 鏇存柊鏃堕棿 - in: query - name: updatedAt - type: string produces: - application/json responses: @@ -2839,6 +2848,164 @@ summary: 涓婁紶鏂囦欢绀轰緥 tags: - ExaFileUploadAndDownload + /i/createIndustry: + post: + consumes: + - application/json + parameters: + - description: 鍒涘缓Industry + in: body + name: data + required: true + schema: + $ref: '#/definitions/test.Industry' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鑾峰彇鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鍒涘缓Industry + tags: + - Industry + /i/deleteIndustry: + delete: + consumes: + - application/json + parameters: + - description: 鍒犻櫎Industry + in: body + name: data + required: true + schema: + $ref: '#/definitions/test.Industry' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鍒犻櫎鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鍒犻櫎Industry + tags: + - Industry + /i/deleteIndustryByIds: + delete: + consumes: + - application/json + parameters: + - description: 鎵归噺鍒犻櫎Industry + in: body + name: data + required: true + schema: + $ref: '#/definitions/request.IdsReq' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鎵归噺鍒犻櫎鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鎵归噺鍒犻櫎Industry + tags: + - Industry + /i/findIndustry: + get: + consumes: + - application/json + parameters: + - description: 涓婚敭ID + in: query + name: id + type: integer + - in: query + name: name + type: string + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鏌ヨ鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鐢╥d鏌ヨIndustry + tags: + - Industry + /i/getIndustryList: + get: + consumes: + - application/json + parameters: + - in: query + name: endCreatedAt + type: string + - description: 涓婚敭ID + in: query + name: id + type: integer + - description: 鍏抽敭瀛� + in: query + name: keyword + type: string + - in: query + name: name + type: string + - description: 椤电爜 + in: query + name: page + type: integer + - description: 姣忛〉澶у皬 + in: query + name: pageSize + type: integer + - in: query + name: startCreatedAt + type: string + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鑾峰彇鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鍒嗛〉鑾峰彇Industry鍒楄〃 + tags: + - Industry + /i/updateIndustry: + put: + consumes: + - application/json + parameters: + - description: 鏇存柊Industry + in: body + name: data + required: true + schema: + $ref: '#/definitions/test.Industry' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鏇存柊鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鏇存柊Industry + tags: + - Industry /init/checkdb: post: produces: @@ -3163,6 +3330,164 @@ summary: 鏇存柊鑿滃崟 tags: - Menu + /st/createSupplierType: + post: + consumes: + - application/json + parameters: + - description: 鍒涘缓SupplierType + in: body + name: data + required: true + schema: + $ref: '#/definitions/test.SupplierType' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鑾峰彇鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鍒涘缓SupplierType + tags: + - SupplierType + /st/deleteSupplierType: + delete: + consumes: + - application/json + parameters: + - description: 鍒犻櫎SupplierType + in: body + name: data + required: true + schema: + $ref: '#/definitions/test.SupplierType' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鍒犻櫎鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鍒犻櫎SupplierType + tags: + - SupplierType + /st/deleteSupplierTypeByIds: + delete: + consumes: + - application/json + parameters: + - description: 鎵归噺鍒犻櫎SupplierType + in: body + name: data + required: true + schema: + $ref: '#/definitions/request.IdsReq' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鎵归噺鍒犻櫎鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鎵归噺鍒犻櫎SupplierType + tags: + - SupplierType + /st/findSupplierType: + get: + consumes: + - application/json + parameters: + - description: 涓婚敭ID + in: query + name: id + type: integer + - in: query + name: name + type: string + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鏌ヨ鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鐢╥d鏌ヨSupplierType + tags: + - SupplierType + /st/getSupplierTypeList: + get: + consumes: + - application/json + parameters: + - in: query + name: endCreatedAt + type: string + - description: 涓婚敭ID + in: query + name: id + type: integer + - description: 鍏抽敭瀛� + in: query + name: keyword + type: string + - in: query + name: name + type: string + - description: 椤电爜 + in: query + name: page + type: integer + - description: 姣忛〉澶у皬 + in: query + name: pageSize + type: integer + - in: query + name: startCreatedAt + type: string + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鑾峰彇鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鍒嗛〉鑾峰彇SupplierType鍒楄〃 + tags: + - SupplierType + /st/updateSupplierType: + put: + consumes: + - application/json + parameters: + - description: 鏇存柊SupplierType + in: body + name: data + required: true + schema: + $ref: '#/definitions/test.SupplierType' + produces: + - application/json + responses: + "200": + description: '{"success":true,"data":{},"msg":"鏇存柊鎴愬姛"}' + schema: + type: string + security: + - ApiKeyAuth: [] + summary: 鏇存柊SupplierType + tags: + - SupplierType /sysDictionary/createSysDictionary: post: consumes: @@ -3224,10 +3549,6 @@ consumes: - application/json parameters: - - description: 鍒涘缓鏃堕棿 - in: query - name: createdAt - type: string - description: 鎻忚堪 in: query name: desc @@ -3247,10 +3568,6 @@ - description: 瀛楀吀鍚嶏紙鑻憋級 in: query name: type - type: string - - description: 鏇存柊鏃堕棿 - in: query - name: updatedAt type: string produces: - application/json @@ -3277,10 +3594,6 @@ consumes: - application/json parameters: - - description: 鍒涘缓鏃堕棿 - in: query - name: createdAt - type: string - description: 鎻忚堪 in: query name: desc @@ -3312,10 +3625,6 @@ - description: 瀛楀吀鍚嶏紙鑻憋級 in: query name: type - type: string - - description: 鏇存柊鏃堕棿 - in: query - name: updatedAt type: string produces: - application/json @@ -3425,10 +3734,6 @@ consumes: - application/json parameters: - - description: 鍒涘缓鏃堕棿 - in: query - name: createdAt - type: string - description: 涓婚敭ID in: query name: id @@ -3449,10 +3754,6 @@ in: query name: sysDictionaryID type: integer - - description: 鏇存柊鏃堕棿 - in: query - name: updatedAt - type: string - description: 瀛楀吀鍊� in: query name: value @@ -3482,10 +3783,6 @@ consumes: - application/json parameters: - - description: 鍒涘缓鏃堕棿 - in: query - name: createdAt - type: string - description: 涓婚敭ID in: query name: id @@ -3518,10 +3815,6 @@ in: query name: sysDictionaryID type: integer - - description: 鏇存柊鏃堕棿 - in: query - name: updatedAt - type: string - description: 瀛楀吀鍊� in: query name: value @@ -3670,10 +3963,6 @@ in: query name: body type: string - - description: 鍒涘缓鏃堕棿 - in: query - name: createdAt - type: string - description: 閿欒淇℃伅 in: query name: error_message @@ -3706,10 +3995,6 @@ in: query name: status type: integer - - description: 鏇存柊鏃堕棿 - in: query - name: updatedAt - type: string - description: 鐢ㄦ埛id in: query name: user_id @@ -3746,10 +4031,6 @@ - description: 璇锋眰Body in: query name: body - type: string - - description: 鍒涘缓鏃堕棿 - in: query - name: createdAt type: string - description: 閿欒淇℃伅 in: query @@ -3795,10 +4076,6 @@ in: query name: status type: integer - - description: 鏇存柊鏃堕棿 - in: query - name: updatedAt - type: string - description: 鐢ㄦ埛id in: query name: user_id -- Gitblit v1.8.0