zoujiajian 6 månader sedan
förälder
incheckning
14a80b62fd

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

@@ -87,7 +87,7 @@ public class ChongAfDianRechargeServiceImpl implements ChongAfDianRechargeServic
 			throw BusinessRuntimeException.getInstance("卡密:{0}错误", gptCardKey);
 		}
 		if (!chongAfDianCardKeyResp.getExists()) {
-			throw BusinessRuntimeException.getInstance("卡密:{}不存在", gptCardKey);
+			throw BusinessRuntimeException.getInstance("卡密:{0}不存在", gptCardKey);
 		}
 		if (!chongAfDianCardKeyResp.getValid()) {
 			log.error("卡密:{}已被使用", gptCardKey);