mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-21 18:20:47 +00:00
字典管理
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package admin
|
||||
|
||||
import (
|
||||
"gfast/library/response"
|
||||
"github.com/gogf/gf/net/ghttp"
|
||||
)
|
||||
|
||||
//cms栏目管理
|
||||
type CmsMenu struct{}
|
||||
|
||||
func (c *CmsMenu) MenuList(r *ghttp.Request) {
|
||||
response.SusJson(true, r, "栏目列表")
|
||||
}
|
||||
Reference in New Issue
Block a user