|
@@ -161,6 +161,11 @@ func (this *PowerService) Power(userid string, baseUserId, accountId, entId, pos
|
|
free.PpStatus = common.Int64All(o_jy["i_ppstatus"])
|
|
free.PpStatus = common.Int64All(o_jy["i_ppstatus"])
|
|
free.PpStartTime = common.Int64All(o_jy["l_areaStart_p"])
|
|
free.PpStartTime = common.Int64All(o_jy["l_areaStart_p"])
|
|
free.PpEndTime = common.Int64All(o_jy["l_areaEnd_p"])
|
|
free.PpEndTime = common.Int64All(o_jy["l_areaEnd_p"])
|
|
|
|
+
|
|
|
|
+ if ppBuyset, _ := o_jy["o_buyset_p"].(map[string]interface{}); ppBuyset != nil && len(ppBuyset) > 0 {
|
|
|
|
+ free.PpAreaCount = common.Int64All(ppBuyset["areacount"])
|
|
|
|
+ }
|
|
|
|
+
|
|
//超级订阅
|
|
//超级订阅
|
|
vipStatus := common.Int64All((*data)["i_vip_status"])
|
|
vipStatus := common.Int64All((*data)["i_vip_status"])
|
|
vipStartTime := common.Int64All((*data)["l_vip_starttime"])
|
|
vipStartTime := common.Int64All((*data)["l_vip_starttime"])
|