From 53ae121a66b937b532ea762905aaa16953442ddc Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期五, 14 三月 2025 16:39:28 +0800
Subject: [PATCH] 添加地区逻辑

---
 LifePayment/LifePayment.Application.Contracts/User/IAccountService.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Application.Contracts/User/IAccountService.cs b/LifePayment/LifePayment.Application.Contracts/User/IAccountService.cs
index 08a57ee..d090533 100644
--- a/LifePayment/LifePayment.Application.Contracts/User/IAccountService.cs
+++ b/LifePayment/LifePayment.Application.Contracts/User/IAccountService.cs
@@ -10,6 +10,7 @@
 
 
         #region life pay
+        Task<WxMiniAppIndentityInfo> GetLifePayWxIndentity(string code);
 
         /// <summary>
         /// 鎵嬫満楠岃瘉鐮佺櫥褰�

--
Gitblit v1.9.1