根据运营商id逻辑删除审核未通过的汇付会员账户

This commit is contained in:
2024-02-26 16:53:38 +08:00
parent 478bb55910
commit 6e155e2103
3 changed files with 39 additions and 19 deletions

View File

@@ -68,4 +68,11 @@ public interface AdapayMemberAccountService {
AdapayMemberAccount getDefault();
/**
* 根据运营商id逻辑删除审核未通过的汇付会员账户
* @param merchantId
* @return
*/
int deleteAuditFailed(String merchantId);
}