wangtengyu
2018-12-24 17127d9e83617b71ed018c083681495f2ccd70a4
接口地址配置
1 files modified
6 ■■■■ changed files
application/admin/conf/api_path.php 6 ●●●● 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";