fix ivyz3p9m
This commit is contained in:
@@ -289,8 +289,9 @@ type IVYZ7F3AReq struct {
|
||||
}
|
||||
|
||||
type IVYZ3P9MReq struct {
|
||||
IDCard string `json:"id_card" validate:"required,validIDCard"`
|
||||
Name string `json:"name" validate:"required,min=1,validName"`
|
||||
IDCard string `json:"id_card" validate:"required,validIDCard"`
|
||||
Name string `json:"name" validate:"required,min=1,validName"`
|
||||
ReturnType string `json:"return_type" validate:"omitempty,oneof=1 2"`
|
||||
}
|
||||
|
||||
type IVYZ3A7FReq struct {
|
||||
|
||||
Reference in New Issue
Block a user