mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
个人桩启动充电
This commit is contained in:
@@ -133,7 +133,21 @@ public interface PileMerchantInfoService {
|
||||
*/
|
||||
List<String> getDeptIdsByAppId(String appId);
|
||||
|
||||
/**
|
||||
// @Override
|
||||
// public String getDelayModeByWechatAppId(String wechatAppId) {
|
||||
// PileMerchantInfo merchant = getFirstLevelMerchantByAppId(wechatAppId);
|
||||
// if (merchant != null) {
|
||||
// String delayMode = merchant.getDelayMode();
|
||||
// if (StringUtils.equals(delayMode, Constants.ONE)) {
|
||||
// return Constants.ADAPAY_PAY_MODE_DELAY;
|
||||
// }
|
||||
// }
|
||||
// return null;
|
||||
// }
|
||||
|
||||
String getDelayModeByAppIdAndRequestSource(String appId, String requestSource);
|
||||
|
||||
/**
|
||||
* 通过wechatAppId查询一级运营商的延时支付模式配置
|
||||
* @param wechatAppId 微信小程序id
|
||||
* @return 延时分账模式(0-不延时;1-延时分账)
|
||||
|
||||
Reference in New Issue
Block a user