GET wechat/get_live_list?client_id={client_id}&keywords={keywords}&page_index={page_index}&page_size={page_size}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
client_id

integer

Required

keywords

string

None.

page_index

integer

Required

page_size

integer

Required

Body Parameters

None.

Response Information

Resource Description

DataResponseOfPageResponseOfWechatLiveListViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

PageResponseOfWechatLiveListViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": {
    "last_page": true,
    "total_count": 2,
    "list": [
      {
        "room_id": 1,
        "name": "sample string 2",
        "cover_img": "sample string 3",
        "live_status": 4,
        "start_time": 5,
        "end_time": 6,
        "date_start": "2024-07-05T06:19:07.3596941+08:00",
        "date_end": "2024-07-05T06:19:07.3596941+08:00",
        "anchor_name": "sample string 9",
        "anchor_img": "sample string 10"
      },
      {
        "room_id": 1,
        "name": "sample string 2",
        "cover_img": "sample string 3",
        "live_status": 4,
        "start_time": 5,
        "end_time": 6,
        "date_start": "2024-07-05T06:19:07.3596941+08:00",
        "date_end": "2024-07-05T06:19:07.3596941+08:00",
        "anchor_name": "sample string 9",
        "anchor_img": "sample string 10"
      }
    ]
  }
}