Merge branch 'dev-lzh-0905' into dev
This commit is contained in:
commit
cad92c6651
File diff suppressed because it is too large
Load Diff
@ -486,6 +486,12 @@ func (this *UnfinishedInfo) Validate() error {
|
|||||||
func (this *SoftDeleteUnfinishedInfoRequest) Validate() error {
|
func (this *SoftDeleteUnfinishedInfoRequest) Validate() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
func (this *BundleActivateReq) Validate() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
func (this *BundleActivateResp) Validate() error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
func (this *TaskQueryRequest) Validate() error {
|
func (this *TaskQueryRequest) Validate() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
@ -555,9 +561,3 @@ func (this *ArtistBundleBalanceRequest) Validate() error {
|
|||||||
func (this *ArtistBundleBalanceResponse) Validate() error {
|
func (this *ArtistBundleBalanceResponse) Validate() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
func (this *BundleActivateReq) Validate() error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
func (this *BundleActivateResp) Validate() error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user