@@ -59,6 +59,8 @@ func (e *entnicheStruct) PayCallBack(param *CallBackParam) bool {
"quota": qutil.IntAll(filter["personnum"]),
"startdate": now.Unix(),
"enddate": enddate.Unix(),
+ "isNew": 1,
+ "model": 1,
})
ok_2 := util.Mysql.UpdateOrDeleteBySqlByTx(tx, `update entniche_user set power=1 where phone=? and ent_id=?`, phone, ent_id)
return ok_1 && ok_2 > -1