This commit is contained in:
Mrx
2026-03-18 13:20:41 +08:00
parent ce2d4087bb
commit 4e8f9317f5

View File

@@ -623,7 +623,7 @@ type FLXGDJG3Req struct {
type QYGLDJ12Req struct {
EntName string `json:"ent_name" validate:"omitempty,min=1,validEnterpriseName"`
EntCode string `json:"ent_code" validate:"omitempty,validUSCI"`
EntRegNo string `json:"ent_reg_no" validate:"omitempty,min=1,validEntRegNo"`
EntRegNo string `json:"ent_reg_no" validate:"omitempty"`
}
type YYSY6D9AReq struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`