mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 逻辑提现
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user