feat/task1-c-wallet
Devil 2021-07-09 18:31:57 +08:00
parent 1ad246be92
commit 7608e86b1d
2 changed files with 14 additions and 8 deletions

View File

@ -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://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';

View File

@ -56,12 +56,10 @@ return array (
'plugins_service_users_center_left_menu_handle' =>
array (
0 => 'app\\plugins\\shop\\Hook',
1 => 'app\\plugins\\usercdkey\\Hook',
),
'plugins_service_header_navigation_top_right_handle' =>
array (
0 => 'app\\plugins\\shop\\Hook',
1 => 'app\\plugins\\usercdkey\\Hook',
),
'plugins_service_goods_save_handle' =>
array (
@ -135,10 +133,23 @@ return array (
array (
0 => 'app\\plugins\\shop\\Hook',
),
'plugins_view_admin_login_info' =>
'plugins_layout_service_goods_data_begin' =>
array (
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' =>
array (
0 => 'app\\plugins\\salerecords\\Hook',
@ -147,10 +158,6 @@ return array (
array (
0 => 'app\\plugins\\salerecords\\Hook',
),
'plugins_service_base_data_return_api_goods_detail' =>
array (
0 => 'app\\plugins\\salerecords\\Hook',
),
'plugins_service_quick_navigation_pc' =>
array (
0 => 'app\\plugins\\points\\Hook',