Commit 2d915564 authored by zhangxiaolin's avatar zhangxiaolin

添加活动秒杀的api--fix

parent dae4fb9f
......@@ -2072,7 +2072,7 @@ paths:
description: 包括顶部三个描述,加已提交美购项目
parameters:
- name: activity_id
in: query
in: path
description: 活动id
required: true
type: integer
......@@ -2087,7 +2087,6 @@ paths:
error: 0
message: ''
data:
id: 活动id
name: 活动名字
start_time: 开始时间
end_time: 结束时间
......@@ -2106,7 +2105,7 @@ paths:
description: 提交一个美购信息,一次只能提交一个
parameters:
- name: activity_id
in: query
in: path
description: 活动id
required: true
type: integer
......@@ -2148,7 +2147,7 @@ paths:
description: 删除一个活动美购
parameters:
- name: activity_id
in: query
in: path
description: 活动id
required: true
type: integer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment