mirror of
https://github.com/tiger1103/gfast.git
synced 2026-09-21 10:12:59 +00:00
接口修改
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package front
|
||||
|
||||
import (
|
||||
"gfast/library/response"
|
||||
"github.com/gogf/gf/net/ghttp"
|
||||
)
|
||||
|
||||
type Index struct{}
|
||||
|
||||
//前台首页
|
||||
func (c *Index) Index(r *ghttp.Request) {
|
||||
response.SusJson(true, r, "登录成功")
|
||||
}
|
||||
Reference in New Issue
Block a user