|
@@ -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)
|