ServiceStack 5.13.2 破解方法

ServiceStack,默认现在 6000 次每小时

 

破解方法:

下载路径
https://github.com/ServiceStack/ServiceStack.Text

 

找到 LicenseUtils 类:

源代码

public const int RedisRequestPerHour = 6000;

  

修改为

public const int RedisRequestPerHour = int.MaxValue;

 

 

然后生成替换原有 ServiceStack.Text.dll 即可

 

posted @ 2022-01-19 14:42  AingHub  阅读(245)  评论(0)    收藏  举报