修改商品信息

cloud-ui
刘河平 2024-11-18 17:24:13 +08:00
parent 7828f42cad
commit 36fdc76502
1 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ export function listInfo(query) {
// 查询商品信息详细
export function getInfo(id) {
debugger
return request({
url: '/product/info/' + id,
method: 'get'
@ -36,7 +35,6 @@ export function addInfo(data) {
// 修改商品信息
export function updateInfo(data) {
debugger
return request({
url: '/product/info/'+data.projectAddModel.id,
method: 'put',