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

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