lingling
2025-03-14 53ae121a66b937b532ea762905aaa16953442ddc
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手机验证码登录