Merge pull request '部署' (#99) from test into master

Reviewed-on: https://git.oa00.com/recook/backend_v2/pulls/99
master
杨赟 3 years ago
commit bc86050851

@ -11,6 +11,6 @@ type Switch struct {
// Switch @Title 开关 // Switch @Title 开关
func (s *Switch) Switch(c *gin.Context) { func (s *Switch) Switch(c *gin.Context) {
back.Suc(c, "操作成功", map[string]interface{}{ back.Suc(c, "操作成功", map[string]interface{}{
"condole": 1, "condole": 0,
}) })
} }

Loading…
Cancel
Save