Browse Source

修改端口号,更改微信平台序列号

lcl 1 year ago
parent
commit
fe7f9dc9f1
3 changed files with 3 additions and 3 deletions
  1. 1 1
      AppStart/WeChatFunction.cs
  2. 1 1
      Program.cs
  3. 1 1
      Properties/launchSettings.json

+ 1 - 1
AppStart/WeChatFunction.cs

@@ -25,7 +25,7 @@ namespace MySystem
         public string AppSecret = "883f9ef7831d8ca82168c3fd6dcfb750";
         public string MchId = "1613112281";
         public string serialNo = "14E9FD7F0981BEA23F94137607521CB51C4F76EF";
-        public string platSerialNo = "";
+        public string platSerialNo = "31CF8918DD2C48D8E6AC645233DCE5A27FA47344";
 
         #region 服务商平台商户进件提交申请单API
 

+ 1 - 1
Program.cs

@@ -22,7 +22,7 @@ namespace MySystem
                 .ConfigureWebHostDefaults(webBuilder =>
                 {
                     webBuilder
-                    .UseUrls("http://*:5046")
+                    .UseUrls("http://*:5146")
                     .UseKestrel()
                     .UseContentRoot(Directory.GetCurrentDirectory())
                     .UseIISIntegration()

+ 1 - 1
Properties/launchSettings.json

@@ -21,7 +21,7 @@
       "environmentVariables": {
         "ASPNETCORE_ENVIRONMENT": "Development"
       },
-      "applicationUrl": "http://127.0.0.1:5046"
+      "applicationUrl": "http://127.0.0.1:5146"
     }
   }
 }