zoujiajian 6 meses atrás
pai
commit
e2c4204019

+ 3 - 0
netflix-service/src/main/java/com/cyksj/service/recharge/impl/ChongAfDianRechargeServiceImpl.java

@@ -87,6 +87,9 @@ public class ChongAfDianRechargeServiceImpl implements ChongAfDianRechargeServic
 			throw BusinessRuntimeException.getInstance("卡密:{0}错误", gptCardKey);
 		}
 		if (!chongAfDianCardKeyResp.getExists()) {
+			if (cmsUser == null) {
+				throw BusinessRuntimeException.getInstance("系统繁忙,请重试");
+			}
 			throw BusinessRuntimeException.getInstance("卡密:{0}不存在", gptCardKey);
 		}
 		if (!chongAfDianCardKeyResp.getValid()) {