1 2 3 4 5 6
namespace Yi.Framework.WeChat.MiniProgram.Token; public interface IMiniProgramToken { public Task<string> GetTokenAsync(); }