Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tankaikai
2025-03-12 11:26:25 +08:00
5 changed files with 11 additions and 8 deletions

View File

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