网站
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.

пре 4 година
пре 4 година
пре 4 година
пре 4 година
пре 4 година
пре 4 година
пре 4 година
пре 4 година
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*--------------
  2. * 获取用户、登录、注册相关
  3. -----------------*/
  4. var captchaImage_get = '/captchaImage'; //图形验证码接口
  5. var login_post = '/login'; //用户登录接口
  6. var getInfo_get = '/getInfo' //获取用户信息
  7. /*--------------
  8. * 首页
  9. -----------------*/
  10. /*
  11. @purl /transaction/website/news/{number}/{limit}
  12. @param
  13. number:新闻类型字典编号
  14. limit: 要查询的数据条数
  15. */
  16. var websiteNew = '/transaction/website/news' //网站新闻类接口
  17. /*
  18. @purl /transaction/website/news/{number}
  19. @param
  20. number:新闻类型字典编号
  21. */
  22. var websiteNewPage = '/transaction/website/news'
  23. /*
  24. @purl /transaction/website/deptList/{deptId}
  25. @param
  26. deptId:查询当前平台级别下一级的部门列表 传参 0
  27. 查询某一级别下一级的部门列表 传参网址url中的deptId
  28. */
  29. var webDept = '/transaction/website/deptList'
  30. /*
  31. @purl /system/dict/data/type/ + dictType
  32. @param
  33. dictType:project_type
  34. */
  35. var webDeptType = '/system/dict/data/type/project_type'
  36. /*
  37. @purl /transaction/website/config
  38. @param
  39. */
  40. var webConfig = '/transaction/website/config'
  41. /*
  42. @purl /transaction/website/links
  43. @param
  44. */
  45. var friendsLinks = '/transaction/website/links'