update 分润配置页面

This commit is contained in:
Guoqs
2025-01-02 14:54:57 +08:00
parent a93e987fd4
commit 236afdda33
8 changed files with 165 additions and 53 deletions

View File

@@ -59,6 +59,8 @@ public interface AdapayMemberAccountService {
*/
int deleteAdapayMemberAccountByIds(List<String> ids);
String selectAdapayMemberIdByMerchantId(String merchantId);
/**
* 根据运营商id查询汇付会员信息
* @param merchantId 运营商id
@@ -92,4 +94,5 @@ public interface AdapayMemberAccountService {
*/
int deleteAuditFailed(String merchantId);
String selectMerchantNameByAdapayMemberId(String adapayMemberId);
}