文档
测试

评论祈祷

POST
/api/stranger_story_comment_pray

说明 / 示例

```json // req { "user_id": 1, "story_id": 5, "story_comment_id": 2 } // res { "status": 201, "data": { "_id": 13, "user_id": 1, "story_id": 5, "story_comment_id": 2, "updatedAt": "2021-05-28T02:35:49.000Z", "createdAt": "2021-05-28T02:35:49.000Z" } } ```