添加 APISendIP 属性

This commit is contained in:
darthstren
2025-10-28 15:53:54 +08:00
committed by GitHub
parent 3deccaae00
commit c656877311
2 changed files with 19 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ type rawNodeConfig struct {
type ApiConfig struct {
APIHost string `json:"ApiHost"`
APISendIP string `json:"ApiSendIP"`
NodeID int `json:"NodeID"`
Key string `json:"ApiKey"`
NodeType string `json:"NodeType"`