公众号项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.4 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. /**
  2. * 接口列表文件
  3. */
  4. export default {
  5. myInfo: {url:'/han-hai-dev/sm/index/getUserInfo',auth:true,method:'GET'},
  6. //用户-微信公众号授权登录
  7. wxLogin: {url:'/han-hai-dev/sm/index/wxLogin',auth:false,method:'POST'},
  8. //微信支付
  9. create: {url:'/han-hai-dev/sm/index/create',auth:false,method:'GET'},
  10. //创建订单
  11. createShopOrder: {url:'/han-hai-dev/sm/index/saveOrder',auth:false,method:'POST'},
  12. //订单列表
  13. getOrderList: {url:'/han-hai-dev/sm/index/getOrderList',auth:false,method:'GET'},
  14. //订单详情
  15. getOrderById: {url:'/han-hai-dev/sm/index/getOrderById',auth:false,method:'GET'},
  16. //订单列表
  17. getKwList: {url:'/han-hai-dev/sm/index/getKwList',auth:false,method:'GET'},
  18. //订单详情
  19. getKwById: {url:'/han-hai-dev/sm/index/getKwById',auth:false,method:'GET'},
  20. //获取省份
  21. getProvinceNameList: {url:'/han-hai-dev/sm/index/getProvinceNameList',auth:false,method:'GET'},
  22. //获取区域信息
  23. getRegionNameList: {url:'/han-hai-dev/sm/index/getRegionNameList',auth:false,method:'GET'},
  24. //获取学校信息
  25. getSchoolList: {url:'/han-hai-dev/sm/index/getSchoolList',auth:false,method:'GET'},
  26. //获取订阅方式价格
  27. getDinList: {url:'/han-hai-dev/sm/index/getDinList',auth:false,method:'GET'},
  28. //获取年级
  29. getYerList: {url:'/han-hai-dev/sm/index/getYerList',auth:false,method:'GET'},
  30. //获取班级
  31. getClassList: {url:'/han-hai-dev/sm/index/getClassList',auth:false,method:'GET'},
  32. };