application/admin/conf/api_path.php | ●●●●● patch | view | raw | blame | history |
application/admin/conf/api_path.php
@@ -13,12 +13,12 @@ // 微擎地址 global $we_root_path; $we_root_path = "https://we.xiaoweizhongguo.com/"; $we_root_path = "http://localhost:9119/"; // 根据邀请码查询用户订单 global $user_order_list_path; $user_order_list_path = $ec_shop_root_path."api/userApi.php/getUserOrderList"; $user_order_list_path = $we_root_path."api/userApi.php/getUserOrderList"; // 根据邀请码获取用户信息 global $user_list_path; $user_list_path = $ec_shop_root_path."api/userApi.php/getUserList"; $user_list_path = $we_root_path."api/userApi.php/getUserList";