fix(ali): accept string usage values in task polling
This commit is contained in:
parent
78e4cb3cad
commit
274307b0a9
@ -80,9 +80,9 @@ type AliVideoOutput struct {
|
|||||||
|
|
||||||
// AliUsage 使用统计
|
// AliUsage 使用统计
|
||||||
type AliUsage struct {
|
type AliUsage struct {
|
||||||
Duration int `json:"duration,omitempty"`
|
Duration dto.IntValue `json:"duration,omitempty"`
|
||||||
VideoCount int `json:"video_count,omitempty"`
|
VideoCount dto.IntValue `json:"video_count,omitempty"`
|
||||||
SR int `json:"SR,omitempty"`
|
SR dto.IntValue `json:"SR,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type AliMetadata struct {
|
type AliMetadata struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user