砍价新增报错

This commit is contained in:
xuwenbo
2020-09-01 17:17:46 +08:00
parent 97855e60fd
commit a3fdf5a74f
2 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,7 @@ import request from '@/utils/request'
export function add(data) {
return request({
url: 'api/yxStoreBargain',
method: 'post',
method: 'put',
data
})
}