update 支付宝小程序

This commit is contained in:
Guoqs
2024-06-13 14:12:15 +08:00
parent 5a72797b06
commit 15cf6ccc6e
2 changed files with 23 additions and 4 deletions

View File

@@ -75,7 +75,9 @@ public interface PileMerchantInfoService {
* @param appId 微信小程序appId
* @return 一级运营商merchantId
*/
String getFirstLevelMerchantIdByWxAppId(String appId);
String getFirstLevelMerchantIdByWxAppId(String wechatAppId);
String getFirstLevelMerchantIdByAliAppId(String alipayAppId);
MerchantInfoVO getMerchantInfoVO(String merchantId);