|
@@ -215,9 +215,11 @@ func getAccountVipAttr(session *httpsession.Session, powerRes *pcc.CheckResp) (r
|
|
|
//付费用户根据结束时间排序展示会员,省份订阅包和其他产品并存,省份订阅包不展
|
|
|
if powerRes.Member.Status > 0 { //大会员
|
|
|
rData = append(rData, &VipDetail{Name: fmt.Sprintf("大会员%s", memberCodeNameMapping[powerRes.Member.Status]), EndTime: powerRes.Member.GetEndTime(), Attr: g.Map{
|
|
|
- "h5": g.Cfg().MustGet(context.TODO(), "consultingVipMemberH5", "https://host.huiju.cool/p/18dea1").String(),
|
|
|
- "app": g.Cfg().MustGet(context.TODO(), "consultingVipMemberApp", "https://host.huiju.cool/p/f01de").String(),
|
|
|
- "pc": g.Cfg().MustGet(context.TODO(), "consultingVipMemberPc", "https://www.jianyu360.cn/hjpc/dhyxfzxxshd").String(),
|
|
|
+ "h5": g.Cfg().MustGet(context.TODO(), "consultingVipMemberH5", "https://host.huiju.cool/p/18dea1").String(),
|
|
|
+ "app": g.Cfg().MustGet(context.TODO(), "consultingVipMemberApp", "https://host.huiju.cool/p/f01de").String(),
|
|
|
+ "pc": g.Cfg().MustGet(context.TODO(), "consultingVipMemberPc", "https://www.jianyu360.cn/hjpc/dhyxfzxxshd").String(),
|
|
|
+ "wx": g.Cfg().MustGet(context.TODO(), "consultingVipMemberWX", "https://host.huiju.cool/p/18dea1").String(),
|
|
|
+ "mini": g.Cfg().MustGet(context.TODO(), "consultingVipMemberMini", "https://host.huiju.cool/p/18dea1").String(), //微信小程序
|
|
|
}})
|
|
|
}
|
|
|
if powerRes.Entniche.Status > 0 {
|