Commit 772fd5a5a326c5faf332008888cb0e92bbab719e
1 parent
a1050fdf
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
... | ... | @@ -185,7 +185,7 @@ func startServerHttpServe() { |
185 | 185 | http.HandleFunc("/happycat/automerge", AutoMerge) //请求自动合成 |
186 | 186 | http.HandleFunc("/happycat/generatebox", GenerateBox) //请求点击猫箱子 |
187 | 187 | http.HandleFunc("/happycat/clickrandgift", ClickRandGift) //请求点击猫箱子 |
188 | - http.HandleFunc("/happycat/querybuycat", QueryBuyCat) //请求商店购买信息 | |
188 | + //http.HandleFunc("/happycat/querybuycat", QueryBuyCat) //请求商店购买信息 | |
189 | 189 | |
190 | 190 | http.HandleFunc("/happycat/querwarehouse", QueryWareHouse) //请求仓库信息 |
191 | 191 | http.HandleFunc("/happycat/putcattowarehouse", PutCattoWareHouse) //将合成界面的猫放入仓库 | ... | ... |