|
@@ -149,12 +149,12 @@ func (this *BaseAuthMobileController) Detail() {
|
|
this.ServeJSON()
|
|
this.ServeJSON()
|
|
}()
|
|
}()
|
|
sysUser := this.User
|
|
sysUser := this.User
|
|
- if sysUser == nil {
|
|
|
|
- br.Msg = "请登录"
|
|
|
|
- br.ErrMsg = "请登录1,SysUser Is Empty"
|
|
|
|
- br.Ret = 408
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
+ //if sysUser == nil {
|
|
|
|
+ // br.Msg = "请登录"
|
|
|
|
+ // br.ErrMsg = "请登录1,SysUser Is Empty"
|
|
|
|
+ // br.Ret = 408
|
|
|
|
+ // return
|
|
|
|
+ //}
|
|
|
|
|
|
specialId, _ := this.GetInt("Id", 0)
|
|
specialId, _ := this.GetInt("Id", 0)
|
|
isSendWx, _ := this.GetInt("IsSendWx", 0)
|
|
isSendWx, _ := this.GetInt("IsSendWx", 0)
|