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.

16 lines
286 B

  1. var config = {
  2. weapp: {
  3. AppId: "wx649b3be73c1afe47",
  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. };
  14. module.exports = config;