Commit f05b6dc9 authored by RobertDing's avatar RobertDing

ADD - get questions

parent 34531953
...@@ -44,3 +44,28 @@ paths: ...@@ -44,3 +44,28 @@ paths:
id: jnpayl id: jnpayl
error: 0 error: 0
message: '' message: ''
/entry/question:
tags:
- Entry
get:
summary: 分组常见问题
description: 分组常见问题
responses:
'200':
description: OK
schema: {}
examples:
application/json:
error: 0
message: ''
data:
- id: "05e12400315442f8995dcdf588cf87bc"
name: '空分组'
sort: 4
questions:
- 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