linux bash curl 如何转换成php的curl请求

curl 'http://af.epicc.com.cn/api/misc/creditEntry/creditInfoSubmit' 
    -H 'Cookie:test' 
    -H 'Origin: http://af.epicc.com.cn' 
    -H 'Accept-Encoding: gzip, deflate' 
    -H 'X-Requested-With: XMLHttpRequest' 
    -H 'Accept-Language: zh-CN,zh;q=0.9' 
    -H 'Authorization: Arch6WithCloud null' 
    -H 'Content-Type: multipart/form-data; boundary=----WebKitFormBoundary0vi094pNr9jxqbUH' 
    -H 'Accept: application/json, text/javascript, */*; q=0.01' 
    -H 'Referer: http://af.epicc.com.cn/' 
    -H 'jwtToken: test2' 
    -H 'Connection: keep-alive' 
    -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' 
    --data-binary $'------WebKitFormBoundary0vi094pNr9jxqbUH\r\nContent-Disposition: form-data; name="saveFlag"\r\n\r\nsave\r\n------WebKitFormBoundary0vi094pNr9jxqbUH--\r\n' 
    --compressed


墨色风雨
浏览 745回答 1
1回答

12345678_0001

中红色区域的$符号是干什么的? 我感觉是这个$的作用没我再代码中没体现
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java