xingzai 1 rok pred
rodič
commit
9fb7799e8e
1 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  1. 6 6
      controllers/yanxuan_special.go

+ 6 - 6
controllers/yanxuan_special.go

@@ -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)