mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 实时分账
This commit is contained in:
@@ -66,7 +66,9 @@ public interface IPileMerchantInfoService {
|
||||
*/
|
||||
public int deletePileMerchantInfoById(Long id);
|
||||
|
||||
/**
|
||||
PileMerchantInfo getFirstLevelMerchantByAppId(String appId);
|
||||
|
||||
/**
|
||||
* 通过微信小程序appId查询一级运营商merchantId
|
||||
* @param appId 微信小程序appId
|
||||
* @return 一级运营商merchantId
|
||||
@@ -105,4 +107,6 @@ public interface IPileMerchantInfoService {
|
||||
* @return
|
||||
*/
|
||||
List<String> getDeptIdsByAppId(String appId);
|
||||
|
||||
String getDelayModeByWechatAppId(String wechatAppId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user