修改部分路由

This commit is contained in:
邹宗楠
2022-08-11 15:20:03 +08:00
parent 7d874eca22
commit 0c62addc11
5 changed files with 9 additions and 12 deletions

View File

@@ -75,7 +75,6 @@ func (p *PrinterTemp) DeleteTemp(c *gin.Context) {
// @Title 获取用户模板
// @Description 获取用户模板
// @Param token cookie string true "用户登录token"
// @Param data body app_model.DeleteTemp true "请求参数"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /getUserTempList [get]