上传机器人代码

This commit is contained in:
liwei1dao 2023-12-11 17:36:03 +08:00
parent bc835324e7
commit 09140da77a

View File

@ -308,7 +308,7 @@ func (r *Robot) Create(i uint64) int64 {
name := "e100000" + strconv.Itoa(int(i)) + r.account
rsp := &pb.UserCreateReq{
NickName: name,
Figure: 100,
Skin: "16010101",
Gender: 0,
}
msg.Sec = r.BuildSecStr()