文档
测试

crossword调研 POST

POST
/api/crossword_feedback/

请求参数

参数名
类型
描述
必填
cross_word_id
int
id
必填
content
text
内容
必填

说明 / 示例

{ "data": { "cross_word_id":1, "content":'hello world' "createdAt":"2020-07-31T06:48:12.000Z", "updatedAt":"2020-07-31T06:48:12.000Z" }, "status":200 }