This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lichunlei
/
kxs-main
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
退款间隔改为1分钟
lcl
2 years ago
parent
3685d75011
commit
b92a85cacb
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
AppStart/Helper/OrderRefundService.cs
+ 1
- 1
AppStart/Helper/OrderRefundService.cs
View File
@@ -114,7 +114,7 @@ namespace MySystem
}
else
{
- Thread.Sleep(
5
00);
+ Thread.Sleep(
600
00);
}
}
}