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