grant medal

This commit is contained in:
xiaomlove
2022-01-25 23:37:50 +08:00
parent 64a1f2bb0c
commit 27ba9aec74
10 changed files with 3024 additions and 2761 deletions
+3
View File
@@ -129,6 +129,9 @@ const api = {
removeUserMedal: (id) => {
return axios.delete('user-medals/' + id);
},
storeUserMedal: (params) => {
return axios.post('user-medals', params);
},
}