Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 修改 spark lite 的 domain 的参数应为lite #1896

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion relay/adaptor/xunfei/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
func apiVersion2domain(apiVersion string) string {
switch apiVersion {
case "v1.1":
return "general"
return "lite"

Check warning on line 286 in relay/adaptor/xunfei/main.go

View check run for this annotation

Codecov / codecov/patch

relay/adaptor/xunfei/main.go#L286

Added line #L286 was not covered by tests
case "v2.1":
return "generalv2"
case "v3.1":
Expand Down
Loading