mirror of
https://github.com/PengZhangs2017582/novel.git
synced 2025-06-25 03:31:30 +08:00
initial commit
This commit is contained in:
16
internal/model/phone_verify.go
Normal file
16
internal/model/phone_verify.go
Normal file
@ -0,0 +1,16 @@
|
||||
// Package model -----------------------------
|
||||
// @file : phone_verify.go
|
||||
// @author : Allen zhang
|
||||
// @contact : 364438619@qq.com
|
||||
// @time : 2024/1/11 15:30
|
||||
// -------------------------------------------
|
||||
package model
|
||||
|
||||
type GetCodeInput struct {
|
||||
Phone string
|
||||
CodeType int
|
||||
}
|
||||
|
||||
type GetCodeOutput struct {
|
||||
Code int
|
||||
}
|
Reference in New Issue
Block a user