♻ 修改通用方法名称

Former-commit-id: a2fcb444949e0550b4c65016bc1848f83a8b7891
This commit is contained in:
zhouqunjie 2023-11-07 09:06:12 +08:00
parent 56cd47958b
commit 451011c886
3 changed files with 45 additions and 45 deletions

View File

@ -49,7 +49,7 @@ func NewHttpsClient() *resty.Client {
return c
}
func GetACHttpRequest() *resty.Request {
func GetHttpRequest() *resty.Request {
client := resty.New()
request := client.R()