|
@@ -151,9 +151,9 @@ func (this *PowerService) Power(userid string, baseUserId, accountId, entId, pos
|
|
|
free.IsUpgrade = true //新免费用户
|
|
|
}
|
|
|
//省份订阅包
|
|
|
- free.PPStatus = common.IntAll(o_jy["i_ppstatus"])
|
|
|
- free.PPStartTime = common.Int64All(o_jy["l_areaStart_p"])
|
|
|
- free.PPEndTime = common.Int64All(o_jy["l_areaEnd_p"])
|
|
|
+ free.PpStatus = common.IntAll(o_jy["i_ppstatus"])
|
|
|
+ free.PpStartTime = common.Int64All(o_jy["l_areaStart_p"])
|
|
|
+ free.PpEndTime = common.Int64All(o_jy["l_areaEnd_p"])
|
|
|
//超级订阅
|
|
|
vipStatus := common.Int64All((*data)["i_vip_status"])
|
|
|
vipStartTime := common.Int64All((*data)["l_vip_starttime"])
|