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.HttpApi/LifePay/AccountController.cs |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs b/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs
index 9cce5da..c786435 100644
--- a/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs
+++ b/LifePayment/LifePayment.HttpApi/LifePay/AccountController.cs
@@ -34,6 +34,17 @@
 
 
         #region life pay
+        /// <summary>
+        /// 鑾峰彇鐢熸椿缂磋垂鐢ㄦ埛韬唤浼氳瘽淇℃伅
+        /// </summary>
+        /// <param name="code">鐢ㄦ埛鐧诲綍鍑瘉</param>  
+        /// <returns></returns>
+        [HttpGet]
+        [AllowAnonymous]
+        public async Task<WxMiniAppIndentityInfo> GetLifePayWxIndentity(string code)
+        {
+            return await _accountService.GetLifePayWxIndentity(code);
+        }
 
         /// <summary>
         /// life pay鎵嬫満楠岃瘉鐮佺櫥褰�

--
Gitblit v1.9.1