add
This commit is contained in:
@@ -1049,6 +1049,16 @@ type YYSYP7PLReq struct {
|
||||
DateRange string `json:"date_range" validate:"required,validDateRange"`
|
||||
}
|
||||
|
||||
// YYSY2M8QReq 手机消费区间验证
|
||||
type YYSY2M8QReq struct {
|
||||
MobileNo string `json:"mobile_no" validate:"required,min=11,max=11,validMobileNo"`
|
||||
}
|
||||
|
||||
// YYSY7R4VReq 手机停机验证
|
||||
type YYSY7R4VReq 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"`
|
||||
|
||||
Reference in New Issue
Block a user