@@ -77,7 +77,7 @@ public class SancRechargeServiceImpl implements SancRechargeService {
if (cmsUser == null) {
throw BusinessRuntimeException.getInstance("系统繁忙,请稍后重试");
}
- throw BusinessRuntimeException.getInstance("库存不足");
+ throw BusinessRuntimeException.getInstance("三川库存不足");
//校验卡密是否可用
CardVerificationResponse cardVerificationResponse = null;