Compare commits

...

12 Commits

Author SHA1 Message Date
jiaji.H
113b5ef33d Updata:更新pb文件 2025-09-17 11:21:11 +08:00
jiaji.H
18317e40f3 Updata:更新pb文件 2025-09-16 13:54:28 +08:00
jiaji.H
d8c3fd8392 Updata:更新pb文件 2025-09-16 13:46:05 +08:00
jiaji.H
197750debe Updata:更新pb文件 2025-09-15 15:10:10 +08:00
jiaji.H
06b1c37e30 Updata:更新pb文件 2025-09-15 14:57:35 +08:00
jiaji.H
6a0884afe7 Updata:更新pb文件 2025-09-15 14:37:35 +08:00
jiaji.H
69beb2ad08 Updata:更新pb文件 2025-09-11 15:34:14 +08:00
jiaji.H
11c8d62e5e Updata:更新pb文件 2025-09-11 15:01:09 +08:00
jiaji.H
166fe65169 Updata:更新pb文件 2025-09-09 11:04:50 +08:00
jiaji.H
03a1370738 Updata:更新pb文件 2025-09-04 11:34:40 +08:00
jiaji.H
78f8f9c927 Updata:更新pb文件 2025-09-03 15:22:18 +08:00
jiaji.H
9e77c3133a Updata:更新pb文件 2025-09-03 11:33:54 +08:00
4 changed files with 4673 additions and 2243 deletions

File diff suppressed because it is too large Load Diff

View File

@ -95,6 +95,13 @@ func (this *BundleProfile) Validate() error {
}
}
}
for _, item := range this.SelectValueAdditionalService {
if item != nil {
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
return github_com_mwitkow_go_proto_validators.FieldError("SelectValueAdditionalService", err)
}
}
}
for _, item := range this.BundleProfileLang {
if item != nil {
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
@ -105,6 +112,16 @@ func (this *BundleProfile) Validate() error {
return nil
}
func (this *BundleProfileLang) Validate() error {
for _, item := range this.ServiceLangInfo {
if item != nil {
if err := github_com_mwitkow_go_proto_validators.CallValidatorIfExists(item); err != nil {
return github_com_mwitkow_go_proto_validators.FieldError("ServiceLangInfo", err)
}
}
}
return nil
}
func (this *ServiceLangInfo) Validate() error {
return nil
}
func (this *SaveResponse) Validate() error {
@ -113,6 +130,9 @@ func (this *SaveResponse) Validate() error {
func (this *SelectValueAddService) Validate() error {
return nil
}
func (this *SelectValueAdditionalService) Validate() error {
return nil
}
func (this *DelBundleRequest) Validate() error {
return nil
}

View File

@ -1,7 +1,7 @@
// Code generated by protoc-gen-go-triple. DO NOT EDIT.
// versions:
// - protoc-gen-go-triple v1.0.5
// - protoc v6.32.0
// - protoc v5.26.0
// source: pb/bundle.proto
package bundle

View File

@ -113,7 +113,6 @@ func BundleListV2(c *gin.Context) {
}
func BundleDetailV2(c *gin.Context) {
var req bundle.BundleDetailRequest
if err := c.ShouldBindBodyWith(&req, binding.JSON); err != nil {
service.Error(c, err)
return