debug
parent
1ad246be92
commit
7608e86b1d
|
|
@ -23,7 +23,6 @@ class StoreService
|
||||||
{
|
{
|
||||||
// 远程信息接口
|
// 远程信息接口
|
||||||
public static $store_site_info_url = 'https://store.shopxo.net/index.php?s=/api/plugins/index&pluginsname=store&pluginscontrol=index&pluginsaction=siteinfo';
|
public static $store_site_info_url = 'https://store.shopxo.net/index.php?s=/api/plugins/index&pluginsname=store&pluginscontrol=index&pluginsaction=siteinfo';
|
||||||
//public static $store_site_info_url = 'https://www.google.com/';
|
|
||||||
|
|
||||||
// 远程检查更新接口
|
// 远程检查更新接口
|
||||||
public static $store_inspect_upgrade_url = 'https://store.shopxo.net/index.php?s=/api/plugins/index&pluginsname=store&pluginscontrol=index&pluginsaction=inspectupgrade';
|
public static $store_inspect_upgrade_url = 'https://store.shopxo.net/index.php?s=/api/plugins/index&pluginsname=store&pluginscontrol=index&pluginsaction=inspectupgrade';
|
||||||
|
|
|
||||||
|
|
@ -56,12 +56,10 @@ return array (
|
||||||
'plugins_service_users_center_left_menu_handle' =>
|
'plugins_service_users_center_left_menu_handle' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\shop\\Hook',
|
0 => 'app\\plugins\\shop\\Hook',
|
||||||
1 => 'app\\plugins\\usercdkey\\Hook',
|
|
||||||
),
|
),
|
||||||
'plugins_service_header_navigation_top_right_handle' =>
|
'plugins_service_header_navigation_top_right_handle' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\shop\\Hook',
|
0 => 'app\\plugins\\shop\\Hook',
|
||||||
1 => 'app\\plugins\\usercdkey\\Hook',
|
|
||||||
),
|
),
|
||||||
'plugins_service_goods_save_handle' =>
|
'plugins_service_goods_save_handle' =>
|
||||||
array (
|
array (
|
||||||
|
|
@ -135,10 +133,23 @@ return array (
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\shop\\Hook',
|
0 => 'app\\plugins\\shop\\Hook',
|
||||||
),
|
),
|
||||||
'plugins_view_admin_login_info' =>
|
'plugins_layout_service_goods_data_begin' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\shop\\Hook',
|
0 => 'app\\plugins\\shop\\Hook',
|
||||||
),
|
),
|
||||||
|
'plugins_service_base_data_return_api_goods_detail' =>
|
||||||
|
array (
|
||||||
|
0 => 'app\\plugins\\shop\\Hook',
|
||||||
|
1 => 'app\\plugins\\salerecords\\Hook',
|
||||||
|
),
|
||||||
|
'plugins_common_header' =>
|
||||||
|
array (
|
||||||
|
0 => 'app\\plugins\\dang100\\Hook',
|
||||||
|
),
|
||||||
|
'plugins_view_common_search_right' =>
|
||||||
|
array (
|
||||||
|
0 => 'app\\plugins\\dang100\\Hook',
|
||||||
|
),
|
||||||
'plugins_view_home_floor_bottom' =>
|
'plugins_view_home_floor_bottom' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\salerecords\\Hook',
|
0 => 'app\\plugins\\salerecords\\Hook',
|
||||||
|
|
@ -147,10 +158,6 @@ return array (
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\salerecords\\Hook',
|
0 => 'app\\plugins\\salerecords\\Hook',
|
||||||
),
|
),
|
||||||
'plugins_service_base_data_return_api_goods_detail' =>
|
|
||||||
array (
|
|
||||||
0 => 'app\\plugins\\salerecords\\Hook',
|
|
||||||
),
|
|
||||||
'plugins_service_quick_navigation_pc' =>
|
'plugins_service_quick_navigation_pc' =>
|
||||||
array (
|
array (
|
||||||
0 => 'app\\plugins\\points\\Hook',
|
0 => 'app\\plugins\\points\\Hook',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue