详情小程序
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.

17 lines
1.1 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. // appId: 正式 null | 测试 null
  2. export const DEV = "dev"; // dev 测试 | prod 正式
  3. export const VERSION = '1.0.0'; // 版本号
  4. // export const DEVURL = 'http://192.168.3.181'; // 测试服请求地址
  5. export const DEVURL = 'http://192.168.3.186'; // 测试服请求地址
  6. export const PRODURL = ''; // 正式服请求地址
  7. export const CALLBACKURL = 'http://192.168.3.183:8080'; // 重定向地址(H5授权换取code回调地址)
  8. export const APPID = 'wx98e64ab875b2553e'; // 公众号appid
  9. export const API_OFFICIAL_LOGIN = '/api/official_login'; // code 换取用户信息
  10. export const API_KEFU = '/api/kefu'; // 获取客服信息
  11. export const API_HONGNIANG = '/api/hongniang'; // 获取红娘信息
  12. export const API_MEMBERS_WALL = '/api/members/wall'; // 获取首页上墙会员
  13. export const API_MEMBERS_ALL = '/api/members/all'; // 会员列表
  14. export const API_MEMBERS_DETAIL = '/api/members/detail'; // 会员详情
  15. export const API_MEMBERS_PARAMS = '/api/members/params'; // 获得查询参数
  16. export const API_UCENTER = '/api/ucenter'; // 个人中心落地页
  17. export const API_USER_DETAIL = '/api/user/detail'; // 个人中心,个人资料