mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 创建企业用户
This commit is contained in:
@@ -247,6 +247,11 @@ public class AdapayMemberService {
|
||||
return vo;
|
||||
}
|
||||
|
||||
/**
|
||||
* 更新结算账户设置
|
||||
* @param dto
|
||||
* @throws BaseAdaPayException
|
||||
*/
|
||||
public void updateSettleAccountConfig(UpdateAccountConfigDTO dto) throws BaseAdaPayException {
|
||||
// 通过merchantId 查询出汇付会员id 和 结算账户id,用来查询余额
|
||||
AdapayMemberAccount adapayMemberAccount = adapayMemberAccountService.selectByMerchantId(dto.getMerchantId());
|
||||
@@ -269,4 +274,11 @@ public class AdapayMemberService {
|
||||
}
|
||||
Map<String, Object> settleCount = SettleAccount.update(params);
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建企业用户
|
||||
*/
|
||||
public void createCorpMember() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user