feat(wxapi): 新增草稿箱相关接口

This commit is contained in:
Fu Diwei
2021-10-21 20:55:47 +08:00
parent c935b72e17
commit 6b693ea2b8
29 changed files with 827 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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"
}
]
}