|
@@ -59,7 +59,7 @@ func (l *MiniSystemLogic) ArticleDefined(conn transaction.Conn, companyId, at in |
|
@@ -59,7 +59,7 @@ func (l *MiniSystemLogic) ArticleDefined(conn transaction.Conn, companyId, at in |
59
|
|
59
|
|
60
|
// ArticleDeleted 帖子删除
|
60
|
// ArticleDeleted 帖子删除
|
61
|
func (l *MiniSystemLogic) ArticleDeleted(conn transaction.Conn, companyId, at int64, createdTime, title string) (err error) {
|
61
|
func (l *MiniSystemLogic) ArticleDeleted(conn transaction.Conn, companyId, at int64, createdTime, title string) (err error) {
|
62
|
- return l.createMessage(conn, companyId, at, domain.MsgTypeNormal, "帖子已删除", fmt.Sprintf("你于%v发布的帖子[%v]已被删除,如有疑问,请联系运营管理员了解详情。", createdTime, title))
|
62
|
+ return l.createMessage(conn, companyId, at, domain.MsgTypeDeleted, "帖子已删除", fmt.Sprintf("你于%v发布的帖子[%v]已被删除,如有疑问,请联系运营管理员了解详情。", createdTime, title))
|
63
|
}
|
63
|
}
|
64
|
|
64
|
|
65
|
//// ArticleAuth 文章权限变更
|
65
|
//// ArticleAuth 文章权限变更
|