有谁知道这个怎么玩?
var client = new RestClient("http://v.apix.cn/apixcredit/idcardauth/idcardauth?name=your_value&cardno=your_value");
var request = new RestRequest(Method.GET);
request.AddHeader("apix-key", "您的apix-key");
request.AddHeader("content-type", "application/json");
request.AddHeader("accept", "application/json");
IRestResponse response = client.Execute(request);
RestClient 这个是什么鬼
IRestResponse 这个是什么鬼
在ASP.NET 里怎么弄 跪求
1 个解决方案
#1
RESTClient is a simple, Python + wxWidgets Desktop application for talking to RESTful web services.
http://www.restclient.org/
http://www.restclient.org/
#1
RESTClient is a simple, Python + wxWidgets Desktop application for talking to RESTful web services.
http://www.restclient.org/
http://www.restclient.org/