教程步骤编辑数据获取

接口地址:/publisher/tutorialstepget

请求方式 get

参数:

  • id 教程步骤id

返回格式:

{
    "code": 1,
    "data": {
        "tid": "教程id",
        "title": " 本步骤标题",
        "target": " 本步骤目标",
        "pic": " 本步骤效果图",
        "take_time": " 工时",
        "tools": [
            {
                "id": "1",
                "name": "xxx1"
            },
            {
                "id": "2",
                "name": "xxx2"
            }
        ],
        "tech_tutorials": " 引用的技术类教程(多个用,分割)",
        "tool_tutorials": " 引用的工具类教程(多个用,分割)",
        "content": "正文",
    },
    "msg": "success"
}

Last updated

Was this helpful?