mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-14 05:03:45 +08:00
fix conflicts
This commit is contained in:
17
new-ui/projects/vue-admin/src/views/Reward/api.ts
Normal file
17
new-ui/projects/vue-admin/src/views/Reward/api.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import http from "@/http/config";
|
||||
|
||||
export const getList = (params?: Record<string, unknown>) => {
|
||||
return http({
|
||||
url: "/api/admin/reward/list",
|
||||
method: "get",
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export const remove = (params?: Record<string, unknown>) => {
|
||||
return http({
|
||||
url: "/api/admin/reward/remove",
|
||||
method: "get",
|
||||
params
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user