mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 整理接口
This commit is contained in:
@@ -24,11 +24,15 @@ import java.util.Map;
|
||||
|
||||
public interface ThirdPartyPlatformService {
|
||||
|
||||
/**
|
||||
* query_token 获取token,提供给第三方平台使用
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
default Map<String, String> queryToken(CommonParamsDTO dto) {
|
||||
throw new UnsupportedOperationException("This method is not yet implemented");
|
||||
}
|
||||
|
||||
|
||||
// =================================================================================== //
|
||||
// ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ 由我方平台实现此接口,对方平台调用的查询接口 ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ //
|
||||
// =================================================================================== //
|
||||
@@ -450,6 +454,4 @@ public interface ThirdPartyPlatformService {
|
||||
return StringUtils.equals(sig, sign);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user