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