2016-07-02 7 views
0

をsplitedた、ただ、他からこのCMDを取り、単にカールのコマンドは、私はカールに慣れていないよ

curl -H "X-Forwarded-For: 58.251.37.181" -H "CLIENT-IP: 58.251.37.181" -e "http://www.baidu.com/" -k "https://xx.com/swapp/supplygdconfig?req_data={instime:20160630,supplyid:1,version:3.4.2545.9,st:3,jq:0,ohtercmd..}" >d:\1.txt 
アウト

カールが私のウェブサイトのコマンド文字列を分割思わ

[1/9]: https://xx.com/swapp/supplygdconfig?req_data=instime:20160630 
--> <stdout> 
--_curl_--https://xx.com/swapp/supplygdconfig?req_data=instime:20160630 
{"code":"101","subcode":"0","message":"\u7f3a\u5931\u5fc5\u8981\u53c2\u6570\u9519\u8bef"} 
[2/9]: https://xx.com/swapp/supplygdconfig?req_data=supplyid:1 --> <stdout> 
--_curl_--https://xx.com/swapp/supplygdconfig?req_data=supplyid:1 
{"code":"101","subcode":"0","message":"\u7f3a\u5931\u5fc5\u8981\u53c2\u6570\u951 
9\u8bef"} 
... 

をも実行しますキー値に、そしてただ1つのキー値の暴走時間だけで、意味がありません。 は、私はなぜカールがこれをやって知っているし、この問題を解決する方法については何も知りませんいけない:(

任意の提案は何が起こったのかを考え出す

答えて

0

をいただければ幸いです。最後のコマンドでは、様々なシンボル以来splited 。

{"instime":20160630 

%7B%22instime%22%3A%20160630 
ようにする必要があり
関連する問題