mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-02 21:18:05 +08:00
update 新运平台Service
This commit is contained in:
@@ -87,6 +87,11 @@ public class XinYunPlatformServiceImpl implements ThirdPartyPlatformService {
|
|||||||
ThirdPartyPlatformFactory.register(thirdPlatformType, this);
|
ThirdPartyPlatformFactory.register(thirdPlatformType, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 查询令牌 query_token
|
||||||
|
* @param dto
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Map<String, String> queryToken(CommonParamsDTO dto) {
|
public Map<String, String> queryToken(CommonParamsDTO dto) {
|
||||||
AccessTokenVO vo = new AccessTokenVO();
|
AccessTokenVO vo = new AccessTokenVO();
|
||||||
|
|||||||
Reference in New Issue
Block a user