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

@@ -9,5 +9,9 @@ public enum ValidationPhoneTypeEnum
/// <summary>
/// 忘记密码
/// </summary>
RetrievePassword
RetrievePassword,
/// <summary>
/// 绑定
/// </summary>
Bind
}