01/10/2025 10:53:00
Problem description
When notices are gotten, "ret": 25,"msg": "frequency limit, return cached data" is returned
Cause of the problem
The frequency is limited. Get notices with the same parameters in a short period of time. At this time, the notices using the local cache will returned.
Solution
You can continue to request to get notices if the following conditions are met:
(1) The input parameters have changed, excluding the content in 'extraJson';
(2) The request time is reset to 0 after the function is entered for the first time or an error occurs;
(3) The default limit of 5 minutes has passed (the game can set the interval time by itself, and add the 'NOTICE_INTERVAL_REQUEST' configuration in the MSDKConfig.ini file; the unit is second).
Copyright © 2025 MSDK.
All rights reserved.
All rights reserved.