This commit is contained in:
aozhiwei 2024-04-13 21:48:23 +08:00
parent 244a12b318
commit 21053563cc

View File

@ -95,7 +95,11 @@ func (this *mailMgr) loadGroupMembers() {
}
func (this *mailMgr) caGetMailList(hum common.Player, c *gin.Context) {
this.traversePlayerMail(
hum,
func (m *mail) bool {
return true
})
}
func (this *mailMgr) caMarkMail(hum common.Player, c *gin.Context) {