mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
update 支付宝小程序
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user