[admin] change uploaded + downloaded + bonus + invites

This commit is contained in:
xiaomlove
2022-05-10 20:12:11 +08:00
parent eccc182e33
commit 3b9125d236
43 changed files with 251 additions and 82 deletions
+3
View File
@@ -69,6 +69,9 @@ const api = {
enableUser: (params = {}) => {
return axios.post('user-enable', params);
},
incrementDecrementUserField: (params = {}) => {
return axios.put('user-increment-decrement', params);
},
resetPassword: (params = {}) => {
return axios.post('user-reset-password', params);
},