Commit f33bc4f8535ffd2e654d56bb724ca8c8a1a7df63
1 parent
772fd5a5
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -176,7 +176,7 @@ func startServerHttpServe() { |
176 | 176 | http.HandleFunc("/api/ranking/list", QueryPlayerRank) //排行榜 |
177 | 177 | http.HandleFunc("/api/home/index", GetMainPageInfo) //主页面 |
178 | 178 | http.HandleFunc("/api/home/adRate", AcclecteGold) //看广告加速 |
179 | - http.HandleFunc("api/home/shop", QueryBuyCat) //商店 | |
179 | + http.HandleFunc("/api/home/shop", QueryBuyCat) //商店 | |
180 | 180 | |
181 | 181 | http.HandleFunc("/happycat/exchangetwoPos", ExchangePos) //交换位置 |
182 | 182 | http.HandleFunc("/happycat/clickcatbox", ClickCatBox) //请求点击猫箱子 | ... | ... |