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.

20 line
352 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. module.exports = config;