修改授权方式为手机号码和验证码方式
测试出的问题修复
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Vote.Services.ApiController
|
||||
{
|
||||
code = code.ToString(),
|
||||
CreatedTime = DateTime.Now,
|
||||
expire_time = DateTime.Now.AddMinutes(10),
|
||||
expire_time = DateTime.Now.AddMinutes(1),
|
||||
IsDeleted = false,
|
||||
phone = args.phone
|
||||
}.InsertOrUpdate();
|
||||
|
||||
Reference in New Issue
Block a user