接口修改

This commit is contained in:
yxh
2020-07-14 10:50:11 +08:00
parent 5237465bea
commit 954adb834c
168 changed files with 8734 additions and 3940 deletions
+13
View File
@@ -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, "登录成功")
}