Commit 5635cbe8 authored by zhangxiaolin's avatar zhangxiaolin

add edit api

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