f
This commit is contained in:
@@ -148,8 +148,8 @@ type QCXG1S2LReq struct {
|
||||
}
|
||||
type YYSYS7Y1Req struct {
|
||||
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
|
||||
Name string `json:"name" validate:"required,min=1,validName"`
|
||||
IDCard string `json:"id_card" validate:"required,validIDCard"`
|
||||
Name string `json:"name" validate:"omitempty,min=1,validName"`
|
||||
IDCard string `json:"id_card" validate:"omitempty,validIDCard"`
|
||||
}
|
||||
|
||||
type JRZQDMLOReq struct {
|
||||
|
||||
Reference in New Issue
Block a user