add options

This commit is contained in:
2022-06-27 03:13:22 +08:00
parent a6c620b7db
commit 281a59b7af
+2
View File
@@ -23,6 +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,
method = "GET",
headers = {
["HtyHost"] = wx_domain,