export const TOKEN_KEY = 'GAMI-web_auth_token' export const DEVICE_UDID_KEY = 'GAMI-web_device_udid' export const APP_LOCALE_KEY = 'GAMI-web_app_locale' export const CATEGORY_TREE_CACHE_KEY = 'GAMI-web_category_tree' export const SEARCH_HISTORY_KEY = 'GAMI-web_search_history' export const IM_ADMIN = '9998' // 管理员用户编号