修改用户列表查询,接入阿里云短信服务

This commit is contained in:
chy
2025-06-13 17:45:32 +08:00
parent 6c69eceeb1
commit 86ee1dfe49
10 changed files with 363 additions and 3 deletions

View File

@ -27,3 +27,11 @@ type OssUploadFileInput struct {
Filename string
File *ghttp.UploadFile
}
type SMSCodeIn struct {
Phone string
}
type SMSCodeOut struct {
Success bool
}