var client = new RestClient("https://xxx/api"); var request = new RestRequest(Method.POST); request.RequestFormat = DataFormat.Json;
確定! 回上一頁