商城:

1. 调整优惠劵的目录
2. 简化秒杀时间配置

(cherry picked from commit 9984de0dc7)
This commit is contained in:
YunaiV
2023-08-12 11:39:29 +08:00
committed by shizhong
parent 00829471be
commit 0fd07c0cbc
10 changed files with 29 additions and 39 deletions

View File

@ -20,7 +20,7 @@ export const getSeckillConfig = async (id: number) => {
}
// 获得所有开启状态的秒杀时段精简列表
export const getListAllSimple = async () => {
export const getSimpleSeckillConfigList = async () => {
return await request.get({ url: '/promotion/seckill-config/list-all-simple' })
}