|
@@ -79,7 +79,6 @@ func (this *vipSubscribeStruct) PayCallBack(param *CallBackParam) bool {
|
|
|
endTime = startTime.AddDate(0, vmsg.Cyclecount, 0)
|
|
|
}*/
|
|
|
endTime = util.GetDATE(vmsg.Cycleunit, vmsg.Cyclecount, startTime.Unix())
|
|
|
- log.Println("endTime", endTime)
|
|
|
updateMap["vip_starttime"] = qutil.FormatDate(&startTime, qutil.Date_Full_Layout)
|
|
|
updateMap["vip_endtime"] = qutil.FormatDate(&endTime, qutil.Date_Full_Layout)
|
|
|
}
|