xucaiqin 8 часов назад
Родитель
Сommit
5b46e58745

+ 1 - 1
sckw-modules/sckw-payment/src/main/java/com/sckw/payment/service/WalletService.java

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