From eaf9b6d69a5323629f0aa6902bbee1c628738a7f Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 18 Jun 2020 11:36:54 +0800 Subject: [PATCH] 提交 --- src/HttpServer/logic/httpserver.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index 4d84f8d..4f81bc9 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -152,14 +152,14 @@ func startServerHttpServe() { http.HandleFunc("/api/user/info", UserInfo) //个人信息 http.HandleFunc("/api/ad/add", AddAd) //看广告 //新增的接口 - http.HandleFunc("/happycat/getrandredbag", Getrandredbag) //领取随机红包 - http.HandleFunc("/happycat/generatebox", Generatebox) //请求刷出空格礼包 - http.HandleFunc("/happycat/getboxreward", Getboxreward) // 请求领取空格礼包 - http.HandleFunc("/happycat/getflyboxreward", Getflyboxreward) // 请求领取飞天宝箱 - http.HandleFunc("/happycat/querygetcashinfo", Querygetcashinfo) // 请求提现档位信息 - http.HandleFunc("/happycat/getcash", Getcash) // 请求提现 - http.HandleFunc("/happycat/getcashrecord", Getcashrecord) // 请求提现 - http.HandleFunc("/happycat/gethorsemessage", Gethorsemessage) // 请求跑马灯 + http.HandleFunc("/api/happycat/getrandredbag", Getrandredbag) //领取随机红包 + http.HandleFunc("/api/happycat/generatebox", Generatebox) //请求刷出空格礼包 + http.HandleFunc("/api/happycat/getboxreward", Getboxreward) // 请求领取空格礼包 + http.HandleFunc("/api/happycat/getflyboxreward", Getflyboxreward) // 请求领取飞天宝箱 + http.HandleFunc("/api/happycat/querygetcashinfo", Querygetcashinfo) // 请求提现档位信息 + http.HandleFunc("/api/happycat/getcash", Getcash) // 请求提现 + http.HandleFunc("/api/happycat/getcashrecord", Getcashrecord) // 请求提现 + http.HandleFunc("/api/happycat/gethorsemessage", Gethorsemessage) // 请求跑马灯 /////---------------------------------------------------------------------old //http.HandleFunc("/happycat/exchangetwoPos", ExchangePos) //交换位置 -- libgit2 0.21.0