f
This commit is contained in:
@@ -1156,6 +1156,13 @@ type YYSYS9W1Req struct {
|
||||
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
|
||||
}
|
||||
|
||||
// YYSYS98AReq 移动手机号易诉分(转发海宇 YYSYS7Y1)
|
||||
type YYSYS98AReq struct {
|
||||
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
|
||||
Name string `json:"name" validate:"omitempty,min=1,validName"`
|
||||
IDCard string `json:"id_card" validate:"omitempty,validIDCard"`
|
||||
}
|
||||
|
||||
type YYSYK8R3Req struct {
|
||||
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user