Commit e9e23d440ee2949d4f50e65443ac0264d34bce1f

Authored by 陆恒
1 parent 51a8e560
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -152,7 +152,7 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int, uniqueuid s
152 152 initdata.JiRedNum = 0
153 153 initdata.SpecialNum = 0
154 154 initdata.RandNum = RANDNUMLIMIT
155   - initdata.Tili = 10
  155 + initdata.Tili = 50
156 156 initdata.UpLvCostTimeSec = int(time.Now().Unix())
157 157  
158 158 //todo 等待提现配置表
... ...