Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
53cf37a4
authored
Apr 09, 2026
by
Calcium-Ion
Committed by
GitHub
Apr 09, 2026
Browse files
Options
Browse Files
Download
Plain Diff
fix(ali): accept string usage values in task polling (#4155)
parents
3bda738e
274307b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
relay/channel/task/ali/adaptor.go
+3
-3
No files found.
relay/channel/task/ali/adaptor.go
View file @
53cf37a4
...
...
@@ -80,9 +80,9 @@ type AliVideoOutput struct {
// AliUsage 使用统计
type
AliUsage
struct
{
Duration
int
`json:"duration,omitempty"`
VideoCount
int
`json:"video_count,omitempty"`
SR
int
`json:"SR,omitempty"`
Duration
dto
.
IntValue
`json:"duration,omitempty"`
VideoCount
dto
.
IntValue
`json:"video_count,omitempty"`
SR
dto
.
IntValue
`json:"SR,omitempty"`
}
type
AliMetadata
struct
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment