zoujiajian 6 달 전
부모
커밋
14a80b62fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-service/src/main/java/com/cyksj/service/recharge/impl/ChongAfDianRechargeServiceImpl.java

+ 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);