|
@@ -666,7 +666,7 @@ public class FsStorePaymentServiceImpl implements IFsStorePaymentService {
|
|
|
return result;
|
|
return result;
|
|
|
}catch (Exception e){
|
|
}catch (Exception e){
|
|
|
logger.error("领取红包失败原因:{}", ExceptionUtils.getMessage(e),e);
|
|
logger.error("领取红包失败原因:{}", ExceptionUtils.getMessage(e),e);
|
|
|
- if (e instanceof WxPayException && "济南联志健康".equals(signProjectName)) {
|
|
|
|
|
|
|
+ if (e instanceof WxPayException && "北京存在文化".equals(signProjectName)) {
|
|
|
WxPayException wxPayException = (WxPayException) e;
|
|
WxPayException wxPayException = (WxPayException) e;
|
|
|
String customErrorMsg = wxPayException.getCustomErrorMsg();
|
|
String customErrorMsg = wxPayException.getCustomErrorMsg();
|
|
|
if (null != customErrorMsg && customErrorMsg.startsWith("商户运营账户资金不足")) {
|
|
if (null != customErrorMsg && customErrorMsg.startsWith("商户运营账户资金不足")) {
|