This commit is contained in:
2026-06-23 11:05:32 +08:00
parent b9b30b3a53
commit 74c01dde3b
4 changed files with 53 additions and 0 deletions

View File

@@ -89,6 +89,9 @@ type IVYZX7J9Req struct {
IDCard string `json:"id_card" validate:"required,validIDCard"`
}
type QCXG6U5GReq struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type IVYZFC59Req struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}