Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/WxaBusiness/LiveBroadcast/WxaBusinessGetWxaFollowersResponse.json

21 lines
406 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"followers": [
{
"openid": "openid1",
"subscribe_time": 1606270612,
"room_status": 101,
"room_id": 1
},
{
"openid": "openid2",
"subscribe_time": 1606270612,
"room_status": 101,
"room_id": 1
}
],
"page_break": 1606270612,
"errcode": 0,
"errmsg": "ok"
2022-05-06 20:29:27 +08:00
}