C端集团版
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.

35 lines
691 B

  1. var config = {
  2. weapp: {
  3. AppId: "wx2fe35ba5e341471f",
  4. },
  5. url: 'https://ctest.malls.iformall.com/C/api',
  6. // url: 'https://ctest.malls.iformall.com/C/api',
  7. api: {
  8. /**
  9. * 接口用途:login
  10. */
  11. login: "/user/login",
  12. /**
  13. * banner
  14. */
  15. bannerlist: "/wxCampaign/list",
  16. /**
  17. * 检查用户授权状态
  18. */
  19. checkUserStatus: "/user/checkUserStatus",
  20. /**
  21. * 授权个人信息
  22. * 和授权手机号
  23. * 和login页面
  24. * 页面的图标
  25. */
  26. marketicon: '/mall/getAppIcon',
  27. /**
  28. * 授权后获取用户的昵称,unionId等信息
  29. */
  30. getUserInfo: "/user/getUserInfo",
  31. },
  32. };
  33. module.exports = config;