Browse Source

Merge remote-tracking branch 'origin/master'

zhengtao 9 months ago
parent
commit
e3d031edb1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      game/game_cluster/internal/mdb/models/cashoutrecord.go

+ 1 - 0
game/game_cluster/internal/mdb/models/cashoutrecord.go

@@ -2,6 +2,7 @@ package models
 
 type CashOutRecord struct {
 	UserName    string `json:"userName" bson:"userName"`        // 用户名字
+	NickName    string `json:"nickName" bson:"nickName"`        // 昵称
 	Status      int    `json:"status" bson:"status"`            // 0:未审核 1:审核通过 2:审核失败
 	Amount      int    `json:"amount" bson:"amount"`            //
 	AfterAmount int    `json:"afterAmount" bson:"after_amount"` //