文档
测试

菜谱详情

GET
/api/recipeview.html

请求头

参数名
类型
描述
必填
user-token
string
登录成功后获取的token
必填

请求参数

参数名
类型
描述
必填
id
number
菜谱id
必填

响应参数

参数名
类型
描述
必填
code
number
响应码 1 成功,0失败
必填
msg
string
响应描述
必填
data
object
数据字典
必填
id
number
唯一id
必填
cid
number
分类id
必填
name
string
菜谱名称
必填
image
string
图片地址
必填
filename
string
视频地址
必填
duration
string
时长
必填
difficulty
string
难度
必填
desc
string
菜谱说明
必填
ingredients
array
食材清单
必填
cookie_step
array
步骤说明
必填
likenum
float
点赞数量
必填
product
array
对应产品
必填
islike
number
是否点赞,1 是,0 否
必填

说明 / 示例

{ "code": 1, "msg": "获取成功", "data": { "id": "1", "cid": "1", "name": "测试菜谱", "image": "http://qfrqclc1c.hn-bkt.clouddn.com/15986692656137.png", "filename": "http://qfrqclc1c.hn-bkt.clouddn.com/1598669221506.mp4", "duration": "30分钟", "desc": "这是测试的", "difficulty": "中等", "ingredients": [ { "name": "油麦菜", "num": "200g" }, { "name": "牛奶", "num": "100g" }, { "name": "麦片", "num": "2勺" } ], "cookie_step": [ { "desc": "步骤描述11", "image": "http://qfrqclc1c.hn-bkt.clouddn.com/15986715356655.jpg" }, { "desc": "步骤描述22", "image": "http://qfrqclc1c.hn-bkt.clouddn.com/15986715419478.png" }, { "desc": "步骤描述33", "image": "http://qfrqclc1c.hn-bkt.clouddn.com/15986715493297.png" } ], "pids": "16,17,22", "likenum": "0", "sort": "1", "addtime": "1598669498", "product": [ { "id": "16", "name": "牛奶", "image": "/upload/images/2020-05-15/5ebe3c6e4d05b.jpg" }, { "id": "17", "name": "油麦菜", "image": "http://qf15gskig.hn-bkt.clouddn.com/15974032298783.png" }, { "id": "22", "name": "全味麦片", "image": "/upload/images/2020-07-31/5f2402eccb497.jpg" } ], "islike": 0 } }