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

@ -36,7 +36,7 @@ class Diy extends Common
{
if(!empty($this->data_request['id']))
{
$key = 'api_diy_data_'.intval($this->data_request['id']).'_'.APPLICATION_CLIENT_TYPE;
$key = 'api_diy_data_'.intval($this->data_request['id']).'_'.SYSTEM_TYPE.'_'.APPLICATION_CLIENT_TYPE;
$result = MyCache($key);
if(empty($result) || (isset($this->data_request['is_cache']) && $this->data_request['is_cache'] == 0))
{