From 5ff44c2f7396f585b237c26d3fd442878055da3c Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 28 三月 2025 10:20:50 +0800 Subject: [PATCH] 提交 --- LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs index 6059095..ef60775 100644 --- a/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs +++ b/LifePayment/LifePayment.Application.Contracts/LifePay/LifePayOutput.cs @@ -1147,4 +1147,27 @@ /// 鍑瘉 /// </summary> public string Voucher { get; set; } + + /// <summary> + /// 璁拌处鏃堕棿 + /// </summary> + public DateTime CreationTime { get; set; } +} + +public class LifePayPhoneMesssageCodeLoginOutput +{ + /// <summary> + /// 鐢ㄦ埛Id + /// </summary> + public Guid UserId { get; set; } + + /// <summary> + /// 鏄惁鏄悗鍙扮敤鎴� + /// </summary> + public bool IsBackClientUser { get; set; } + + /// <summary> + /// 娓犻亾鍙� + /// </summary> + public string[] ChannlesNum { get; set; } } \ No newline at end of file -- Gitblit v1.9.1