This commit is contained in:
Mrx
2026-01-30 18:32:16 +08:00
parent dbcecde4e0
commit 6a1a59de8d
5 changed files with 9 additions and 12 deletions

View File

@@ -126,7 +126,7 @@ type QCXG9F5CReq struct {
type QCXG3B8ZReq struct {
PlateNo string `json:"plate_no" validate:"required"`
}
type QCXM7R9Req struct {
type QCXGM7R9Req struct {
PlateNo string `json:"plate_no" validate:"required"`
}
type QCXGP1W3Req struct {
@@ -298,9 +298,8 @@ type COMB86PMReq struct {
}
type QCXG7A2BReq struct {
IDCard string `json:"id_card" validate:"required,validIDCard"`
PlateNo string `json:"plate_no" validate:"required"`
}
type QCXG4896Req struct {
PlateNo string `json:"plate_no" validate:"required"`
AuthDate string `json:"auth_date" validate:"required,validAuthDate" encrypt:"false"`