From e96b97e80f9102470b0c40b749314a469d991055 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 28 Aug 2024 15:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs.go | 12 ++++++++---- docs/swagger.json | 12 ++++++++---- docs/swagger.yaml | 11 +++++++---- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 46abee7..ffa3f2a 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -282,7 +282,7 @@ const docTemplate = `{ }, "/api/account/update/password": { "post": { - "description": "资质认证-企业认证保存", + "description": "资质认证-修改密码保存", "consumes": [ "application/json" ], @@ -292,7 +292,7 @@ const docTemplate = `{ "tags": [ "账号中心------嘉俊" ], - "summary": "企业认证保存", + "summary": "修改密码保存", "parameters": [ { "type": "string", @@ -327,7 +327,7 @@ const docTemplate = `{ } } }, - "/api/applet/application/ad/space/list": { + "/api/application/applet/ad/space/list": { "post": { "description": "小程序应用-广告位列表", "consumes": [ @@ -374,7 +374,7 @@ const docTemplate = `{ } } }, - "/api/applet/application/ad/space/save": { + "/api/application/applet/ad/space/save": { "post": { "description": "小程序应用-广告位新增", "consumes": [ @@ -1525,6 +1525,10 @@ const docTemplate = `{ "md.AppletApplicationAdSpaceListReq": { "type": "object", "properties": { + "ad_type": { + "type": "string", + "example": "广告位类型" + }, "cooperate_state": { "type": "string", "example": "合作状态" diff --git a/docs/swagger.json b/docs/swagger.json index 80c09e9..0ba5a46 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -274,7 +274,7 @@ }, "/api/account/update/password": { "post": { - "description": "资质认证-企业认证保存", + "description": "资质认证-修改密码保存", "consumes": [ "application/json" ], @@ -284,7 +284,7 @@ "tags": [ "账号中心------嘉俊" ], - "summary": "企业认证保存", + "summary": "修改密码保存", "parameters": [ { "type": "string", @@ -319,7 +319,7 @@ } } }, - "/api/applet/application/ad/space/list": { + "/api/application/applet/ad/space/list": { "post": { "description": "小程序应用-广告位列表", "consumes": [ @@ -366,7 +366,7 @@ } } }, - "/api/applet/application/ad/space/save": { + "/api/application/applet/ad/space/save": { "post": { "description": "小程序应用-广告位新增", "consumes": [ @@ -1517,6 +1517,10 @@ "md.AppletApplicationAdSpaceListReq": { "type": "object", "properties": { + "ad_type": { + "type": "string", + "example": "广告位类型" + }, "cooperate_state": { "type": "string", "example": "合作状态" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 29299a1..94aa127 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -112,6 +112,9 @@ definitions: type: object md.AppletApplicationAdSpaceListReq: properties: + ad_type: + example: 广告位类型 + type: string cooperate_state: example: 合作状态 type: string @@ -670,7 +673,7 @@ paths: post: consumes: - application/json - description: 资质认证-企业认证保存 + description: 资质认证-修改密码保存 parameters: - description: 验证参数Bearer和token空格拼接 in: header @@ -694,10 +697,10 @@ paths: description: 具体错误 schema: $ref: '#/definitions/md.Response' - summary: 企业认证保存 + summary: 修改密码保存 tags: - 账号中心------嘉俊 - /api/applet/application/ad/space/list: + /api/application/applet/ad/space/list: post: consumes: - application/json @@ -728,7 +731,7 @@ paths: summary: 广告位列表 tags: - 小程序应用------嘉俊 - /api/applet/application/ad/space/save: + /api/application/applet/ad/space/save: post: consumes: - application/json