文档
测试

查看提醒或通知

GET
/api/v1_0/notifications/notificvation/{teaId}

接口描述

班级通知详情

响应参数

参数名
类型
描述
必填
success
json
请求成功的内容
必填
code
int
200
必填
msg
str
success
必填
data
json
返回内容
必填
notId
int
通知id
必填
title
str
标题
必填
content
text
内容
必填
author
int
作者
必填
timeCreate
date
创建时间
必填
failed
json
失败的内容
必填
code
int
400
必填
msg
str
failed
必填

说明 / 示例

# 返回值数据格式 ```language { "success": { "code": 200, "data": { "notId": 1, "title": "大扫除", "content": "整齐划一", "timeCreate": "2015.2.28 12:36", "author": "HK" }, "msg": "release success" }, "failed": { "code": 200, "msg": "release failed" } ```