简要描述:

  • 圈子分类列表

请求域名:

  • http://xx.com

请求URL:

plugin.circle.admin.category.index

参数:

参数名 是否必须 类型 说明

返回示例:

模板data数据:

array:9 [▼
  "total" => 2
  "per_page" => 15
  "current_page" => 1
  "last_page" => 1
  "next_page_url" => null
  "prev_page_url" => null
  "from" => 1
  "to" => 2
  "data" => array:2 [▼
    0 => array:8 [▼
      "id" => 1
      "uniacid" => 1
      "name" => "分类1"
      "is_show" => 0
      "sequence" => 0
      "created_at" => "2021-02-18 11:27:57"
      "updated_at" => "2021-02-18 11:29:41"
      "deleted_at" => null
    ]
    1 => array:8 [▼
      "id" => 2
      "uniacid" => 1
      "name" => "分类1"
      "is_show" => 1
      "sequence" => 0
      "created_at" => "2021-02-18 11:28:07"
      "updated_at" => "2021-02-18 11:28:07"
      "deleted_at" => null
    ]
  ]
]

返回参数说明:

参数名 类型 说明
id '主键ID',
uniacid '公众号ID',
name '分类名称',
is_show '是否显示:0不显示,1显示',
sequence '排序数值越大越靠前',
created_at '创建时间',
updated_at '修改时间',
deleted_at '删除时间',

备注: