装备列表请求方式提交

This commit is contained in:
liang.chao 2024-12-01 13:33:29 +08:00
parent 28ed5e2f30
commit e549975d58
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { get, post, put } from '../../index'
// 获取装备列表 // 获取装备列表
export const getEquipmentListApi = (data: any) => { export const getEquipmentListApi = (data: any) => {
return post('/material-mall/dev/devList', data) return get('/material-mall/dev/devList', data)
} }
//获取装备详情 //获取装备详情