Sfoglia il codice sorgente

异常替换敏感词

lzk 1 giorno fa
parent
commit
d19625148e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      3.Service/XYY.Service.Standard.ChannelApi/_4PX/Api.cs

+ 1 - 1
3.Service/XYY.Service.Standard.ChannelApi/_4PX/Api.cs

@@ -659,7 +659,7 @@ namespace XYY.Service.Standard.ChannelApi._4PX
                     else { errorMsg = result.msg; }
 
                     if (errorMsg.Contains("余额")) { errorMsg = "邮局服务升级中,请稍候重试。"; }
-                    throw new Exception(errorMsg);
+                    throw new Exception(errorMsg.Replace("递四方","").Replace("4px",""));
                 }
                 else
                 {