1
This commit is contained in:
parent
3b63fd4ef7
commit
a6fb94c21e
@ -30,23 +30,23 @@ func (this *mailMgr) fetchmailFromDB() {
|
||||
func (this *mailMgr) loadFromDB() {
|
||||
}
|
||||
|
||||
func (this *mailMgr) caGetMailList(common.Player, *gin.Context) {
|
||||
func (this *mailMgr) caGetMailList(hum common.Player, c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (this *mailMgr) caMarkMail(common.Player, *gin.Context) {
|
||||
func (this *mailMgr) caMarkMail(hum common.Player, c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (this *mailMgr) caGetUnreadMailCnt(common.Player, *gin.Context) {
|
||||
func (this *mailMgr) caGetUnreadMailCnt(hum common.Player, c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (this *mailMgr) caGetAttachment(common.Player, *gin.Context) {
|
||||
func (this *mailMgr) caGetAttachment(hum common.Player, c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
func (this *mailMgr) caDeleteMails(common.Player, *gin.Context) {
|
||||
func (this *mailMgr) caDeleteMails(hum common.Player, c *gin.Context) {
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user