feat: add video channel kling

This commit is contained in:
skynono
2025-06-19 11:53:42 +08:00
parent 1ea674f3ff
commit d7ed0214ad
17 changed files with 619 additions and 6 deletions
+4
View File
@@ -22,6 +22,10 @@ type TaskAdaptor struct {
ChannelType int
}
func (a *TaskAdaptor) ParseResultUrl(resp map[string]any) (string, error) {
return "", nil // todo implement this method if needed
}
func (a *TaskAdaptor) Init(info *relaycommon.TaskRelayInfo) {
a.ChannelType = info.ChannelType
}