|
@@ -22,6 +22,11 @@ export function getHello(postdata) {
|
|
|
let url = headapi + 'getUserListInfo';
|
|
let url = headapi + 'getUserListInfo';
|
|
|
return getApiBasic(url, postdata);
|
|
return getApiBasic(url, postdata);
|
|
|
}
|
|
}
|
|
|
|
|
+// 上课中学生信息
|
|
|
|
|
+// export function getHello(postdata) {
|
|
|
|
|
+// let url = 'http://192.168.74.1:9000/getUserListInfo';
|
|
|
|
|
+// return getApiBasic(url, postdata);
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
// 是否开始上课的状态
|
|
// 是否开始上课的状态
|
|
|
export function getClassStat(postdata) {
|
|
export function getClassStat(postdata) {
|