소스 검색

wip:打开三级页提交

wangkaiyue 3 년 전
부모
커밋
2167b579ed
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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)