This commit is contained in:
2022-06-27 03:29:24 +08:00
parent 136666e182
commit 177ed3b7f9
+2 -2
View File
@@ -23,8 +23,8 @@ local function get_access_token()
local no_exception, resp, resp_err = pcall(httpc.request_uri, httpc, remote_url,
{
ssl_verify = false, -- 设置参数 ssl_verify 为false 不校验ssl证书
pool = nil,
pool_size = nil,
--pool = nil,
--pool_size = nil,
method = "GET",
headers = {
["HtyHost"] = wx_domain,