文档
测试

成长记录列表

GET
http://jygl.znsite.cn/index.php/index/Teacher/lookGrowthRecord

响应参数

参数名
类型
描述
必填
id
int
记录id
必填
teacher_id
int
教师id
必填
content
string
发布内容
必填
video
string
视频地址
必填
images
array
图片地址(数组形式)
必填
student_ids
string
学员id
必填
create_time
string
发布时间
必填
student_name
string
学员名称组合
必填
teacher_name
string
教师名称
必填
teacher_avatar
string
老师头像
必填

说明 / 示例

{ "code": 200, "data": [ { "id": 1, "teacher_id": 3, "content": "很棒!", "video": "http://www.jygl.cn/storage/uploads/20200318/4475f31a50a08ae27b07250bc6b19829.jpg", "images": [ "http://www.jygl.cn/storage/uploads/20200318/4475f31a50a08ae27b07250bc6b19829.jpg", "http://www.jygl.cn/storage/uploads/20200318/4475f31a50a08ae27b07250bc6b19829.jpg" ], "student_ids": "14,24", "create_time": "2020-04-10 14:47:35", "student_name": "喜洋洋 杨洋", "teacher_name": "王静", "teacher_avatar": "http://www.jygl.cn/storage/uploads/20200318/4475f31a50a08ae27b07250bc6b19829.jpg" } ] }