update 新运平台Service

This commit is contained in:
Lemon
2025-01-10 09:17:32 +08:00
parent c8f1733965
commit ee9a9f2a9d

View File

@@ -87,6 +87,11 @@ public class XinYunPlatformServiceImpl implements ThirdPartyPlatformService {
ThirdPartyPlatformFactory.register(thirdPlatformType, this);
}
/**
* 查询令牌 query_token
* @param dto
* @return
*/
@Override
public Map<String, String> queryToken(CommonParamsDTO dto) {
AccessTokenVO vo = new AccessTokenVO();