RestClient newclient = new RestClient(url); RestRequest newrequest = new RestRequest(apiurl, Method.POST); string mimetype = "application/json"; ...
確定! 回上一頁