秒杀后端添加对属性的操作

This commit is contained in:
xuwenbo
2020-08-27 15:05:40 +08:00
parent 9694e3bfa4
commit bac9238b91
5 changed files with 1148 additions and 212 deletions

View File

@ -22,3 +22,10 @@ export function edit(data) {
data
})
}
export function getSecKillInfo(id) {
return request({
url: 'api/yxStoreSecKill/info/' + id,
method: 'get'
})
}