Commit 93f5dc98 authored by 武广's avatar 武广

fix: 修改接口路径

parent 89d6ed42
...@@ -351,7 +351,7 @@ export async function apiEditStorage(data) { ...@@ -351,7 +351,7 @@ export async function apiEditStorage(data) {
} }
// 分组详情(货架—货架详情) // 分组详情(货架—货架详情)
export async function apiStorageInfo(params) { export async function apiStorageInfo(params) {
return request.post('/api/merchants/products/storageRack/QueryByShopIdAndStorageRackId', { return request.post('/api/merchants/products/storageRack/queryByShopIdAndStorageRackId', {
prefix: goodsApi, prefix: goodsApi,
data: stringify(params), data: stringify(params),
headers, headers,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment