名称:会场分类更新
接口:/merchant/live/liveVenueCateUpdate
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_venue_cate_id | int | Y | 主键 | 36 |
title | str | Y | 8个字以内 | 36 |
sort | int | N | 1-255 | 36 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"id": 1,
"title": "这是第up个会场"
}
}