This commit is contained in:
shijing 2025-08-27 15:35:11 +08:00
parent c6422ed99e
commit 1323dbd396
1 changed files with 6 additions and 0 deletions

View File

@ -356,6 +356,12 @@ export default {
return await http.delete(`${config.API_URL}/wpm/mlogbw/${id}/`);
},
},
start_test:{
name: "kuaisu",
req: async function (data) {
return await http.post(`${config.API_URL}/wpm/mlogbw/start_test/`,data);
},
}
},
mloguser: {
list: {