feat:添加admin相关接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import {http2} from "@/utils/request.js";
|
||||
/**新增goedge服务器 */
|
||||
export const addGoedgeServer = (data) => {
|
||||
return http2.post('/api/v1/admin/api/goedge/add_server', data,{
|
||||
headers:{
|
||||
'Content-Type':'multipart/form-data'
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user