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