GITLAB
陆恒
/ HappyCat
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
725381492418d4f3b4cfb4758e8356ec2b91e9cf
Authored by
陆恒
2020-06-10 15:44:42 +0800
1 parent
2cb4f4cd
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
Side-by-side Diff
Inline Diff
src/HttpServer/logic/httpserver.go
Wrap text
Diff comments
View file @
7253814
...
...
@@ -31,6 +31,7 @@ type FetchReward struct {
31
31
32
32
//just for test
33
33
func Testsendhttp() {
34
+ return
34
35
/*var queryinb QueryInviteReq
35
36
queryinb.Uuid = 131532
36
37
client := &http.Client{}
...
...