curlconverter / curlconverter

Transpile curl commands into Python, JavaScript and 27 other languages
https://curlconverter.com
MIT License
7.17k stars 867 forks source link

带有格式的curl command 转换报错Error: command should begin with "curl" but instead begins with "-H" -H "authority: push2.eastmoney.com" ^ ^^ #607

Closed CGW516 closed 5 months ago

CGW516 commented 5 months ago

curl "https://push2.eastmoney.com/api/qt/clist/get?cb=jQuery112305465931109179512_1701413950500&fid=f62&po=1&pz=50&pn=1&np=1&fltt=2&invt=2&ut=b2884a393a59ad64002292a3e90d46a5&fs=m^%^3A0^%^2Bt^%^3A6^%^2Bf^%^3A^!2^%^2Cm^%^3A0^%^2Bt^%^3A13^%^2Bf^%^3A^!2^%^2Cm^%^3A0^%^2Bt^%^3A80^%^2Bf^%^3A^!2^%^2Cm^%^3A1^%^2Bt^%^3A2^%^2Bf^%^3A^!2^%^2Cm^%^3A1^%^2Bt^%^3A23^%^2Bf^%^3A^!2^%^2Cm^%^3A0^%^2Bt^%^3A7^%^2Bf^%^3A^!2^%^2Cm^%^3A1^%^2Bt^%^3A3^%^2Bf^%^3A^!2&fields=f12^%^2Cf14^%^2Cf2^%^2Cf3^%^2Cf62^%^2Cf184^%^2Cf66^%^2Cf69^%^2Cf72^%^2Cf75^%^2Cf78^%^2Cf81^%^2Cf84^%^2Cf87^%^2Cf204^%^2Cf205^%^2Cf124^%^2Cf1^%^2Cf13" ^ -H "authority: push2.eastmoney.com" ^ -H "accept: /" ^ -H "accept-language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7,ja;q=0.6" ^ -H "cookie: qgqp_b_id=0bdb6e42c8e1307cc89354a1472b5bf9; st_si=57925087021069; st_asi=delete; st_pvi=86232919128538; st_sp=2023-12-01^%^2014^%^3A42^%^3A45; st_inirUrl=https^%^3A^%^2F^%^2Fwww.eastmoney.com^%^2F; st_sn=5; st_psi=20231201145913511-113300300813-6325446284" ^ -H "referer: https://data.eastmoney.com/zjlx/detail.html" ^ -H "sec-ch-ua: ^\^"Google Chrome^\^";v=^\^"119^\^", ^\^"Chromium^\^";v=^\^"119^\^", ^\^"Not?A_Brand^\^";v=^\^"24^\^"" ^ -H "sec-ch-ua-mobile: ?0" ^ -H "sec-ch-ua-platform: ^\^"Windows^\^"" ^ -H "sec-fetch-dest: script" ^ -H "sec-fetch-mode: no-cors" ^ -H "sec-fetch-site: same-site" ^ -H "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" ^ --compressed

verhovsky commented 5 months ago

Click "copy as curl (bash)" instead of "copy as curl (cmd)"

143