Commit 01160e80638a0a86b30aba14e6825ca047539028

Authored by 陆恒
1 parent 4ecc6431
Exists in master

提交

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/HttpServer/logic/function.go
... ... @@ -400,6 +400,8 @@ func InitUserInfo(data *UserLoginReq, resp *UserLoginResp, uuid int) {
400 400 udata.FlopCardCnt = 1
401 401 //test
402 402 udata.FlopCardLefCnt = 100
  403 + udata.NickName = "著名的沙雕玩家"
  404 + udata.Head = "https://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTIjPolxbUHLkrrfTBDl9Nj6KDicqHibXnMfM6L9cY2IT95T2hmv5RWXLrmGas7ms1A1H0jg8kDQFcGw/132"
403 405  
404 406 //初始化16个猫爬架
405 407 for i := 0; i < 16; i++ {
... ...