文档
测试

故事详情

GET
/api/stranger_community_storys/:id

接口描述

路径id表示故事id

响应参数

参数名
类型
描述
必填
id
故事id
必填
title
故事列表
必填
content
故事内容
必填
share_name
自定义发布昵称
必填
tag
标签
必填
age
年龄
必填
created_date
创建时间
必填
prayed
祈祷数
必填
commented
评论数
必填

说明 / 示例

# 响应示例 ```json { "status": 200, "data": { "story": { "_id": 202, "user_id": 100, "title": "Love", "content": "\"My boyfriend and that i are in a very committed relationship for a touch over a month. Now he’s suddenly talking a couple of new friend and asking me if he are often sexual with them. i actually love him but this hurts. what should i do ?\nI’m really torn up about this. I feel cheated on. He’s been gushing about this friend to his ex who he clearly still has feelings for and only now that he wants the get sexual with them is telling me a thing about them. and apparently he feels really near them. “they are pretty lit. it's kinda scary because from one day of just taking i feel I've shared more personal trauma with them than you. and that they say they're possibly receptive doing sexual stuff”.\nThis is my first real relationship and that i don't have any clue how a way to do anything. I just want him to be happy but also i've got abansonment issues and that i can feel him falling for them and leaving me. I haven’t handled it well. he doesn’t know, but i've got spent every week crying and even cut myself. I desire im just not adequate. How should I do ?\"", "share_name": "Lucy", "age": null, "exposure": 18, "commented": null, "prayed": 1, "internal_type": 4, "language_type": "en", "createdAt": "2020-11-12T14:17:00.000Z", "updatedAt": "2020-11-12T11:08:46.000Z", "deletedAt": null }, "doesIPrayed": true } } ```