mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 查询汇付账户余额
This commit is contained in:
@@ -218,7 +218,7 @@ public class AdapayMemberService {
|
||||
if (adapayMemberAccount == null) {
|
||||
return vo;
|
||||
}
|
||||
String settle_account_id = adapayMemberAccount.getAdapayMemberId();
|
||||
String settle_account_id = adapayMemberAccount.getSettleAccountId();
|
||||
String member_id = adapayMemberAccount.getAdapayMemberId();
|
||||
Map<String, Object> queryParams = Maps.newHashMap();
|
||||
queryParams.put("settle_account_id", settle_account_id);
|
||||
@@ -235,9 +235,4 @@ public class AdapayMemberService {
|
||||
return vo;
|
||||
}
|
||||
|
||||
public AdapaySettleAccountVO selectSettleAccount(String merchantId) {
|
||||
AdapaySettleAccountVO vo = new AdapaySettleAccountVO();
|
||||
|
||||
return vo;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user