chenl
2018-12-28 658bc115e0cd9fc398231d4857961a2bb649165a
url修改
1 files modified
12 ■■■■ changed files
application/admin/conf/api_path.php 12 ●●●● patch | view | raw | blame | history
application/admin/conf/api_path.php
@@ -13,7 +13,7 @@
// 微擎地址
global $we_root_path;
$we_root_path = "http://localhost:9119/";
$we_root_path = "https://awe.xiaoweizhongguo.com/";
// 根据邀请码查询用户订单
global $user_order_list_path;
@@ -21,4 +21,12 @@
// 根据邀请码获取用户信息
global $user_list_path;
$user_list_path = $we_root_path."api/userApi.php/getUserList";
$user_list_path = $we_root_path."api/userApi.php/getUserList";
// 查看订单明细
global $user_order_detail_path;
$user_order_detail_path = $we_root_path."api/userApi.php/getUserOrderDetail";
// 获取当前用户的下级代理商
global $agent_list_path;
$agent_list_path = $we_root_path."api/userApi.php/getAgentList";