Fix: API forwarding header setting failure issue

This commit is contained in:
Liujian
2025-04-14 10:19:49 +08:00
parent 4beb497032
commit 741bdd682c
5 changed files with 41 additions and 14 deletions
+4 -3
View File
@@ -144,9 +144,10 @@ type Proxy struct {
}
type Header struct {
Key string `json:"key"`
Value string `json:"value"`
Opt string `json:"opt"`
Key string `json:"key"`
Value string `json:"value"`
Opt string `json:"opt"`
OptType string `json:"opt_type"`
}
type Router struct {