V2.7 增加agent执行器
This commit is contained in:
@@ -9,10 +9,10 @@ package libs
|
||||
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
"net/http"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func HttpGet(url string, param map[string]string) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user