update 逻辑提现

This commit is contained in:
2023-08-22 11:11:45 +08:00
parent 826d906d88
commit ee3d1b20c4

View File

@@ -702,6 +702,9 @@ public class AdapayService {
if (settleCount == null) {
throw new BusinessException("", "申请取现接口发生异常");
}
if (AdapayStatusEnum.FAILED.getValue().equals(settleCount.get("status"))) {
throw new BusinessException((String) settleCount.get("error_code"), (String) settleCount.get("error_msg"));
}
String id = (String) settleCount.get("id");