mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-12 01:30:09 +08:00
【新增】增加API接口测试功能接口 为部分供应商API增加测试功能
This commit is contained in:
@@ -40,3 +40,11 @@ func TestGetBTWAFSiteList(t *testing.T) {
|
||||
}
|
||||
fmt.Println(err)
|
||||
}
|
||||
|
||||
func TestBtWafAPITest(t *testing.T) {
|
||||
result := BtWafAPITest("1")
|
||||
if result != nil {
|
||||
fmt.Println(result)
|
||||
return
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user