暂未开通支付

This commit is contained in:
wangw 2025-03-12 10:47:41 +08:00
parent 8aa5e98317
commit 416263c9b1
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ public class PayServiceImpl implements PayService {
try { try {
return shopMerchantService.getById(shopId); return shopMerchantService.getById(shopId);
} catch (Exception e) { } catch (Exception e) {
throw new CzgException(e.getMessage()); throw new CzgException("暂未开通支付");
} }
} }