微信登录查询方法修改为 根据appid查询一级运营商merchantid

This commit is contained in:
Lemon
2023-08-04 14:19:45 +08:00
parent 3b2a20026b
commit d4287259a3
6 changed files with 29 additions and 26 deletions

View File

@@ -64,9 +64,12 @@ public interface IPileMerchantInfoService {
*/
public int deletePileMerchantInfoById(Long id);
String getMerchantIdByAppId(String appId);
List<String> getMerchantIdsByAppId(String appId);
/**
* 获取一级运营商merchantId
* @param appId
* @return
*/
String getFirstLevelMerchantIdByAppId(String appId);
MerchantInfoVO getMerchantInfo(String merchantId);