- discard(废弃)
- demo(模板-参考示例)
- usmile-wx(微信)
- uc(用户统一中心)
- user-web(健康&设备&我的)
- bff-cloud
- iot-sevice(IOT平台)
- cloud-admin(运营后台)
- 无级导航表控制器
- 作者管理表控制器
- 帖子标签配置
- 发现页
- 标签导航关联表控制器
- 帖子标签关联表控制器
- 挂链配置表控制器
- 设备注册登录信息表Controller
- 组件信息表
- 数据字典
- 数据字典类型
- 组件型号关系表
- 售后问题反馈
- 微笑牙博士用户Controller
- 第三方接入-用户信息管理
- 用户账户管理
分页查询帖子
开发中
POST
https://test.myusmile.online/health/post/pageWithTags
发现页
请求参数
Header 参数
TOK
string
可选
默认值:
{{token}}
Body 参数application/json
pageNum
integer
请求页数
pageSize
integer
请求数量
authorId
integer
发布帖子作者ID
title
string
帖子标题
contentType
integer
可选
visibility
integer
可选
choice
integer
可选
baseLike
integer
基础点赞量
baseViewCount
integer
基础浏览次数
publishTime
string
发布时间
tagId
integer
可选
tagType
integer
可选
示例
{
"pageNum": 0,
"pageSize": 0,
"authorId": 0,
"title": "string",
"contentType": 0,
"visibility": 0,
"choice": 0,
"baseLike": 0,
"baseViewCount": 0,
"publishTime": "string",
"tagId": 0,
"tagType": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.myusmile.online/health/post/pageWithTags' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"authorId": 0,
"title": "string",
"contentType": 0,
"visibility": 0,
"choice": 0,
"baseLike": 0,
"baseViewCount": 0,
"publishTime": "string",
"tagId": 0,
"tagType": 0
}'
返回响应
🟢200成功
*/*
Body
object {0}
示例
{}