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 即可

浙公网安备 33010602011771号