mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
汇付基础响应
This commit is contained in:
@@ -405,10 +405,10 @@ public class AdapayService {
|
||||
|
||||
|
||||
/**
|
||||
* 删除结算账户对象
|
||||
* 删除结算账户对象/创建删除结算账户请求
|
||||
* 企业用户更新银行卡信息时调用,先删除后新建
|
||||
*/
|
||||
public void createDeleteSettleAccount(String adapayMemberId, String settleAccountId, String wechatAppId) throws BaseAdaPayException {
|
||||
public void createDeleteSettleAccountRequest(String adapayMemberId, String settleAccountId, String wechatAppId) throws BaseAdaPayException {
|
||||
// 获取汇付支付配置
|
||||
AbstractAdapayConfig config = AdapayConfigFactory.getConfig(wechatAppId);
|
||||
if (config == null) {
|
||||
|
||||
Reference in New Issue
Block a user