From 74de6badabac4d0622e509d313732322fd3de82e Mon Sep 17 00:00:00 2001 From: OPPO9008 <41640509+OPPO9008@users.noreply.github.com> Date: Sun, 18 Jun 2023 16:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dhttp=E4=BC=AA=E8=A3=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根据sspanel代码,headerType 才是下发订阅的参数 --- api/sspanel/sspanel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/sspanel/sspanel.go b/api/sspanel/sspanel.go index cc74a088..bbcfdf71 100644 --- a/api/sspanel/sspanel.go +++ b/api/sspanel/sspanel.go @@ -459,7 +459,7 @@ func (c *APIClient) ParseV2rayNodeResponse(nodeInfoResponse *NodeInfoResponse) ( host = value case "servicename": serviceName = value - case "headertype": + case "headerType": HeaderType = value } }