Merge branch 'dev-lzh-0905' into dev

This commit is contained in:
lzh 2025-10-15 15:59:01 +08:00
commit cad92c6651
2 changed files with 1888 additions and 1431 deletions

File diff suppressed because it is too large Load Diff

View File

@ -486,6 +486,12 @@ func (this *UnfinishedInfo) Validate() error {
func (this *SoftDeleteUnfinishedInfoRequest) Validate() error {
return nil
}
func (this *BundleActivateReq) Validate() error {
return nil
}
func (this *BundleActivateResp) Validate() error {
return nil
}
func (this *TaskQueryRequest) Validate() error {
return nil
}
@ -555,9 +561,3 @@ func (this *ArtistBundleBalanceRequest) Validate() error {
func (this *ArtistBundleBalanceResponse) Validate() error {
return nil
}
func (this *BundleActivateReq) Validate() error {
return nil
}
func (this *BundleActivateResp) Validate() error {
return nil
}