上传武馆需求优化
This commit is contained in:
parent
6200efd55b
commit
689ba47749
@ -41,7 +41,7 @@ func (this *modelMartialhall) queryUserMartialhall(uid string) (result *pb.DBMar
|
|||||||
Id: primitive.NewObjectID().Hex(),
|
Id: primitive.NewObjectID().Hex(),
|
||||||
Uid: uid,
|
Uid: uid,
|
||||||
Lv: 1,
|
Lv: 1,
|
||||||
Pillar1: &pb.DBPillar{Index: 1},
|
Pillar1: &pb.DBPillar{Index: 1, Isunlock: true},
|
||||||
Pillar2: &pb.DBPillar{Index: 2},
|
Pillar2: &pb.DBPillar{Index: 2},
|
||||||
Pillar3: &pb.DBPillar{Index: 3},
|
Pillar3: &pb.DBPillar{Index: 3},
|
||||||
Pillar4: &pb.DBPillar{Index: 4},
|
Pillar4: &pb.DBPillar{Index: 4},
|
||||||
|
Loading…
Reference in New Issue
Block a user