Add more Shengqu apis

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-24 14:01:44 +08:00
parent d464a17178
commit e1e0e8c27d
3 changed files with 24 additions and 20 deletions
+2
View File
@@ -31,6 +31,7 @@ func main() {
v1 := r.Group("v1")
{
v1.GET("/basic/getcode", handler.GetCodeHandler)
v1.POST("/basic/getcode", handler.GetCodeHandler)
v1.POST("/account/active", handler.ActiveHandler)
v1.POST("/basic/publickey", handler.PublicKeyHandler)
v1.POST("/basic/handshake", handler.HandshakeHandler)
@@ -40,6 +41,7 @@ func main() {
v1.POST("/basic/loginarea", handler.LoginAreaHandler)
v1.POST("/account/reportRole", handler.ReportRoleHandler)
v1.POST("/basic/getProductList", handler.GetProductListHandler)
v1.POST("/guest/status", handler.GuestStatusHandler)
}
r.GET("/agreement/all", handler.AgreementHandler)
r.GET("/integration/appReport/initialize", handler.ReportApp)