Skip to content

Commit ef216d6

Browse files
authored
Merge pull request #18 from allencty/feature/20251022-stream-union_1
钉钉Stream支持全球化
2 parents 10e622c + 684fcca commit ef216d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-stream-api/src/main/java/com/dingtalk/open/app/api/UserAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static UserAgent getUserAgent() {
2020
}
2121

2222
public String getUa() {
23-
return this.name + "/" + this.version;
23+
return this.name + "/" + this.version + "-union";
2424
}
2525

2626
}

0 commit comments

Comments
 (0)