|
|
@@ -21,7 +21,6 @@ import (
|
|
|
"github.com/uuid"
|
|
|
|
|
|
"fohow.com/apps"
|
|
|
- "fohow.com/apps/helpers"
|
|
|
// "fohow.com/apps/controllers/user_controller"
|
|
|
// "fohow.com/apps/models/activity_model"
|
|
|
// "fohow.com/apps/models/order_model"
|
|
|
@@ -166,7 +165,7 @@ func (self *PermitController) XcxLogin() {
|
|
|
}
|
|
|
wxUser = new(user_model.WxUser).QuickCreate(key.Openid, key.Unionid, ip, user.Id, inviteId, introUserId, depart)
|
|
|
//赠送积分
|
|
|
- go helpers.SendCent(wxUser.Id, inviteId)
|
|
|
+ //go helpers.SendCent(wxUser.Id, inviteId)
|
|
|
}
|
|
|
//self.SetSession(apps.XcxSessionKey, key.SessionKey)
|
|
|
sessionKey := lib_redis.GetKeySessionKey(wxUser.Id)
|