fix: try fixing automatic policy

This commit is contained in:
xishang0128
2023-12-26 03:49:00 +08:00
parent 41a05d96a5
commit 0d07cf40b8
3 changed files with 10 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ func (f *Fallback) MarshalJSON() ([]byte, error) {
"all": all,
"testUrl": f.testUrl,
"expectedStatus": f.expectedStatus,
"fixed": f.selected,
})
}

View File

@@ -170,6 +170,7 @@ func (u *URLTest) MarshalJSON() ([]byte, error) {
"all": all,
"testUrl": u.testUrl,
"expectedStatus": u.expectedStatus,
"fixed": u.selected,
})
}