master
kanade 3 years ago
parent cc9ae1d064
commit 124534c090

@ -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