mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
v6.9.0
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user