@@ -358,4 +358,13 @@ export function deleteNewclassify(params) {
method: 'post',
params
})
+}
+
+// 获取规格列表
+export function getGoodsSpecList(params) {
+ return request({
+ url: '/goods/material/item/count',
+ method: 'post',
+ params
+ })
}