feat(wxapi): 移除部分已标记为废弃的接口及模型

This commit is contained in:
Fu Diwei
2024-05-20 11:15:45 +08:00
parent fffb35209e
commit 2bd10cc533
14 changed files with 1 additions and 351 deletions

View File

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

View File

@@ -1,14 +0,0 @@
{
"news_item": [
{
"title": "TITLE",
"thumb_media_id": "THUMB_MEDIA_ID",
"thumb_url": "thumb_url",
"author": "AUTHOR",
"digest": "DIGEST",
"show_cover_pic": 1,
"url": "URL",
"content_source_url": "CONTENT_SOURCE_URL"
}
]
}

View File

@@ -1,13 +0,0 @@
{
"media_id": "MEDIA_ID",
"index": 0,
"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"
}
}