|
楼主 |
发表于 2024-6-7 09:20:23
|
显示全部楼层
浙江省丽水市
.版本 2
.支持库 spec
' }
headers.置值 (“Host”, “localhost:7860”)
headers.置值 (“Connection”, “keep-alive”)
headers.置值 (“accept”, “application/json”)
headers.置值 (“Content-Type”, “application/json”)
headers.置值 (“User-Agent”, “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36”)
headers.置值 (“Origin”, “http://localhost:7860”)
headers.置值 (“Sec-Fetch-Site”, “same-origin”)
headers.置值 (“Sec-Fetch-Mode”, “cors”)
headers.置值 (“Sec-Fetch-Dest”, “empty”)
headers.置值 (“Referer”, “http://localhost:7860/docs”)
headers.置值 (“Accept-Language”, “zh-CN,zh;q=0.9”)
headersText = headers.获取协议头数据 ()
调试输出 (网页_访问S (“http://127.0.0.1:7860/login.php”, , , , wwwww, headersText, , , “admin”, “admin”, , , , , , , , , , , ))
调试输出 (wwwww)
调试输出 (网页_访问S (“http://127.0.0.1:7860/login/gran ... &client_secret=”, , , , , headersText, , , , , , , , , , , , , , , ))
网页_访问_对象 (“http://127.0.0.1:7860/login/gran ... &client_secret=”, 1, , , wwwww, , , , , , , , , , , , , , )
调试输出 (wwwww)
' 调试输出 (编码_utf8到gb2312 (网页_访问S (“http://127.0.0.1:7860/agent-scheduler/v1/sd-models”, 0, , , , , , , , , , , , , , , , , , , )))
调试输出 (网页_取Cookie (“http://127.0.0.1:7860/login/gran ... &client_secret=”, ))
' 子程序1 ()
网页_访问_对象 (“http://127.0.0.1:7860/login/gran ... &client_secret=”, , , , wwwww, headersText, , , , , , , , , , , , , )
调试输出 (wwwww)
都不对啊 |
|