2023-03-25

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-03-26 02:50:18 +08:00
parent 0a4496ff54
commit 50fe4b1b7c
15 changed files with 23193 additions and 57 deletions
+2
View File
@@ -18,6 +18,7 @@ func init() {
func main() {
tools.AnalysisApi1Data("assets/api1.json")
tools.AnalysisApi2Data("assets/api2.json")
tools.AnalysisApi3Data("assets/api3.json")
if config.Conf.SifCap.Enabled {
sifcap.Start()
@@ -34,6 +35,7 @@ func main() {
r.POST("/main.php/gdpr/get", handler.GdprHandler)
r.POST("/main.php/personalnotice/get", handler.PersonalNoticeHandler)
r.POST("/main.php/tos/tosCheck", handler.TosCheckHandler)
r.POST("/main.php/download/batch", handler.DownloadBatchHandler)
r.POST("/main.php/download/event", handler.DownloadEventHandler)
r.POST("/main.php/lbonus/execute", handler.LBonusExecuteHandler)
r.POST("/main.php/api", handler.ApiHandler)