♻ 修改通用方法名称
Former-commit-id: a2fcb444949e0550b4c65016bc1848f83a8b7891
This commit is contained in:
parent
56cd47958b
commit
451011c886
|
@ -49,7 +49,7 @@ func NewHttpsClient() *resty.Client {
|
||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
|
|
||||||
func GetACHttpRequest() *resty.Request {
|
func GetHttpRequest() *resty.Request {
|
||||||
|
|
||||||
client := resty.New()
|
client := resty.New()
|
||||||
request := client.R()
|
request := client.R()
|
||||||
|
|
Loading…
Reference in New Issue