教程步骤排序

接口地址:/publisher/tutorialstepsort

请求方式 post

参数:

  • sort_str 排序串, 格式: 步骤id-排序值,步骤id-排序值 (例: 1-1,2-4,3-9,4-2)

返回格式:

{
    "code": 1,
    "data": {},
    "msg": "success"
}

Last updated

Was this helpful?