ziwen 2 years ago
parent
commit
7e51a11614
1 changed files with 5 additions and 0 deletions
  1. 5 0
      services/verify.go

+ 5 - 0
services/verify.go

@@ -13,5 +13,10 @@ func CheckEncryption(urlPath string) (ok bool) {
 			ok = true
 		}
 	}
+	if urlPath != `/api/english_report/share/detail` {
+		if utils.RunMode == "release" {
+			ok = true
+		}
+	}
 	return
 }