mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-09 16:21:10 +08:00
【调整】1panel网站列表
This commit is contained in:
@@ -38,3 +38,12 @@ func TestOnePanelAPITest(t *testing.T) {
|
||||
t.Log("SSHAPITest success")
|
||||
}
|
||||
}
|
||||
|
||||
func TestOnePanelSiteList(t *testing.T) {
|
||||
result, err := OnePanelSiteList("8")
|
||||
if err != nil {
|
||||
t.Fatalf("OnePanelSiteList failed: %v", err)
|
||||
} else {
|
||||
t.Logf("OnePanelSiteList success: %v", result)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user