123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- import { get, post } from '@/utils/axios.js'
- export const register = (params) => post('index.php/api/user/register', params,) //注册接口
- export const sendComple = (params) => post('index.php/api/sms/send', params) //发送验证码
- export const checkComple = (params) => post('index.php/api/sms/check', params) //检测验证码
- export const createCode = (params) => get('index.php/api/user/wx_bind_qr', params) //检测验证码
- export const wx_bind_qr_check = (params) => get('index.php/api/user/wx_bind_qr_check', params) //检查是否已经绑定
- export const login = (params) => post('index.php/api/user/login', params) //会员登录
- export const mobileLogin = (params) => post('index.php/api/user/mobilelogin', params) //手机号验证码登录
- export const checkToken = (params) => post('index.php/api/token/check', params) //检测Token是否过期
- export const refreshToken = (params) => post('index.php/api/token/refresh', params) //刷新token
- export const category = (params) => get('index.php/api/mall.index/category', params) //获取首页分类和商品
- export const killGoods = (params) => get('index.php/api/mall.index/kill_goods', params) //获取秒杀商品
- export const hotSel = (params) => get('index.php/api/mall.index/hot_goods', params) //获取热销商品
- export const goodsLists = (params) => get('index.php/api/mall.goods/index', params) //获取商品列表
- export const goodsDetail = (params) => get('index.php/api/mall.goods/show', params) //获取商品详情
- export const get_area = (params) => get('index.php/api/common/area_tree', params) //地区三级联动
- export const user_ls = (params) => get('index.php/api/user/ls', params) //记录时长
- export const user_lsp = (params) => get('index.php/api/user/lsp', params) //记录访问次数
- export const goods_ls = (params) => get('index.php/api/mall.goods/ls', params) //浏览产品时长
- export const logistics_order = (params) => get('index.php/api/mall.orders/logistics_order', params) //订单物流查询
- export const logistics_map = (params) => get('index.php/api/mall.orders/logistics_map', params) //订单物流地图
- export const goods_fav = (params) => get('index.php/api/mall.goods_fav/store', params) //添加收藏
- export const goods_fav_index = (params) => post('index.php/api/mall.goods_fav/index', params) //获取收藏列表
- export const goods_fav_del = (params) => get('index.php/api/mall.goods_fav/del', params) //取消收藏
- export const order_refund = (params) => get('index.php/api/mall.order_refund/config', params) //退货退款配置
- //购物车
- export const goods_coupon = (params) => get('index.php/api/mall.goods_coupon/index', params) //获取优惠券列表
- export const goods_cart = (params) => post('index.php/api/mall.goods_cart/add', params,'application/json') //添加到购物车
- export const goods_cart_del = (params) => get('index.php/api/mall.goods_cart/del', params) //删除购物车
- export const goods_update = (params) => get('index.php/api/mall.goods_cart/update', params) //修改购物车
- export const goods_list = (params) => get('index.php/api/mall.goods_cart/index', params) //购物车列表
- export const preview = (params) => post('index.php/api/mall.orders/preview', params,'application/json') //预下单
- export const creates = (params) => post('index.php/api/mall.orders/create', params,'application/json') //提交订单
- export const orderDetail = (params) => get('index.php/api/mall.orders/show', params) //订单详情
- export const oderList = (params) => get('index.php/api/mall.orders/users', params) //用户订单列表
- export const payOrders = (params) => get('index.php/api/mall.orders/pay', params) //支付订单
- export const cancel_order = (params) => get('index.php/api/mall.orders/cancel', params) //取消订单
- export const user_address_controller = (params) => get('index.php/api/user_address_controller/edit', params) //新增地址
- export const address_list = (params) => get('index.php/api/user_address_controller/list', params) //地址列表
- export const del_address = (params) => get('index.php/api/user_address_controller/delete', params) //删除地址
- export const user_tax_store = (params) => post('index.php/api/user_tax/store', params,'application/json') //新增发票
- export const user_tax_list = (params) => get('index.php/api/user_tax/list', params) //发票列表
- export const user_tax_del = (params) => get('index.php/api/user_tax/del', params) //删除发票
- export const amount_s = (params) => get('index.php/api/mall.goods/amount', params) //根据sku计算商品的价格
- export const getSku = (params) => get('index.php/api/mall.goods/sku', params) //根据sizeId获取下一级
- export const getContentPage = (params) => get('index.php/api/content/page', params) //获取静态页面配置
- export const submit_cate = (params) => get('index.php/api/customized/submit', params) //提交预约
- export const cate_list = (params) => get('index.php/api/customized/cateList', params) //预约分类列表
- export const cs_open = (params) => get('index.php/api/cs/open', params) //获取客服配置
- export const calculate = (params) => post('index.php/api/programme/calculate', params,) //预估报价
- export const submit_calulate = (params) => post('index.php/api/programme/submit', params,) //预约分类列表
- export const programme_list = (params) => get('index.php/api/programme/lists', params) //方案列表
- export const programme_detail = (params) => get('index.php/api/programme/detail', params) //查看方案
- export const programme_detail1 = (params) => get('index.php/api/programme/detail1', params) //查看方案
- export const programme_del = (params) => get('index.php/api/programme/delete', params) //删除方案
- export const deleteGoods = (params) => get('index.php/api/programme/deleteGoods', params) //删除方案商品
- export const getUserTax = (params) => get('index.php/api/user_tax/list', params) //获取发票列表
- export const feedBacks = (params) => get('index.php/api/common/feedback', params) //意见反馈
- export const site_list = (params) => get('index.php/api/user_site_msg/index', params) //会员信列表
- export const site_details = (params) => get('index.php/api/user_site_msg/show', params) //会员信详情
- export const get_eval_list = (params) => get('index.php/api/mall.goods_eval/user_list', params) //获取评价列表
- export const info_list = (params) => get('index.php/api/infos/index', params) //新闻列表
- export const info_detail = (params) => get('index.php/api/infos/show', params) //新闻详情
- export const user_infos = (params) => get('index.php//api/user/index', params) //用户信息
- export const indexSwiper = (params) => get('index.php/api/common/ads', params) //获取轮播图
- export const bind_goods = (params) => get('index.php/api/mall.goods/bind_goods', params) //获取组合搭配
- export const zj_goods = (params) => get('index.php/api/mall.goods/zj_goods', params) //获取支架商品
- export const recommend = (params) => get('index.php/api/mall.goods/recommend', params) //获取推荐商品
- export const pz_goods = (params) => get('index.php/api/mall.goods/pz_goods', params) //获取配件商品
- export const get_config = (params) => get('index.php/api/common/config', params) //获取系统配置
- export const agreement = (params) => get('index.php/api/common/agreement', params) //获取协议
- export const refund_cancel = (params) => get('index.php/api/mall.orders/refund_cancel', params) //取消售后
- export const resetpwd = (params) => post('index.php/api/user/resetpwd', params) //重置密码
- export const changepwd = (params) => post('index.php/api/user/changepwd', params) //修改密码
- export const service_list = (params) => get('index.php/api/mall.orders/service_list', params) //售后列表
- export const profile = (params) => post('index.php/api/user/profile', params) //修改用户信息
- export const commit = (params) => get('index.php/api/mall.orders/commit', params) //确认收货
- export const refund = (params) => get('index.php/api/mall.orders/refund', params) //申请售后
- export const orderEval = (params) => get('index.php/api/mall.goods_eval/create', params) //评价商品
- export const showDetails = (params) => get('index.php/api/content/show', params) //图文详情
- export const changemobile = (params) => post('index.php/api/user/changemobile', params) //换绑手机号
- export const sendEmail = (params) => post('index.php/api/ems/send', params) //发送验证码
- export const changeemail = (params) => post('index.php/api/user/changeemail', params,) //修改邮箱
- export const updateProGramme = (params) => get('index.php/api/programme/update', params,) //修改方案详情
- export const order_refund_s = (params) => get('index.php/api/mall.order_refund/show', params,) //修改方案详情
- export const logistics_company = (params) => get('index.php/api/mall.index/logistics_company', params,) //获取快递公司
- export const back_goods = (params) => get('index.php/api/mall.order_refund/back_goods', params,) //寄回物品
- export const goods_eval = (params) => get('index.php/api/mall.goods_eval/goods', params) //获取商品评价列表
- export const po_complete = (params) => get('index.php/api/mall.orders/po_complete', params) //上传打款凭证
- export const upload_s = (params) => post('index.php/api/common/upload', params) //上传图片
|