文档
测试

01-课程搜索

GET
http://localhost:5000/api/client/search/course?key=h

请求参数

参数名
类型
描述
必填
key
string
示例:h
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:课程的搜索结果!
必填
data
array
数据列表
必填
id
int
示例:1
必填
category_id
int
示例:1
必填
title
string
示例:Python语言核心
必填
fm_url
string
示例:/images/course/fm_1.jpg
必填
is_hot
int
示例:1
必填
comment_total_count
int
示例:4
必填
comment_avg_score
float
示例:4.75
必填