大数据平台的小程序版本

api.js 1.1KB

123456789101112131415161718192021222324252627282930313233
  1. var api = {
  2. verified:'/api/wx/verified',
  3. Login:'/api/wx/login',
  4. Home_Index:'/api/home/index',
  5. category:'/api/home/category',
  6. detail:'/api/product/info',
  7. user_info:'/api/user/info',
  8. Home_search:'/api/home/search',
  9. Home_recommend:'/api/home/recommend',
  10. Home_getSearchRecord:'/api/home/getSearchRecord',
  11. Home_delSearchRecord:'/api/home/delSearchRecord',
  12. bind_phone:'/api/user/bind_phone',
  13. verification_code:'/api/user/verification_code',
  14. user_withdraw:'/api/user/withdraw',
  15. hotRecommend:'/api/rank/hotRecommend',
  16. onlineNew:'/api/rank/onlineNew',
  17. apply_log:'/api/user/withdraw/apply_log',
  18. title_list:'/api/link/title_list',
  19. link_create:'/api/link/create',
  20. income_detail:'/api/user/income_detail',
  21. remaining_times:'/api/link/remaining_times',
  22. last_wx_link:'/api/link/last_wx_link',
  23. get_wx_link:'/api/link/get_wx_link',
  24. link_history:'/api/link/history',
  25. product_recommend:'/api/product/recommend',
  26. historyLink_index:'/api/link/historyLink/index',
  27. historyLink_delete:'/api/link/historyLink/delete',
  28. help_list:'/api/help/list',
  29. help_info:'/api/help/info',
  30. }
  31. module.exports = {
  32. api: api
  33. }