add options
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user