Commit 5635cbe8 authored by zhangxiaolin's avatar zhangxiaolin

add edit api

parent 68818c10
......@@ -2364,13 +2364,13 @@ paths:
status: 状态,报名成功,驳回...
reject_records: # 驳回记录,可能有多条
- id: 驳回对应的id
message: 驳回信息
time: 驳回记录时间
# ---------------------------------------
/activity/{activity_id}/service/{seckill_apply_id}/delete:
comment: 驳回信息
created_time: 驳回记录时间
# ---------------------------------------------------
/activity/{activity_id}/service/{seckill_apply_id/edit:
post:
summary: 删除一个活动美购
description: 删除一个活动美购
summary: 提交申请一个活动美购
description: 一次只能提交一个
parameters:
- name: activity_id
in: path
......@@ -2379,7 +2379,17 @@ paths:
type: integer
- name: seckill_apply_id
in: path
description: 医生申请项目的id
description: 申请id
required: true
type: integer
- name: stock
in: formData
description: 秒杀库存
required: true
type: integer
- name: seckill_price
in: formData
description: 秒杀价格
required: true
type: integer
tags:
......@@ -2393,4 +2403,4 @@ paths:
error: 0
message: ''
data:
# ---------------------------------------
apply_id: int
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