产品教程步骤
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
{
"code": 1,
"data": {
"is_close": 0,
"step_title": "检查材料",
"take_time": 20,
"is_make": 1,
"all_step": 25,
"target": "1.检查材料;2.检查工具;",
"pic": "效果图地址",
"type":1,//教程类型
"tools": [
{
"tool_id": 2,
"tool_name": "铅笔"
},
{
"tool_id": 4,
"tool_name": "直尺"
},
{
"tool_id": 7,
"tool_name": "卷尺"
}
],
"step_detail": [
"json字符串"
],
"have_blueprint": 1, //是否有图纸
"is_forbidden": 0,
"have_update": 1, //是否有更新
"now_version":"1.2",//教程最新的版本
"user_version":"1.1",//用户当前的版本(这两个version字段只为方便调试用,是否有更新根据have_update字段即可)
"update_notice": "教程更新提示",
"is_complete": 0//是否已完成
},
"msg": "success"
}