~~~[api]
post:/api-v1/receipt/saveAnswer
*string:article_id#文章id
*string:open_id#用戶id
*json_array:answer#答案數組,數組元素包括([article_id,form_id,open_id]不能為空,[form_id,content]至少有一個不能為空)
'[
[
'article_id' => '',
'form_id' => '',
'option_id' => '', // 如果是單選或多選直接輸入option_id就可以
'open_id' => '',
'content' => '' // 如果是單選或者多選不用填寫
]
]'
<<<
success
<<<
error
~~~