|
@@ -459,7 +459,7 @@ func (this *YanxuanSpecialController) Save() {
|
|
|
go services.SendWxMsgSpecialFollow(req.Id)
|
|
|
go services.SendWxCategoryMsgSpecialFollow(req.Id)
|
|
|
go services.SendWxMsgSpecialAuthor(req.Id, 1)
|
|
|
- go services.SendWxCategoryMsgSpecialAuthor(req.Id, 2)
|
|
|
+ go services.SendWxCategoryMsgSpecialAuthor(req.Id, 1)
|
|
|
go services.UdpateYanxuanSpecialauthorArticleNum(authorUserId)
|
|
|
} else {
|
|
|
if req.DoType == 2 {
|