Commit ede683bc990a198d4022e7b3f6cc087c809f6272

Authored by 陆恒
1 parent 05a665f9

提交

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