Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinFreePublish/CgibinFreePublishBatchGetResponse.json

28 lines
823 B
JSON
Raw Normal View History

{
"total_count": 0,
"item_count": 0,
"item": [
{
"article_id": "ARTICLE_ID",
"content": {
"news_item": [
{
"title": "TITLE",
"author": "AUTHOR",
"digest": "DIGEST",
"content": "CONTENT",
"content_source_url": "CONTENT_SOURCE_URL",
"thumb_media_id": "THUMB_MEDIA_ID",
"show_cover_pic": 1,
"need_open_comment": 0,
"only_fans_can_comment": 0,
"url": "URL",
"is_deleted": false
}
]
},
"update_time": 0
}
]
2022-05-06 20:29:27 +08:00
}