mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-11 21:37:31 +08:00
add exam index init value
This commit is contained in:
Vendored
+3
@@ -84,6 +84,9 @@ const api = {
|
||||
avoidExamUser: (id) => {
|
||||
return axios.put('exam-users-avoid', {id});
|
||||
},
|
||||
recoverExamUser: (id) => {
|
||||
return axios.put('exam-users-recover', {id});
|
||||
},
|
||||
storeExamUser: (params) => {
|
||||
return axios.post('exam-users', params);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user