package com.tzld.piaoquan.wecom.service; public interface AccessTokenService { String getWeComAccessToken(Long corpId); }