feat: 添加短信验证码发送记录功能

This commit is contained in:
2025-12-23 23:47:39 +08:00
parent a125f15f58
commit 5709255e39
19 changed files with 668 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
package dto
import "quyun/v2/app/requests"
type SmsCodeSendListQuery struct {
*requests.Pagination
Phone *string `query:"phone"`
}