feat: 完成支持微信扫码功能
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
/// 昵称
|
||||
/// </summary>
|
||||
public string? Nick{ get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 头像
|
||||
/// </summary>
|
||||
public string? Icon { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,6 +38,6 @@ namespace Yi.Framework.Rbac.Application.Contracts.IServices
|
||||
/// 不需要验证,为了给第三方使用,例如微信小程序,后续可通过绑定操作,进行账号合并
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
Task PostTempRegisterAsync(RegisterDto input);
|
||||
Task<Guid> PostSystemRegisterAsync(RegisterDto input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user