教程冻结/解冻

接口地址:/console/tutorialblocked

请求方式 post

参数:

  • id 教程id

  • status 审核结果 1-冻结, 2-解冻

  • reason 冻结原因

返回格式:

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

Last updated

Was this helpful?