Commit 661a6502 authored by RobertDing's avatar RobertDing

ADD 创建常见问题

parent f05b6dc9
......@@ -46,11 +46,11 @@ paths:
message: ''
/entry/question:
tags:
- Entry
get:
summary: 分组常见问题
description: 分组常见问题
tags:
- Entry
responses:
'200':
description: OK
......@@ -69,3 +69,22 @@ paths:
question: "1*2*3*4*5=?"
answer: "5!"
created_time: 1471861749771.449
post:
summary: 创建常见问题
description: 创建常见问题
tags:
- Entry
responses:
'200':
description: OK
schema: {}
examples:
application/json:
error: 0
message: ''
data:
- id: "59852826f91c42a9975d1e6a347f0301"
order: 100
question: "1*2*3*4*5=?"
answer: "5!"
created_time: 1471861749771.449
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