Explorar o código

wip:打开三级页提交

wangkaiyue %!s(int64=3) %!d(string=hai) anos
pai
achega
2167b579ed
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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)