海南旅游项目 前端仓库
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
1.3 KiB

5 years ago
5 years ago
  1. // appId: 正式 null | 测试 wxb35ef055a4dd8ad4
  2. export const DEV = "dev"; // dev 测试 | prod 正式
  3. export const VERSION = '1.0.0'; // 版本号
  4. export const DEVURL = 'http://hainan.com'; // 测试服请求地址
  5. export const PRODURL = ''; // 正式服请求地址
  6. export const API_WXLOGIN = '/api/login'; //登录
  7. export const API_INDEX = '/api/index'; //首页
  8. export const API_FAVOURITE = '/api/agent_product/guess'; //猜你喜欢
  9. export const API_CHANNEL = '/api/channel/list'; //频道列表
  10. export const API_EDITCHANNEL = '/api/user_channel/update'; //编辑频道
  11. export const API_FINDARTICLE = '/api/article/list'; //发现文章列表
  12. export const API_FINDARTICLEDETAILS = '/api/article/show'; //发现文章详情
  13. export const API_ADVICELIST = '/api/agent_product/list'; //推荐列表
  14. export const API_CATEGORYLIST = '/api/category/list'; //推荐分类
  15. export const API_ADVICEDETAILS = '/api/agent_product/show'; //推荐列表详情
  16. export const API_MESSAGELIST = '/api/message/list'; //消息列表
  17. export const API_MESSAGEDETAILS = '/api/message/show'; //消息详情
  18. export const API_CHECKNEWS = '/api/message/read'; //消息标记为已读
  19. //系统
  20. export const API_ABOUTUS = '/api/agent_info/about'; //关于我们
  21. export const API_COLLECT_LIST = '/api/fav/list'; //收藏列表