mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
根据运营商id逻辑删除审核未通过的汇付会员账户
This commit is contained in:
@@ -68,4 +68,11 @@ public interface AdapayMemberAccountService {
|
||||
|
||||
AdapayMemberAccount getDefault();
|
||||
|
||||
/**
|
||||
* 根据运营商id逻辑删除审核未通过的汇付会员账户
|
||||
* @param merchantId
|
||||
* @return
|
||||
*/
|
||||
int deleteAuditFailed(String merchantId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user