|
vor 1 Woche | |
---|---|---|
.idea | vor 1 Woche | |
app | vor 1 Woche | |
bootstrap | vor 1 Woche | |
config | vor 1 Woche | |
database | vor 1 Woche | |
node_modules | vor 1 Woche | |
public | vor 1 Woche | |
resources | vor 1 Woche | |
routes | vor 1 Woche | |
storage | vor 1 Woche | |
tests | vor 1 Woche | |
vendor | vor 1 Woche | |
README.md | vor 1 Woche | |
artisan | vor 1 Woche | |
composer.json | vor 1 Woche | |
composer.lock | vor 1 Woche | |
package-lock.json | vor 1 Woche | |
package.json | vor 1 Woche | |
phpunit.xml | vor 1 Woche | |
server.php | vor 1 Woche | |
webpack.mix.js | vor 1 Woche |
problemList
limit 0
page 1
[
{
id:1,
user_id:1,
title:'标题',
hot:0,
recommend_count:0,//评论数
useful_count:0,//有用计数
reward:0,//奖励
label:'',//标签
is_new:0,
answer:{
id:1,
nickname:'',
avater:'',
}
}
]
problemRecommend
limit 0
page 1
[
list:[{
id:1,
user_id:1,
at_user_id:2,//被@用户
problem_id:1,//问答id
text:'',//评论内容
}],
user:[{
id:1,
nickname:'',
avater:'',
}]
]
recommend
problem_id 1
at_user_id 1
text
useful
problem_id 1
questioning
title
reply
answer
problem_id 1
newCourse
[
{
id:1,
cover:'',//封面
title:'标题',
original_price:0,
current_price:0,
pay_count:0,//领取数量
one_level_label:0,
tow_level_label:0,
type:0,//类型
}
]
getCourseList
[
{
id:1,
cover:'',//封面
title:'标题',
original_price:0,
current_price:0,
pay_count:0,//领取数量
one_level_label:0,
tow_level_label:0,
type:0,//类型
}
]
getGuessList
[
{
id:1,
cover:'',//封面
title:'标题',
original_price:0,
current_price:0,
pay_count:0,//领取数量
one_level_label:0,
tow_level_label:0,
type:0,//类型
}
]
getCourseListByLabel
one_label 1
tow_label 1
[
{
id:1,
cover:'',//封面
title:'标题',
original_price:0,
current_price:0,
pay_count:0,//领取数量
one_level_label:0,
tow_level_label:0,
type:0,//类型
}
]
getCourseChapter
course_id 1
[
{
id:1,
course_id:1,//课程id
title:'标题',
cover:'封面',
content:'',
type:0,//类型
}
]
receive
course_id 1
labelList
[
{
id:1,
name:'',
level:1,
}
]