Explorar o código

退款间隔改为1分钟

lcl %!s(int64=2) %!d(string=hai) anos
pai
achega
b92a85cacb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
                 }
             }
         }