mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
[admin] change uploaded + downloaded + bonus + invites
This commit is contained in:
Vendored
+3
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user