From d6e560e1d30bd6af259b0c07ffb51b9caf8ab925 Mon Sep 17 00:00:00 2001
From: 移动系统liao <liaoxujun@qq.com>
Date: 星期四, 15 八月 2024 10:17:04 +0800
Subject: [PATCH] 萨达

---
 cylsg/EzWechat/IWechatService.cs |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/cylsg/EzWechat/IWechatService.cs b/cylsg/EzWechat/IWechatService.cs
index 935346f..bde7133 100644
--- a/cylsg/EzWechat/IWechatService.cs
+++ b/cylsg/EzWechat/IWechatService.cs
@@ -1,4 +1,5 @@
-锘縰sing System;
+锘縰sing 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);
     }
 }

--
Gitblit v1.9.1