Shelikhoo 9 年之前
父节点
当前提交
427bed5ddb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      transport/internet/ws/config_json.go

+ 1 - 1
transport/internet/ws/config_json.go

@@ -10,7 +10,7 @@ func (this *Config) UnmarshalJSON(data []byte) error {
 		Path            string `json:"Path"`
 		Path            string `json:"Path"`
 		Pto             string `json:"Pto"`
 		Pto             string `json:"Pto"`
 		Cert            string `json:"Cert"`
 		Cert            string `json:"Cert"`
-		PrivKey         string `json:"PrivKet"`
+		PrivKey         string `json:"PrivKey"`
 	}
 	}
 	jsonConfig := &JsonConfig{
 	jsonConfig := &JsonConfig{
 		ConnectionReuse: true,
 		ConnectionReuse: true,