mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 02:14:44 +08:00
feat(wxapi): 新增草稿箱相关接口
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"articles": [
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"offset": 0,
|
||||
"count": 0,
|
||||
"no_content": 0
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"total_count": 0,
|
||||
"item_count": 0,
|
||||
"item": [
|
||||
{
|
||||
"media_id": "MEDIA_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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"update_time": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"total_count": 0
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ERRMSG"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"media_id": "MEDIA_ID"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ERRMSG",
|
||||
"is_open": 0
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"media_id": "MEDIA_ID",
|
||||
"index": 0,
|
||||
"articles": {
|
||||
"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
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ERRMSG"
|
||||
}
|
||||
Reference in New Issue
Block a user