username@email.com
2025-02-05 d86bc04d0b34f2b7d9ddbd30ee703b51d48876e8
cylsg/EzWechat/IWechatService.cs
@@ -1,4 +1,5 @@
using System;
using SKIT.FlurlHttpClient.Wechat.Api.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -9,5 +10,17 @@
    public interface IWechatService
    {
        /// <summary>
        /// 使用jsocde 换区 code
        /// </summary>
        /// <param name="jscode"></param>
        /// <returns></returns>
        Task<string> GetOpenID(string jscode);
        /// <summary>
        /// 获取手机号码
        /// </summary>
        /// <param name="bindgetphonenumber"></param>
        /// <returns></returns>
        Task<string> GetPhone(string bindgetphonenumber);
    }
}