fadd
This commit is contained in:
@@ -1375,3 +1375,26 @@ type JRZQ2PV2Req struct {
|
||||
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
|
||||
IDCard string `json:"id_card" validate:"required,validIDCard"`
|
||||
}
|
||||
|
||||
type QCXGV20OReq struct {
|
||||
VinCode string `json:"vin_code" validate:"required"`
|
||||
}
|
||||
|
||||
type QCXGVP00Req struct {
|
||||
VinCode string `json:"vin_code" validate:"required"`
|
||||
}
|
||||
|
||||
type QCXGVJ70Req struct {
|
||||
PlateNo string `json:"plate_no" validate:"required"`
|
||||
}
|
||||
|
||||
type QCXG2Y8XReq struct {
|
||||
PlateNo string `json:"plate_no" validate:"omitempty"`
|
||||
IDCard string `json:"id_card" validate:"omitempty,validIDCard"`
|
||||
VinCode string `json:"vin_code" validate:"omitempty"`
|
||||
}
|
||||
type QCXG74YTReq struct {
|
||||
PlateNo string `json:"plate_no" validate:"omitempty"`
|
||||
IDCard string `json:"id_card" validate:"omitempty,validIDCard"`
|
||||
VinCode string `json:"vin_code" validate:"omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user