田工版本初次提交

This commit is contained in:
2025-12-11 14:13:27 +08:00
parent ab6e620f8e
commit fe7f5313bc
146 changed files with 86546 additions and 3 deletions

View File

@@ -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);