url.js 688 B

123456789101112131415
  1. var _debug = false;
  2. var host = _debug ? 'http://120.79.211.173' : 'https://www.wodeshebao.com';
  3. module.exports = {
  4. host: host,
  5. login: '/sbw/zwcx/login/v1',//登录
  6. getPhone: '/sbw/zwcx/wx/phone/v1',//获取微信帐号的手机号接口
  7. getuserinfo: '/sbw/zwcx/wx/userinfo/v1',//获取微信帐号的用户信息接口
  8. getIndex: '/sbw/zwcx/index/v1',//首页接口
  9. getCityHotTitle: '/sbw//zwcx/hot/title/v1',//城市的热门话题的标题列表接口
  10. cityTitlt: '/sbw//zwcx/title/v1',//城市的标题列表接口
  11. query: '/sbw//zwcx/query/v1',//查询接口
  12. getContent: '/sbw//zwcx/tc/v1',//内容接口
  13. postError:'/sbw//zwcx/error/v1'//纠错接口
  14. }