feat: 补充绑定逻辑

This commit is contained in:
橙子
2024-10-21 23:35:10 +08:00
parent 1a73f7bef3
commit 0e6d380b7e
6 changed files with 48 additions and 16 deletions

View File

@@ -5,4 +5,14 @@ public class BindInput
public string JsCode { get; set; }
public long Phone { get; set; }
/// <summary>
/// 唯一标识码
/// </summary>
public string? Uuid { get; set; }
/// <summary>
/// 验证码
/// </summary>
public string? Code { get; set; }
}

View File

@@ -20,15 +20,17 @@ public class RegisterInput
/// </summary>
public string? Uuid { get; set; }
/// <summary>
/// 验证码
/// </summary>
public string? Code { get; set; }
/// <summary>
/// 电话
/// </summary>
public long Phone { get; set; }
/// <summary>
/// 验证码
/// </summary>
public string? Code { get; set; }
/// <summary>
/// 昵称