扫码下载客户端
经验值 0 课程学习 1节
最近浏览
简介测试
title
courselist
userId
userInfo
teacherStudents
learningTotalNum
obLevel
__env
app
errors
curNav
__currentLoopData
courseInfo
loop
defaultSettingInfo
isHeaderAd
kf_code
select * from `user` where `user`.`id` = '374371' limit 1
SELECT *
LIMIT
ORDER BY
select `course_learning`.`id`, `course_learning`.`user_id`, `course_learning`.`course_id`, `course_learning`.`video_id`, `course_learning`.`progress`, `course_learning`.`status`, `course_learning`.`created_at`, `course_learning`.`updated_at` from `course_learning` where `course_learning`.`user_id` = '374371'
select `course_learning`.`id`, `course_learning`.`user_id`, `course_learning`.`course_id`, `course_learning`.`video_id`, `course_learning`.`progress`, `course_learning`.`status`, `course_learning`.`created_at`, `course_learning`.`updated_at` from `course_learning` where `course_learning`.`user_id` = '374371' group by `course_learning`.`course_id` order by `course_learning`.`created_at` desc limit 31
select * from `course` where `course`.`id` = '25405' and `course`.`deleted_at` is null limit 1
select `course_soft`.`soft_id`, `category_soft`.`name` from `course_soft` inner join `category_soft` on `category_soft`.`id` = `course_soft`.`soft_id` where `course_soft`.`course_id` = '25405'
select `course_lecturer`.`course_id`, `course_lecturer`.`lecturer_id` from `course_lecturer` inner join `course` on `course_lecturer`.`course_id` = `course`.`id` where `course`.`deleted_at` is null and `course_lecturer`.`course_id` in ('25405') order by `course`.`created_at` desc
select `setting`.`id`, `setting`.`name`, `setting`.`value`, `setting`.`created_at` from `setting` where `setting`.`name` in ('webname', 'logo', 'copyright', 'baiduanalytics', 'cnzzanalytics', 'seokeywords', 'seodescription', 'iphone_send_status', 'iphone_free_version', 'ipad_send_status', 'ipad_free_version')