修改登录提示
This commit is contained in:
parent
262b902a34
commit
d40c93d8c2
|
|
@ -48,7 +48,7 @@ namespace HuanMeng.MiaoYu.Code.Users.UserAccount.PhoneAccount
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
return new BaseResponse<bool>(ResonseCode.Error, "出现异常", false);
|
return new BaseResponse<bool>(ResonseCode.Error, "出现异常" + ex.Message, false);
|
||||||
}
|
}
|
||||||
var day = int.Parse(DateTime.Now.ToString("yyyyMMdd"));
|
var day = int.Parse(DateTime.Now.ToString("yyyyMMdd"));
|
||||||
var phoneCount = dao.daoDbMiaoYu.context.T_Verification_Code.Where(it => it.Key == phone && it.CreateDay == day).Count();
|
var phoneCount = dao.daoDbMiaoYu.context.T_Verification_Code.Where(it => it.Key == phone && it.CreateDay == day).Count();
|
||||||
|
|
|
||||||
|
|
@ -41,5 +41,10 @@ namespace HuanMeng.MiaoYu.Model.Dto.Chat
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime? LastContactTime { get; set; }
|
public DateTime? LastContactTime { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 最后一次消息
|
||||||
|
/// </summary>
|
||||||
|
public string LastMessage { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
//腾讯云配置
|
//腾讯云配置
|
||||||
"TencentCloud": {
|
"TencentCloud": {
|
||||||
"SecretId": "AKIDLbhdP0Vs57yd7QZWu8A2jFbno8JKBUp6",
|
"SecretId": "AKIDVyMfzKZdZP8zkNyOdsFuSsBJDB7EScs0",
|
||||||
"SecretKey": "MlP5tcUG6mdj7TwOpDWnZNFGIrJY8eH4",
|
"SecretKey": "89GWr7JPWYTL8ueHlAYowGZnvzKZjqs9",
|
||||||
"SMSCode": {
|
"SMSCode": {
|
||||||
//请求方式
|
//请求方式
|
||||||
"ReqMethod": "POST",
|
"ReqMethod": "POST",
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
//腾讯云配置
|
//腾讯云配置
|
||||||
"TencentCloud": {
|
"TencentCloud": {
|
||||||
"SecretId": "AKIDLbhdP0Vs57yd7QZWu8A2jFbno8JKBUp6",
|
"SecretId": "AKIDVyMfzKZdZP8zkNyOdsFuSsBJDB7EScs0",
|
||||||
"SecretKey": "MlP5tcUG6mdj7TwOpDWnZNFGIrJY8eH4",
|
"SecretKey": "89GWr7JPWYTL8ueHlAYowGZnvzKZjqs9",
|
||||||
"SMSCode": {
|
"SMSCode": {
|
||||||
//请求方式
|
//请求方式
|
||||||
"ReqMethod": "POST",
|
"ReqMethod": "POST",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user