This commit is contained in:
2026-06-23 11:31:33 +08:00
parent 676198696b
commit e8b9a45763
4 changed files with 54 additions and 0 deletions

View File

@@ -187,6 +187,10 @@ type JRZQFC59Req struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type QCXG6U5GReq struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type IVYZX7J9Req struct {
Name string `json:"name" validate:"required,min=1,validName"`
IDCard string `json:"id_card" validate:"required,validIDCard"`