update LanguageCode (#8872)

Co-authored-by: zh378814 <wb-zh378814@alibaba-inc.com>
This commit is contained in:
zhaohai
2024-10-29 19:07:14 +08:00
committed by GitHub
parent ecb45bb90d
commit a96a14f734
@@ -35,7 +35,8 @@ public enum LanguageCode {
GO((byte) 9),
PHP((byte) 10),
OMS((byte) 11),
RUST((byte) 12);
RUST((byte) 12),
NODE_JS((byte) 13);
private byte code;