|
@@ -1,25 +1,14 @@
|
|
|
//const ip = 'http://192.168.0.101:8080';
|
|
|
-const ip = 'https://qfnj.gaswkj.com/prod-api';
|
|
|
-//const ip = 'http://127.0.0.1:8080';
|
|
|
+//const ip = 'https://qfnj.gaswkj.com/prod-api';
|
|
|
+const ip = 'http://192.168.2.101:8080';
|
|
|
/**
|
|
|
* 全部接口
|
|
|
*/
|
|
|
const urls = {
|
|
|
ip: ip,
|
|
|
home: ip + '/app/home/index', //首页数据
|
|
|
- bindPhone: ip + '/app/user/bindPhone', //绑定手机
|
|
|
- login: ip + '/app/user/login', //用户登陆
|
|
|
- goods_list: ip + '/app/goods/goodsList', //商品服务列表
|
|
|
- goods_detail: ip + '/app/goods/detail/', //商品详情
|
|
|
- cart_list: ip + '/app/cart/list', //购物车列表
|
|
|
- cart_add: ip + '/app/cart/add', //添加购物车
|
|
|
- cart_del: ip + '/app/cart/del/', //删除购物车
|
|
|
- notice: ip + '/app/other/notice', //消息公告
|
|
|
- notice_detail: ip + '/app/other/notice/', //公告详情
|
|
|
- pay: ip + '/app/wxPay/pay', //微信支付
|
|
|
- order_list: ip + '/app/order/list', //我的订单
|
|
|
- order_cancel: ip + '/app/order/cancel', //取消订单
|
|
|
- order_detail: ip + '/app/order/detail', //订单详情
|
|
|
+ getPageContent: ip + '/api/index/getPageContent', //分页获取主要内容信息
|
|
|
+ getContentInfo: ip + '/api/index/getContentInfo/', //获取主要内容详细信息
|
|
|
dictType: ip + '/app/other/type/', //根据字典类型查询字典数据信息
|
|
|
|
|
|
}
|