装备列表请求方式提交
This commit is contained in:
parent
28ed5e2f30
commit
e549975d58
|
|
@ -4,7 +4,7 @@ import { get, post, put } from '../../index'
|
|||
|
||||
// 获取装备列表
|
||||
export const getEquipmentListApi = (data: any) => {
|
||||
return post('/material-mall/dev/devList', data)
|
||||
return get('/material-mall/dev/devList', data)
|
||||
}
|
||||
|
||||
//获取装备详情
|
||||
|
|
|
|||
Loading…
Reference in New Issue