WxTokenService.java 94 B

1234567
  1. package com.xcgl.weixin.service;
  2. public interface WxTokenService {
  3. String getSkey();
  4. }