田工版本初次提交
This commit is contained in:
@@ -40,7 +40,7 @@ namespace HttpsTran
|
||||
var D = (SecurityProtocolType)3072;
|
||||
var E = (SecurityProtocolType)12288;
|
||||
ServicePointManager.SecurityProtocol = A | B | C | D | E;
|
||||
BaseURL = "https://localhost:7009/";
|
||||
//BaseURL = "https://localhost:7009/";
|
||||
var client123 = new RestClient(BaseURL);
|
||||
//var request123 = new RestRequest("/order/checkOut", Method.POST);
|
||||
var request123 = new RestRequest(url, Method.Post);
|
||||
|
||||
Reference in New Issue
Block a user