README
redapi-plugin-jwNewsList
/**
* 教务在线新闻列表
* 每次返回15条
* POST
* page (int) 页数 从1递增
* 返回格式: JSON
* 正常代码: 200;
* / 错误代码: -1: 内部错误
* 10: 教务在线未正常返回或超时
* 20: 输入错误
*/
优化了jq写法 2015年05月26日
Author: Ling
2015年05月05日
教务在线新闻列表
<script type="module">
import redapiPluginJwnewslist from 'https://cdn.skypack.dev/redapi-plugin-jwnewslist';
</script>
/**
* 教务在线新闻列表
* 每次返回15条
* POST
* page (int) 页数 从1递增
* 返回格式: JSON
* 正常代码: 200;
* / 错误代码: -1: 内部错误
* 10: 教务在线未正常返回或超时
* 20: 输入错误
*/
优化了jq写法 2015年05月26日
Author: Ling
2015年05月05日