fix agentService

This commit is contained in:
2025-06-09 22:24:19 +08:00
parent 9344532b24
commit ae59eabe6f
5 changed files with 4 additions and 15 deletions

View File

@@ -55,7 +55,8 @@ const (
)
const (
GrantTypeFace string = "face"
GrantTypeFace string = "face"
AuthorizationGrantTypeSms = "sms"
)
const (
AuthorizationStatusPending = "pending"