From 2f62cc9499aa8440d477590d8dcb966dc7a8d740 Mon Sep 17 00:00:00 2001 From: yindaheng98 Date: Tue, 5 Apr 2022 17:56:15 +0800 Subject: [PATCH] bug fix --- vmess/vmess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmess/vmess.go b/vmess/vmess.go index 4cb7460..ee49e83 100644 --- a/vmess/vmess.go +++ b/vmess/vmess.go @@ -9,7 +9,7 @@ import ( ) type VmessLink struct { - Ver string `json:"v"` + Ver json.Number `json:"v"` Add string `json:"add"` Aid interface{} `json:"aid"` Host string `json:"host"`