Browse Source

no message

xingzai 1 year ago
parent
commit
9fb7799e8e
1 changed files with 6 additions and 6 deletions
  1. 6 6
      controllers/yanxuan_special.go

+ 6 - 6
controllers/yanxuan_special.go

@@ -149,12 +149,12 @@ func (this *BaseAuthMobileController) Detail() {
 		this.ServeJSON()
 	}()
 	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)
 	isSendWx, _ := this.GetInt("IsSendWx", 0)