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