移动系统liao
2024-08-15 d6e560e1d30bd6af259b0c07ffb51b9caf8ab925
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);
    }
}