Compare commits

...

2 Commits

Author SHA1 Message Date
lzh
cad92c6651 Merge branch 'dev-lzh-0905' into dev 2025-10-15 15:59:01 +08:00
lzh
0d880d2999 proto更新 2025-10-15 15:58:26 +08:00
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
}