F
This commit is contained in:
@@ -706,11 +706,7 @@ type FLXG8B4DReq struct {
|
||||
}
|
||||
|
||||
type QCXG9P1CReq struct {
|
||||
VehicleType string `json:"vehicle_type" validate:"omitempty,oneof=0 1 2"`
|
||||
IDCard string `json:"id_card" validate:"required,validIDCard"`
|
||||
Name string `json:"name" validate:"omitempty,min=1,validName"`
|
||||
UserType string `json:"user_type" validate:"omitempty,oneof=1 2 3"`
|
||||
Authorized string `json:"authorized" validate:"required,oneof=0 1"`
|
||||
IDCard string `json:"id_card" validate:"required,validIDCard"`
|
||||
}
|
||||
|
||||
type QCXG8A3DReq struct {
|
||||
|
||||
Reference in New Issue
Block a user