This website works better with JavaScript
Home
Explore
Help
Register
Sign In
lichunlei
/
mp-main
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
返现队列时间间隔10秒
lichunlei
1 year ago
parent
4adfd30590
commit
94ff1eee12
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
AppStart/Helper/Profit/ProfitHelper.cs
+ 1
- 1
AppStart/Helper/Profit/ProfitHelper.cs
View File
@@ -155,7 +155,7 @@ namespace MySystem
}
else
{
- Thread.Sleep(
6
0000);
+ Thread.Sleep(
1
0000);
}
}
}