forked from gongxuegit/tiku-backend.net
feat: add wechat authentication
This commit is contained in:
@@ -36,6 +36,12 @@ public sealed record SmsLoginRequest(
|
||||
string? IpAddress,
|
||||
string? UserAgent);
|
||||
|
||||
public sealed record WechatLoginRequest(
|
||||
Guid TenantId,
|
||||
string Code,
|
||||
string? IpAddress,
|
||||
string? UserAgent);
|
||||
|
||||
public sealed record RefreshSessionRequest(
|
||||
string RefreshToken,
|
||||
string? IpAddress,
|
||||
|
||||
Reference in New Issue
Block a user