杨航修改学习页
This commit is contained in:
+4
-1
@@ -85,4 +85,7 @@ export const queryCrsInfoByRecmd = (data) => {
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -31,4 +31,12 @@ export const oneTimeRead = (data) => {
|
||||
toastErrors: true,
|
||||
data
|
||||
});
|
||||
};
|
||||
|
||||
export const noticeMessageCount = (data) => {
|
||||
return request({
|
||||
url: base_url + '/traPersonalMessageNotice/noticeMessageCount',
|
||||
method: 'post',
|
||||
data
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user