Browse Source

退款间隔改为1分钟

lcl 2 years ago
parent
commit
b92a85cacb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/OrderRefundService.cs

+ 1 - 1
AppStart/Helper/OrderRefundService.cs

@@ -114,7 +114,7 @@ namespace MySystem
                 }
                 else
                 {
-                    Thread.Sleep(500);
+                    Thread.Sleep(60000);
                 }
             }
         }