|
|
@@ -94,7 +94,10 @@ public class AfDianRechargeServiceImpl implements AfDianRechargeService {
|
|
|
taskId = submitTask(gptCardKey, accessToken);
|
|
|
} catch (Exception e) {
|
|
|
setRechargeRelationStatusAutoError(relation);
|
|
|
- throw BusinessRuntimeException.getInstance("充值错误");
|
|
|
+ if (cmsUser == null) {
|
|
|
+ throw BusinessRuntimeException.getInstance("充值失败,请联系客服开通");
|
|
|
+ }
|
|
|
+ throw BusinessRuntimeException.getInstance("充值失败");
|
|
|
}
|
|
|
|
|
|
String password = relation.getPassword();
|