update 支付宝小程序

This commit is contained in:
Guoqs
2024-06-17 14:11:59 +08:00
parent 27c199617e
commit 20d7f06e8f
5 changed files with 77 additions and 19 deletions

View File

@@ -70,9 +70,21 @@ public interface PileMerchantInfoService {
*/
public int deletePileMerchantInfoById(Long id);
PileMerchantInfo getFirstLevelMerchantByAppId(String appId);
/**
* 根据微信appId查询一级运营商信息
* @param wxAppId 微信appId
* @return
*/
PileMerchantInfo getFirstLevelMerchantByWxAppId(String wxAppId);
/**
/**
* 根据支付宝appId查询一级运营商信息
* @param alipayAppId 微信appId
* @return
*/
PileMerchantInfo getFirstLevelMerchantByAlipayAppId(String alipayAppId);
/**
* 通过微信小程序appId查询一级运营商merchantId
* @param wechatAppId 微信小程序appId
* @return 一级运营商merchantId