Commit ede683bc990a198d4022e7b3f6cc087c809f6272
1 parent
05a665f9
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/datadef.go
1 | package logic | 1 | package logic |
2 | 2 | ||
3 | +//"101":"免费任务升级", | ||
4 | +//"102":"任务", | ||
5 | +//"103":"免费红包", | ||
6 | +//"104":"付费任务升级", | ||
7 | +//"105":"存钱罐", | ||
8 | +//"106":"付费红包", | ||
9 | +//"107":"签到罐" | ||
10 | + | ||
3 | type UserLoginReq struct { | 11 | type UserLoginReq struct { |
4 | Fromid int `json:"fromid"` | 12 | Fromid int `json:"fromid"` |
5 | Sharetype int `json:"sharetype"` | 13 | Sharetype int `json:"sharetype"` |