教程步骤列表

接口地址:/publisher/tutorialsteplist

请求方式 get

参数:

  • tid 教程的id

返回格式:

{
    "code": 1,
    "data": {
        "step_list":[
            {
                "id": 1,
                "title": "步骤1",
                "sequence": 1
            },
            {
                "id": 2,
                "title": "步骤2",
                "sequence": 3
            },
            {
                "id": 5,
                "title": "步骤3",
                "sequence": 4
            }
        ]
    },
    "msg": "success"
}

Last updated

Was this helpful?