feat: 添加短信验证码发送记录功能
This commit is contained in:
10
backend_v1/app/http/dto/sms_code_send.go
Normal file
10
backend_v1/app/http/dto/sms_code_send.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package dto
|
||||
|
||||
import "quyun/v2/app/requests"
|
||||
|
||||
type SmsCodeSendListQuery struct {
|
||||
*requests.Pagination
|
||||
|
||||
Phone *string `query:"phone"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user