|
|
@@ -219,7 +219,7 @@ func (self *PermitController) SaveWxuserInfo() {
|
|
|
self.ReturnError(403, apps.ParamsError, "", nil)
|
|
|
}
|
|
|
|
|
|
- wxUId := int64(6) //self.GetCurrentWxUserId()
|
|
|
+ wxUId := self.GetCurrentWxUserId()
|
|
|
wxUser := user_model.GetWxUserById(wxUId, true)
|
|
|
|
|
|
if wxUser == nil {
|