秒杀后端添加对属性的操作
This commit is contained in:
@ -22,3 +22,10 @@ export function edit(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
export function getSecKillInfo(id) {
|
||||
return request({
|
||||
url: 'api/yxStoreSecKill/info/' + id,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user