Commit 0a1d5c19 by 陈超

A

parent 8cc00e30
...@@ -110,3 +110,11 @@ export function querySpecNameById(parameter) { ...@@ -110,3 +110,11 @@ export function querySpecNameById(parameter) {
}) })
} }
export function getGoodsDetails(query) {
return request({
url: '/admin/mallGoods/getDetailsById',
method: 'get',
params: query
})
}
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