manager

package
v0.0.0-...-533102b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TargetPlanService = service.ServiceGroupApp.ManagerServiceGroup.TargetPlanService
View Source
var UserService = service.ServiceGroupApp.UserServiceGroup.UserService

Functions

This section is empty.

Types

type FdHealthManagerApi

type FdHealthManagerApi struct {
}

func (*FdHealthManagerApi) ApplyAttestation

func (fdHealthManagerApi *FdHealthManagerApi) ApplyAttestation(c *gin.Context)

ApplyAttestation 申请认证 @Router /fdHealthManager/applyAttestation [get]

func (*FdHealthManagerApi) DeleteFdHealthManager

func (fdHealthManagerApi *FdHealthManagerApi) DeleteFdHealthManager(c *gin.Context)

DeleteFdHealthManager 删除fdHealthManager表 @Tags FdHealthManager @Summary 删除fdHealthManager表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManager true "删除fdHealthManager表" @Success 200 {string} string "{"success":true,"data":{},"msg":"删除成功"}" @Router /fdHealthManager/deleteFdHealthManager [delete]

func (*FdHealthManagerApi) DeleteFdHealthManagerByIds

func (fdHealthManagerApi *FdHealthManagerApi) DeleteFdHealthManagerByIds(c *gin.Context)

DeleteFdHealthManagerByIds 批量删除fdHealthManager表 @Tags FdHealthManager @Summary 批量删除fdHealthManager表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body request.IdsReq true "批量删除fdHealthManager表" @Success 200 {string} string "{"success":true,"data":{},"msg":"批量删除成功"}" @Router /fdHealthManager/deleteFdHealthManagerByIds [delete]

func (*FdHealthManagerApi) ExportExcel

func (fdHealthManagerApi *FdHealthManagerApi) ExportExcel(c *gin.Context)

ExportExcel 导出健管师Excel【超管】 @Tags FdHealthManager @Summary 导出健管师Excel【超管】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerSearch true "导出健管师Excel【超管】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManager/exportExcel [get]

func (*FdHealthManagerApi) ExportScExcel

func (fdHealthManagerApi *FdHealthManagerApi) ExportScExcel(c *gin.Context)

ExportScExcel 导出健管师Excel【服务中心】 @Tags FdHealthManager @Summary 导出健管师Excel【服务中心】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerSearch true "导出健管师Excel【服务中心】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManager/exportScExcel [get]

func (*FdHealthManagerApi) FindFdHealthManager

func (fdHealthManagerApi *FdHealthManagerApi) FindFdHealthManager(c *gin.Context)

FindFdHealthManager 用id查询fdHealthManager表 @Tags FdHealthManager @Summary 用id查询fdHealthManager表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query manager.FdHealthManager true "用id查询fdHealthManager表" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /fdHealthManager/findFdHealthManager [get]

func (*FdHealthManagerApi) FindHealthManagerByWhere

func (fdHealthManagerApi *FdHealthManagerApi) FindHealthManagerByWhere(c *gin.Context)

FindHealthManagerByWhere 根据条件获取健管师 @Tags FdHealthManager @Summary 根据条件获取健管师 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query manager.FdHealthManager true "根据条件获取健管师" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /fdHealthManager/findFdHealthManager [get]

func (*FdHealthManagerApi) ForgetPassword

func (fdHealthManagerApi *FdHealthManagerApi) ForgetPassword(c *gin.Context)

ForgetPassword 忘记密码 @Tags FdHealthManager @Summary 忘记密码 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query user.User true "忘记密码" @Success 200 {string} string "{"success":true,"data":{},"msg":"操作成功"}" @Router /api/healthManager/forgetPassword [post]

func (*FdHealthManagerApi) GetAllHealthManagerList

func (fdHealthManagerApi *FdHealthManagerApi) GetAllHealthManagerList(c *gin.Context)

GetAllHealthManagerList 获取全部健管师列表【超管】 @Tags FdHealthManager @Summary 获取全部健管师列表【超管】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerSearch true "获取全部健管师列表【超管】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManager/getFdHealthManagerList [get]

func (*FdHealthManagerApi) GetAttestationFailReason

func (fdHealthManagerApi *FdHealthManagerApi) GetAttestationFailReason(c *gin.Context)

GetAttestationFailReason 认证失败原因 @Router /fdHealthManager/getAttestationFailReason [get]

func (*FdHealthManagerApi) GetHealthManageCenterList

func (fdHealthManagerApi *FdHealthManagerApi) GetHealthManageCenterList(c *gin.Context)

GetHealthManageCenterList 获取健管中心列表 @Router /healthManager/getServiceCenterList [get]

func (*FdHealthManagerApi) GetHealthManagerInfo

func (fdHealthManagerApi *FdHealthManagerApi) GetHealthManagerInfo(c *gin.Context)

GetHealthManagerInfo 获取健管师个人信息 @Tags FdHealthManager @Summary 获取健管师个人信息 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query manager.FdHealthManager true "获取健管师个人信息" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /fdHealthManager/getHealthManagerInfo [get]

func (*FdHealthManagerApi) GetHealthManagerRank

func (fdHealthManagerApi *FdHealthManagerApi) GetHealthManagerRank(c *gin.Context)

GetHealthManagerRank 获取健管师排名【超管】 @Tags FdHealthManager @Summary 获取健管师排名【超管】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerSearch true "获取健管师排名【超管】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManager/getHealthManagerRank [get]

func (*FdHealthManagerApi) GetHealthManagersByHmIDs

func (fdHealthManagerApi *FdHealthManagerApi) GetHealthManagersByHmIDs(c *gin.Context)

GetHealthManagersByHmIDs 根据ID集合获取健管师列表【超管】 @Tags FdHealthManager @Summary 根据ID集合获取健管师列表【超管】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query manager.FdHealthManager true "根据ID集合获取健管师列表【超管】" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /fdHealthManager/getHealthManagersByHmIDs [get]

func (*FdHealthManagerApi) GetManagerListByPage

func (fdHealthManagerApi *FdHealthManagerApi) GetManagerListByPage(c *gin.Context)

GetManagerListByPage 分页获取健管师列表【C端用户】 @Router /steward/getStewardListByPage [get]

func (*FdHealthManagerApi) GetPromotionUserList

func (fdHealthManagerApi *FdHealthManagerApi) GetPromotionUserList(c *gin.Context)

GetPromotionUserList 获取推广用户列表 @Router /healthManager/getPromotionUserList [get]

func (*FdHealthManagerApi) GetScHealthManagerList

func (fdHealthManagerApi *FdHealthManagerApi) GetScHealthManagerList(c *gin.Context)

GetScHealthManagerList 获取全部健管师列表【服务中心】 @Tags FdHealthManager @Summary 获取全部健管师列表【服务中心】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerSearch true "获取全部健管师列表【服务中心】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManager/getScHealthManagerList [get]

func (*FdHealthManagerApi) GetScHealthManagerRank

func (fdHealthManagerApi *FdHealthManagerApi) GetScHealthManagerRank(c *gin.Context)

GetScHealthManagerRank 获取健管师排名【服务中心】 @Tags FdHealthManager @Summary 获取健管师排名【服务中心】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerSearch true "获取健管师排名【服务中心】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManager/getScHealthManagerRank [get]

func (*FdHealthManagerApi) GetServiceCenterList

func (fdHealthManagerApi *FdHealthManagerApi) GetServiceCenterList(c *gin.Context)

GetServiceCenterList 获取服务中心列表 @Router /healthManager/getServiceCenterList [get]

func (*FdHealthManagerApi) GetSsHealthManagerList

func (fdHealthManagerApi *FdHealthManagerApi) GetSsHealthManagerList(c *gin.Context)

GetSsHealthManagerList 获取健管师列表【服务站】 @Tags FdHealthManager @Summary 获取健管师列表【服务站】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerSearch true "获取健管师列表【服务站】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManager/getFdHealthManagerList [get]

func (*FdHealthManagerApi) Login

func (fdHealthManagerApi *FdHealthManagerApi) Login(c *gin.Context)

func (*FdHealthManagerApi) Register

func (fdHealthManagerApi *FdHealthManagerApi) Register(c *gin.Context)

Register 注册健管师 @Tags healthManager @Summary 注册健管师 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManager true "创建fdHealthManager表" @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}" @Router /healthManager/register [post]

func (*FdHealthManagerApi) UpdateFdHealthManager

func (fdHealthManagerApi *FdHealthManagerApi) UpdateFdHealthManager(c *gin.Context)

func (*FdHealthManagerApi) UpdateHealthManagerInfo

func (fdHealthManagerApi *FdHealthManagerApi) UpdateHealthManagerInfo(c *gin.Context)

UpdateHealthManagerInfo 编辑健管师个人信息 @Router /fdHealthManager/updateHealthManagerInfo [post]

func (*FdHealthManagerApi) UpdatePassword

func (fdHealthManagerApi *FdHealthManagerApi) UpdatePassword(c *gin.Context)

UpdatePassword 修改密码 @Tags FdHealthManager @Summary 修改密码 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query user.User true "修改密码" @Success 200 {string} string "{"success":true,"data":{},"msg":"修改成功"}" @Router /api/fdHealthManager/updatePassword [put]

type FdHealthManagerAuditApi

type FdHealthManagerAuditApi struct {
}

func (*FdHealthManagerAuditApi) CreateFdHealthManagerAudit

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) CreateFdHealthManagerAudit(c *gin.Context)

CreateFdHealthManagerAudit 创建健康师注册 @Tags FdHealthManagerAudit @Summary 创建健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManagerAudit true "创建健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}" @Router /fdHealthManagerAudit/createFdHealthManagerAudit [post]

func (*FdHealthManagerAuditApi) DeleteFdHealthManagerAudit

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) DeleteFdHealthManagerAudit(c *gin.Context)

DeleteFdHealthManagerAudit 删除健康师注册 @Tags FdHealthManagerAudit @Summary 删除健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManagerAudit true "删除健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"删除成功"}" @Router /fdHealthManagerAudit/deleteFdHealthManagerAudit [delete]

func (*FdHealthManagerAuditApi) DeleteFdHealthManagerAuditByIds

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) DeleteFdHealthManagerAuditByIds(c *gin.Context)

DeleteFdHealthManagerAuditByIds 批量删除健康师注册 @Tags FdHealthManagerAudit @Summary 批量删除健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body request.IdsReq true "批量删除健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"批量删除成功"}" @Router /fdHealthManagerAudit/deleteFdHealthManagerAuditByIds [delete]

func (*FdHealthManagerAuditApi) FindFdHealthManagerAudit

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) FindFdHealthManagerAudit(c *gin.Context)

FindFdHealthManagerAudit 用id查询健康师注册 @Tags FdHealthManagerAudit @Summary 用id查询健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query manager.FdHealthManagerAudit true "用id查询健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /fdHealthManagerAudit/findFdHealthManagerAudit [get]

func (*FdHealthManagerAuditApi) GetAllHealthManagerAuditList

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) GetAllHealthManagerAuditList(c *gin.Context)

GetAllHealthManagerAuditList 分页获取健康师注册列表 @Tags FdHealthManagerAudit @Summary 分页获取健康师注册列表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerAuditSearch true "分页获取健康师注册列表" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManagerAudit/getFdHealthManagerAuditList [get]

func (*FdHealthManagerAuditApi) GetFdHealthManagerAuditList

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) GetFdHealthManagerAuditList(c *gin.Context)

GetFdHealthManagerAuditList 分页获取健康师注册列表 @Tags FdHealthManagerAudit @Summary 分页获取健康师注册列表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerAuditSearch true "分页获取健康师注册列表" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManagerAudit/getFdHealthManagerAuditList [get]

func (*FdHealthManagerAuditApi) GetScHealthManagerAuditList

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) GetScHealthManagerAuditList(c *gin.Context)

GetScHealthManagerAuditList 获取健康师注册列表【服务中心】 @Tags FdHealthManagerAudit @Summary 获取健康师注册列表【服务中心】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerAuditSearch true "获取健康师注册列表【服务中心】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManagerAudit/getScHealthManagerAuditList [get]

func (*FdHealthManagerAuditApi) UpdateFdHealthManagerAudit

func (fdHealthManagerAuditApi *FdHealthManagerAuditApi) UpdateFdHealthManagerAudit(c *gin.Context)

UpdateFdHealthManagerAudit 更新健康师注册 @Tags FdHealthManagerAudit @Summary 更新健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManagerAudit true "更新健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"更新成功"}" @Router /fdHealthManagerAudit/updateFdHealthManagerAudit [put]

type FdHealthManagerRegisterApi

type FdHealthManagerRegisterApi struct {
}

func (*FdHealthManagerRegisterApi) CreateFdHealthManagerRegister

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) CreateFdHealthManagerRegister(c *gin.Context)

CreateFdHealthManagerRegister 创建健康师注册 @Tags FdHealthManagerRegister @Summary 创建健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManagerRegister true "创建健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}" @Router /fdHealthManagerRegister/createFdHealthManagerRegister [post]

func (*FdHealthManagerRegisterApi) DeleteFdHealthManagerRegister

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) DeleteFdHealthManagerRegister(c *gin.Context)

DeleteFdHealthManagerRegister 删除健康师注册 @Tags FdHealthManagerRegister @Summary 删除健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManagerRegister true "删除健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"删除成功"}" @Router /fdHealthManagerRegister/deleteFdHealthManagerRegister [delete]

func (*FdHealthManagerRegisterApi) DeleteFdHealthManagerRegisterByIds

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) DeleteFdHealthManagerRegisterByIds(c *gin.Context)

DeleteFdHealthManagerRegisterByIds 批量删除健康师注册 @Tags FdHealthManagerRegister @Summary 批量删除健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body request.IdsReq true "批量删除健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"批量删除成功"}" @Router /fdHealthManagerRegister/deleteFdHealthManagerRegisterByIds [delete]

func (*FdHealthManagerRegisterApi) FindFdHealthManagerRegister

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) FindFdHealthManagerRegister(c *gin.Context)

FindFdHealthManagerRegister 用id查询健康师注册 @Tags FdHealthManagerRegister @Summary 用id查询健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query manager.FdHealthManagerRegister true "用id查询健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /fdHealthManagerRegister/findFdHealthManagerRegister [get]

func (*FdHealthManagerRegisterApi) GetAllHealthManagerRegisterList

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) GetAllHealthManagerRegisterList(c *gin.Context)

GetAllHealthManagerRegisterList 分页获取全部健康师注册列表【超管】 @Tags FdHealthManagerRegister @Summary 分页获取健康师注册列表【超管】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerRegisterSearch true "分页获取全部健康师注册列表【超管】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManagerRegister/getAllHealthManagerRegisterList [get]

func (*FdHealthManagerRegisterApi) GetFdHealthManagerRegisterList

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) GetFdHealthManagerRegisterList(c *gin.Context)

GetFdHealthManagerRegisterList 分页获取健康师注册列表 @Tags FdHealthManagerRegister @Summary 分页获取健康师注册列表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerRegisterSearch true "分页获取健康师注册列表" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManagerRegister/getFdHealthManagerRegisterList [get]

func (*FdHealthManagerRegisterApi) GetScHealthManagerRegisterList

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) GetScHealthManagerRegisterList(c *gin.Context)

GetScHealthManagerRegisterList 获取健康师注册列表【服务中心】 @Tags FdHealthManagerRegister @Summary 获取健康师注册列表【服务中心】 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.FdHealthManagerRegisterSearch true "获取健康师注册列表【服务中心】" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /fdHealthManagerRegister/getScHealthManagerRegisterList [get]

func (*FdHealthManagerRegisterApi) UpdateFdHealthManagerRegister

func (fdHealthManagerRegisterApi *FdHealthManagerRegisterApi) UpdateFdHealthManagerRegister(c *gin.Context)

UpdateFdHealthManagerRegister 更新健康师注册 @Tags FdHealthManagerRegister @Summary 更新健康师注册 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.FdHealthManagerRegister true "更新健康师注册" @Success 200 {string} string "{"success":true,"data":{},"msg":"更新成功"}" @Router /fdHealthManagerRegister/updateFdHealthManagerRegister [put]

type MessageRemindApi

type MessageRemindApi struct {
}

func (*MessageRemindApi) DeleteMessageRemind

func (mrApi *MessageRemindApi) DeleteMessageRemind(c *gin.Context)

DeleteMessageRemind 删除消息提醒 @Tags MessageRemind @Summary 删除消息提醒 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.MessageRemind true "删除消息提醒" @Success 200 {string} string "{"success":true,"data":{},"msg":"删除成功"}" @Router /mr/deleteMessageRemind [delete]

func (*MessageRemindApi) DeleteMessageRemindByIds

func (mrApi *MessageRemindApi) DeleteMessageRemindByIds(c *gin.Context)

DeleteMessageRemindByIds 批量删除消息提醒 @Tags MessageRemind @Summary 批量删除消息提醒 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body request.IdsReq true "批量删除消息提醒" @Success 200 {string} string "{"success":true,"data":{},"msg":"批量删除成功"}" @Router /mr/deleteMessageRemindByIds [delete]

func (*MessageRemindApi) FindMessageRemind

func (mrApi *MessageRemindApi) FindMessageRemind(c *gin.Context)

FindMessageRemind 用id查询消息提醒 @Tags MessageRemind @Summary 用id查询消息提醒 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query manager.MessageRemind true "用id查询消息提醒" @Success 200 {string} string "{"success":true,"data":{},"msg":"查询成功"}" @Router /mr/findMessageRemind [get]

func (*MessageRemindApi) GetMessageRemindList

func (mrApi *MessageRemindApi) GetMessageRemindList(c *gin.Context)

GetMessageRemindList 分页获取消息提醒列表 @Tags MessageRemind @Summary 分页获取消息提醒列表 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data query managerReq.MessageRemindSearch true "分页获取消息提醒列表" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /mr/getMessageRemindList [get]

func (*MessageRemindApi) GetMessageRemindRecord

func (mrApi *MessageRemindApi) GetMessageRemindRecord(c *gin.Context)

GetMessageRemindRecord 获取消息提醒记录

func (*MessageRemindApi) SaveMessageRemind

func (mrApi *MessageRemindApi) SaveMessageRemind(c *gin.Context)

SaveMessageRemind 创建消息提醒 @Tags MessageRemind @Summary 创建消息提醒 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.MessageRemind true "创建消息提醒" @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}" @Router /mr/createMessageRemind [post]

func (*MessageRemindApi) UpdateMessageRemind

func (mrApi *MessageRemindApi) UpdateMessageRemind(c *gin.Context)

UpdateMessageRemind 更新消息提醒 @Tags MessageRemind @Summary 更新消息提醒 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.MessageRemind true "更新消息提醒" @Success 200 {string} string "{"success":true,"data":{},"msg":"更新成功"}" @Router /mr/updateMessageRemind [put]

type TargetPlanApi

type TargetPlanApi struct {
}

func (*TargetPlanApi) GetTargetPlan

func (targetPlanApi *TargetPlanApi) GetTargetPlan(c *gin.Context)

GetTargetPlan 获取目标计划 @Tags targetPlan @Summary 目标计划 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.TargetPlan true "获取目标计划" @Success 200 {string} string "{"success":true,"data":{},"msg":"获取成功"}" @Router /targetPlan/getTargetPlan [post]

func (*TargetPlanApi) SaveTargetPlan

func (targetPlanApi *TargetPlanApi) SaveTargetPlan(c *gin.Context)

SaveTargetPlan 保存目标计划 @Tags targetPlan @Summary 目标计划 @Security ApiKeyAuth @accept application/json @Produce application/json @Param data body manager.TargetPlan true "保存目标计划" @Success 200 {string} string "{"success":true,"data":{},"msg":"创建成功"}" @Router /targetPlan/saveTargetPlan [post]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL