Commit 5697af99 authored by dragondean@qq.com's avatar dragondean@qq.com

批量设置商品空运价格接口错误

parent ecb8b5b8
...@@ -91,7 +91,7 @@ export function batchUpdateProductPrice(query) { ...@@ -91,7 +91,7 @@ export function batchUpdateProductPrice(query) {
// 批量修改空运产品价格 // 批量修改空运产品价格
export function batchUpdateProductPriceAir(data) { export function batchUpdateProductPriceAir(data) {
return request({ return request({
url: '/ecw/product-price/batchUpdate', url: '/ecw/product-price/batchUpdateAir',
method: 'put', method: 'put',
data data
}) })
......
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