70 lines
2.3 KiB
JavaScript
70 lines
2.3 KiB
JavaScript
export default {
|
|
x_register: '/user/register_App', //注册
|
|
phonecode_app: '/user/phonecode_App', //手机短信验证码
|
|
login: '/token/login', // 登录
|
|
forgetPassword_app: '/user/forgetPassword_App', // 忘记密码
|
|
|
|
|
|
x_Classification: '/Classification/index', //商品分类
|
|
|
|
message_getList: '/message/getList', // 消息列表
|
|
service_getList: '/service/getList', // 售后列表
|
|
service_getInfo: '/service/getInfo', // 售后详情
|
|
x_index: '/index/index', //首页
|
|
x_activity: '/activity/index', //活动详情
|
|
x_searchList:'/Goods/searchList', // 搜索列表
|
|
x_cancelOrder:'/order/cancel', //取消订单
|
|
x_order_count:'/order/count', //订单数量
|
|
x_shoppingCar: '/cart/getList', //购物车
|
|
x_Collectlsit: '/Goods/Collectlsit', // 商品收藏列表
|
|
X_addCollect_app: '/Goods/addCollect_app', //商品收藏
|
|
x_goodsDetail: '/Goods/detail', // 商品详情
|
|
x_tell: '/user/tell', //用户手机号码(个人中心)
|
|
X_delCar: '/cart/multiDel', // 删除购物车
|
|
X_getAliyunOssStsToken: '/ThirdApi/getAliyunOssStsToken', //上传阿里云图片,获取签名
|
|
|
|
|
|
|
|
// 热搜
|
|
goodsRanking: '/Goods/goodsRanking',
|
|
// 商品搜索
|
|
search: '/Goods/search',
|
|
// 商品列表
|
|
goodsList: '/Goods/goodsList',
|
|
X_submitSuggestion: '/index/submitSuggestion', //意见反馈
|
|
X_accountInfo: '/SystemConstant/accountInfo', //对公账户
|
|
x_custOmer:'/index/custOmer', // 专属客服
|
|
|
|
|
|
// 收货地址
|
|
shippingAddress: '/UserAddress/addresss',
|
|
// 地址列表
|
|
addressList: '/UserAddress/getAddressList',
|
|
// 默认地址
|
|
defaultAddress: '/UserAddress/setDefaultAddress',
|
|
// 更新/新增收货地址
|
|
makeChangeAddress: '/UserAddress/makeChangeAddress',
|
|
// 删除配送地址
|
|
deleteAddress: '/UserAddress/deleteAddress',
|
|
|
|
|
|
// 企业认证检测
|
|
checkAuth: '/user/checkAuth',
|
|
// 企业认证第一步
|
|
authBaisc: '/user/authBaisc',
|
|
// 企业认证第二步
|
|
authCertificate: '/user/authCertificate',
|
|
// 企业认证第三步
|
|
authBank: '/user/authBank',
|
|
|
|
|
|
X_addCar: '/cart/add', // 添加购物车
|
|
X_editphone: '/user/editPassword', //登录后,修改密码
|
|
X_orderPreview: '/order/preview', //确认订单
|
|
X_treeUserAddress: '/UserAddress/addresss', //地区三级地址
|
|
X_appPay: '/pay/appPay', //支付
|
|
X_create_order: '/order/submit', // 创建订单
|
|
X_toPay: '/order/toPay', //去支付
|
|
X_update:'/cart/update', //加减购物车数量
|
|
}
|