增加menu自动化添加功能
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ func (that *Context) Mtd(router [3]string) Map {
|
||||
//打印
|
||||
func (that *Context) Display(statu int, data interface{}) {
|
||||
|
||||
resp := Map{"statu": statu}
|
||||
resp := Map{"status": statu}
|
||||
if statu != 0 {
|
||||
temp := Map{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user