|
楼主 |
发表于 2024-5-22 11:21:43
|
显示全部楼层
重庆市重庆市
无痕雨 发表于 2024-5-22 10:58
Data="{"+#引号+"data"+#引号+":[],"+#引号+"event_data"+#引号+":null,"+#引号+"fn_index"+#引号+":513,"+ ...
好像不行:
Data = “{” + #引号 + “data” + #引号 + “:[],” + #引号 + “event_data” + #引号 + “:null,” + #引号 + “fn_index” + #引号 + “:513,” + #引号 + “session_hash” + #引号 + “:” + #引号 + “eq01hqrxjaj” + #引号 + “}”
输出调试文本 (Data)
响应 = 编码_Utf8到Ansi (网页_访问_对象 (“http://127.0.0.1:7860/run/predict”, 1, Data, , , #常量2))
输出调试文本 (响应)
返回信息:{"detail":[{"loc":["body"],"msg":"value is not a valid dict","type":"type_error.dict"}]}
正确返回值:{"data":[],"is_generating":false,"duration":0.0,"average_duration":0.0027516365051269533}
在抓包时调试发送就可以,易语言就是不行 |
|