zoujiajian před 3 měsíci
rodič
revize
75388499a5

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/recharge/impl/SancRechargeServiceImpl.java

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