|
@@ -113,7 +113,6 @@ func (s *Script) LoadScript(downloadnode, script string, isfile ...string) {
|
|
ret, retcookie = DownloadAdv(downloadnode, s.Downloader, url, method, util.GetTable(param), util.GetTable(head), mycookie, charset, false, ishttps, "", s.Timeout)
|
|
ret, retcookie = DownloadAdv(downloadnode, s.Downloader, url, method, util.GetTable(param), util.GetTable(head), mycookie, charset, false, ishttps, "", s.Timeout)
|
|
scookie, _ := json.Marshal(retcookie)
|
|
scookie, _ := json.Marshal(retcookie)
|
|
@@ -418,6 +417,17 @@ func (s *Script) LoadScript(downloadnode, script string, isfile ...string) {
|
|
s.L.SetGlobal("aesEncryptECB", s.L.NewFunction(func(S *lua.LState) int {
|
|
s.L.SetGlobal("aesEncryptECB", s.L.NewFunction(func(S *lua.LState) int {
|