AccessTokenService.java 129 B

1234567
  1. package com.tzld.piaoquan.wecom.service;
  2. public interface AccessTokenService {
  3. String getWeComAccessToken(Long corpId);
  4. }