This commit is contained in:
Pengxiansen
2025-02-18 23:12:57 +08:00
parent 89b2ee6e35
commit 44b5722e44
5 changed files with 33 additions and 10 deletions

View File

@@ -92,3 +92,6 @@ export const openOrCloseSortSwitch = (growthId) => http.get('/professional/task/
// 新建专业力必修
export const saveGrowth = (data) => http.post('/professional/compulsory/saveGrowth', data)
// 催促学习
export const batchSendMessage = (data) => http.post('/professional/urgeLearning/batchSendMessage', data)