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/QrCodeLogin.cs | 29 ++++++++++++++++++++++------- 1 files changed, 22 insertions(+), 7 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs index 5503fe7..200721f 100644 --- a/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs +++ b/LifePayment/LifePayment.Application.Contracts/User/QrCodeLogin.cs @@ -15,13 +15,28 @@ [Required(ErrorMessage = "{0}涓嶈兘涓虹┖")] [RegularExpression(LifePaymentConstant.RegularExpression.PhoneNumberRegEx, ErrorMessage = "{0}鏍煎紡閿欒")] public string PhoneNumber { get; set; } - - - /// <summary> - /// 楠岃瘉鐮� - /// </summary> - //[Required] - //public string Code { get; set; } } + public class WxMiniAppIndentityInfo + { + /// <summary> + /// 浼氳瘽瀵嗛挜 + /// </summary> + public string SessionKey { get; set; } + + /// <summary> + /// 灏忕▼搴廜penId + /// </summary> + public string OpenId { get; set; } + + /// <summary> + /// 鐢ㄦ埛鍚嶏紙璇ュ�间负绌哄垯闇�鎵嬫満鎺堟潈鐧诲綍锛屼笉涓虹┖鍒欏凡鏈夎灏忕▼搴忕敤鎴凤級 + /// </summary> + public string UserName { get; set; } + + /// <summary> + /// + /// </summary> + public string UnionId { get; set; } + } } \ No newline at end of file -- Gitblit v1.9.1