|
@@ -69,6 +69,7 @@ export function newGoodsList(type, businessType) {
|
|
// 查询设备下对应的赠送的商品列表
|
|
// 查询设备下对应的赠送的商品列表
|
|
export function deviceGoodsList(type, businessType, deviceIds) {
|
|
export function deviceGoodsList(type, businessType, deviceIds) {
|
|
// /?deviceIds=${deviceIds}&businessType=${businessType}&type=${type}
|
|
// /?deviceIds=${deviceIds}&businessType=${businessType}&type=${type}
|
|
|
|
+ console.log("获取请求链接=00=");
|
|
return request({
|
|
return request({
|
|
url: `/admin/goods/listByDevice`,
|
|
url: `/admin/goods/listByDevice`,
|
|
method: 'post',
|
|
method: 'post',
|
|
@@ -78,4 +79,4 @@ export function deviceGoodsList(type, businessType, deviceIds) {
|
|
"businessType": businessType,
|
|
"businessType": businessType,
|
|
}
|
|
}
|
|
})
|
|
})
|
|
-}
|
|
|
|
|
|
+}
|