- 系统服务
- 认证服务
- 资源服务
- 代码生成
- 云端系统服务
- 版本包管理
- 版本管理
- 用户认证相关接口
- 课程主题相关接口
- 运动视频
- 公告已读接口
- 用户反馈相关接口
- 点赞收藏表
- 文章相关接口
- 广告管理
- 测试模块
- 首页相关接口
- 公告相关接口
- 课程注水记录表
- 修改POST
- 置顶/取消置顶POST
- 新增POST
- 审核通过POST
- 列表POST
- 下架POST
- 删除POST
- addBrowseNumPOST
- selectCourseFitnessPurposeGET
- 信息GET
- appHostCourseListGET
- 医科大基础服务
- 中小学一体机
总注水值(点赞、收藏、锻炼人数)
GET
/hyd-base-system/topiccoursevirtualvalue/selectTotalVirtualWater
课程注水记录表
请求参数
Query 参数
updateUserName
string
操作人名称
courseName
string
课程名称
startTime
string
可选
endTime
string
可选
Header 参数
Authorization
string
可选
默认值:
Bearer {{access_token}}
Clientid
string
可选
默认值:
{{client_id}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.20.159:8080/hyd-base-system/topiccoursevirtualvalue/selectTotalVirtualWater' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
返回响应
🟢200OK
application/json
Body
code
integer <int32>
消息状态码
msg
string
消息内容
data
object (TopicCourseTotalVirtualWaterDTO)
课程注水记录表
totalLikeVirtualValue
integer <int64>
总点赞注水值
示例值:
922337203685477600
totalCollectionVirtualValue
integer <int64>
总收藏注水值
示例值:
922337203685477600
totalExerciseVirtualValue
integer <int64>
总锻炼人数注水值
示例值:
922337203685477600
success
boolean
可选
resultData
object (TopicCourseTotalVirtualWaterDTO)
课程注水记录表
示例
{
"code": 0,
"msg": "string",
"data": {
"totalLikeVirtualValue": 922337203685477600,
"totalCollectionVirtualValue": 922337203685477600,
"totalExerciseVirtualValue": 922337203685477600
},
"success": true,
"resultData": {
"totalLikeVirtualValue": 922337203685477600,
"totalCollectionVirtualValue": 922337203685477600,
"totalExerciseVirtualValue": 922337203685477600
}
}