农燊高科官方网站
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
559 B

  1. /*--------------
  2. * 互动交流类
  3. -----------------*/
  4. /*
  5. @purl /transaction/website/communicateList
  6. @param
  7. deptId:行政区划部门ID
  8. pageNum:当前记录起始索引(当前页码)
  9. pageSize:每页显示记录数
  10. */
  11. var interactList = '/transaction/website/communicateList' //网站新闻类接口
  12. /*
  13. @purl /transaction/website/communicateSearch
  14. @param
  15. deptId:行政区划部门ID
  16. title:项目编号
  17. content:项目名称
  18. */
  19. var interactSearch = '/transaction/website/communicateSearch' //互动交流查询接口