🎨 complete SMS login function

This commit is contained in:
landaiqing
2024-08-14 00:11:32 +08:00
parent 48c5aeb0f4
commit 368adadf52
38 changed files with 687 additions and 232 deletions

View File

@@ -176,7 +176,7 @@ const docTemplate = `{
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/model.ScaAuthUser"
"$ref": "#/definitions/dto.ScaAuthUser"
}
}
],
@@ -429,7 +429,7 @@ const docTemplate = `{
}
},
"definitions": {
"model.ScaAuthUser": {
"dto.ScaAuthUser": {
"type": "object",
"properties": {
"avatar": {