Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinMaterial/CgibinMaterialAddNewsRequest.json

16 lines
391 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"articles": [
{
"title": "TITLE",
"thumb_media_id": "THUMB_MEDIA_ID",
"author": "AUTHOR",
"digest": "DIGEST",
"show_cover_pic": 1,
"content": "CONTENT",
"content_source_url": "CONTENT_SOURCE_URL",
"need_open_comment": 1,
"only_fans_can_comment": 1
}
]
2022-05-06 20:29:27 +08:00
}