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