Browse Source

wip:打开三级页提交

wangkaiyue 3 năm trước cách đây
mục cha
commit
2167b579ed
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      handler/activity/shareOpen.go

+ 0 - 3
handler/activity/shareOpen.go

@@ -24,9 +24,6 @@ const (
 
 // ShareOpenDetail 分享打开三级页
 func ShareOpenDetail(msg *model.Message) {
-	if len(msg.E_body) == 0 {
-		return
-	}
 	openMax := gcfg.Instance().MustGet(gctx.New(), "shareOpenDetail.rewardTimesMax.points", nil).Int64()
 	pointsNum := gcfg.Instance().MustGet(gctx.New(), "shareOpenDetail.openDetail.points", nil).Int64()
 	key := fmt.Sprintf("jypoints_share_article_open_%s", msg.E_userId)