教程编辑数据获取

接口地址:/publisher/tutorialget

请求方式 get

参数:

  • id 教程id

返回格式:

{
    "code": 1,
    "data": {
        "root_cid": 1,
        "leaf_cids": "33,112,345",
        "title": "北欧风格牛角椅",
        "subtitle": "子标题",
        "summary": "简介",
        "tags": "实木,雕刻,桌椅",
        "header_pic": "//e.mylabclub.com/xxx.jpg",
        "banner_pics": "//e.mylabclub.com/xxx.jpg,//e.mylabclub.com/xxx2.jpg",
        "pdfs": "//e.mylabclub.com/xxx100.pdf-木桌1.pdf,//e.mylabclub.com/xxx101.pdf-木桌2.pdf",
        "only_vip": 1,
        "price": 300.15,
        "difficulty": 3,
        "updatedesc": "上一次的更新说明",
        "has_step": "0 0-还没有步骤 1-已经有步骤"
    },
    "msg": "success"
}

Last updated

Was this helpful?