package entertainment type Player struct { uid string operate int32 // 该谁操作 score int32 // 玩家积分 step int32 // 操作步骤 status int32 // 状态 }