瀏覽代碼

指定net版本

lcl 1 年之前
父節點
當前提交
21d07e3397
共有 4 個文件被更改,包括 34 次插入1 次删除
  1. 3 0
      .vscode/settings.json
  2. 1 1
      Controllers/HomeController.cs
  3. 25 0
      MainServer.sln
  4. 5 0
      global.json

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "dotnet.defaultSolution": "MainServer.sln"
+}

+ 1 - 1
Controllers/HomeController.cs

@@ -202,7 +202,7 @@ namespace MySystem.Controllers
             // string ApiResponse = function.GetWebRequest("http://47.108.118.29:8080/v1/cybmain/app/authorization");
             //{"status":1,"messge":null,"data":{"userId":1,"token":"eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImQyN2E2OGY0NzY0MjRiMzJiNjhhM2JlMTc1ZjQ4OGE3In0.xjKmh1Pu9_DvwI-zpML8Z3oqKs99PQW-9aBg-ru2i-xQZYC3yKEtJ_H1_bcw2byGNnMNXMPRlBoDegLpSebXDA","loginTime":1699331586502,"expireTime":1699417986502,"ipaddr":null,"loginLocation":null,"browser":null,"os":null,"user":null},"other":null,"code":"1","timestamp":null}
 
-
+            //补广电卡奖励
             // List<int> ids = new List<int>();
             // DateTime now = DateTime.Now;
             // foreach(int id in ids)

+ 25 - 0
MainServer.sln

@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.5.001.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MySystem", "MySystem.csproj", "{2DB2D8B5-98FF-4C42-BB2C-8E5498253A72}"
+EndProject
+Global
+	GlobalSection(SolutionConfigurationPlatforms) = preSolution
+		Debug|Any CPU = Debug|Any CPU
+		Release|Any CPU = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+		{2DB2D8B5-98FF-4C42-BB2C-8E5498253A72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{2DB2D8B5-98FF-4C42-BB2C-8E5498253A72}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{2DB2D8B5-98FF-4C42-BB2C-8E5498253A72}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{2DB2D8B5-98FF-4C42-BB2C-8E5498253A72}.Release|Any CPU.Build.0 = Release|Any CPU
+	EndGlobalSection
+	GlobalSection(SolutionProperties) = preSolution
+		HideSolutionNode = FALSE
+	EndGlobalSection
+	GlobalSection(ExtensibilityGlobals) = postSolution
+		SolutionGuid = {474B0CE9-46CB-45ED-A233-3A2C029E67D3}
+	EndGlobalSection
+EndGlobal

+ 5 - 0
global.json

@@ -0,0 +1,5 @@
+{
+  "sdk": {
+    "version": "3.0.100"
+  }
+}