@@ -389,7 +389,7 @@ public class WalletService {
bean.setAgentAmount(summary.getAgentAmount());
return BaseResult.success(bean);
}
- return BaseResult.failed("暂未开通钱包");
+ throw new BusinessException("暂未开通钱包");