var api = { verified:'/api/wx/verified', Login:'/api/wx/login', Home_Index:'/api/home/index', category:'/api/home/category', detail:'/api/product/info', user_info:'/api/user/info', Home_search:'/api/home/search', Home_recommend:'/api/home/recommend', Home_getSearchRecord:'/api/home/getSearchRecord', Home_delSearchRecord:'/api/home/delSearchRecord', bind_phone:'/api/user/bind_phone', verification_code:'/api/user/verification_code', user_withdraw:'/api/user/withdraw', hotRecommend:'/api/rank/hotRecommend', onlineNew:'/api/rank/onlineNew', apply_log:'/api/user/withdraw/apply_log', title_list:'/api/link/title_list', link_create:'/api/link/create', income_detail:'/api/user/income_detail', remaining_times:'/api/link/remaining_times', last_wx_link:'/api/link/last_wx_link', get_wx_link:'/api/link/get_wx_link', link_history:'/api/link/history', product_recommend:'/api/product/recommend', historyLink_index:'/api/link/historyLink/index', historyLink_delete:'/api/link/historyLink/delete', help_list:'/api/help/list', help_info:'/api/help/info', } module.exports = { api: api }