网站
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 vuotta sitten
1234567891011121314151617181920
  1. /*--------------
  2. * 新闻类
  3. -----------------*/
  4. /*
  5. @purl /transaction/website/newsList?number={number}&deptId={deptId}&pageNum={pageNum}&pageSize={pageSize}
  6. @param
  7. number: 新闻类型字典编号
  8. deptId:行政区划部门ID
  9. pageNum:当前记录起始索引(当前页码)
  10. pageSize:每页显示记录数
  11. */
  12. var newList = '/transaction/website/newsList' //网站新闻类接口
  13. /*
  14. @purl /transaction/website/news/{id}
  15. @param
  16. id: 新闻主键ID
  17. */
  18. var newDetail = '/transaction/website/news' //网站新闻类接口