This commit is contained in:
2026-07-06 11:56:47 +08:00
parent e8b9a45763
commit 06b51c92eb
4 changed files with 21 additions and 0 deletions

View File

@@ -1086,6 +1086,11 @@ type YYSY7R4VReq struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
// YYSYC2V7Req 运营商近3个月平均账单
type YYSYC2V7Req struct {
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
}
type QYGL5S1IReq struct {
EntCode string `json:"ent_code" validate:"omitempty,validUSCI"`
EntName string `json:"ent_name" validate:"required,min=1,validEnterpriseName"`