|
@@ -57,7 +57,7 @@ func (l *GetSubSomeInfoLogic) GetSubSomeInfo(in *bxsubscribe.SomeInfoReq) (*bxsu
|
|
|
todayNum := time.Unix(time.Now().Unix(), 1).Format("20060102")
|
|
|
if user != nil {
|
|
|
//超级订阅
|
|
|
- if user.Vip.Status == 1 || common.IntAll((*user)["i_vip_status"]) == 2 {
|
|
|
+ if user.Vip.Status == 1 || common.IntAll(user.Vip.Status) == 2 {
|
|
|
var threeRemind = int64(3 * 24 * 60 * 60)
|
|
|
var twoRemind = int64(2 * 24 * 60 * 60)
|
|
|
var oneRemind = int64(1 * 24 * 60 * 60)
|