From 658bc115e0cd9fc398231d4857961a2bb649165a Mon Sep 17 00:00:00 2001
From: chenl <461625388@qq.com>
Date: Fri, 28 Dec 2018 16:20:31 +0800
Subject: [PATCH] url修改

---
 application/admin/conf/api_path.php |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/application/admin/conf/api_path.php b/application/admin/conf/api_path.php
index 21ae74a..c9541c1 100644
--- a/application/admin/conf/api_path.php
+++ b/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";
\ No newline at end of file
+$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";
\ No newline at end of file

--
Gitblit v1.8.0