| | |
| | | |
| | | // 微擎地址 |
| | | global $we_root_path; |
| | | $we_root_path = "http://localhost:9119/"; |
| | | $we_root_path = "https://awe.xiaoweizhongguo.com/"; |
| | | |
| | | // 根据邀请码查询用户订单 |
| | | global $user_order_list_path; |
| | |
| | | |
| | | // 根据邀请码获取用户信息 |
| | | 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"; |