This commit is contained in:
gongfuxiang
2026-06-02 16:12:10 +08:00
parent aad87b5874
commit f3213d7f1b
315 changed files with 5157 additions and 1915 deletions

View File

@ -55,7 +55,7 @@ class Index extends Common
*/
public function Index()
{
$key = 'api_index_data_'.APPLICATION_CLIENT_TYPE;
$key = 'api_index_data_'.SYSTEM_TYPE.'_'.APPLICATION_CLIENT_TYPE;
$result = MyCache($key);
$result = '';
if(empty($result) || (isset($this->data_request['is_cache']) && $this->data_request['is_cache'] == 0))