feat(wxapi): 新增视频号小店直播及预约相关接口

This commit is contained in:
Fu Diwei
2024-06-04 14:55:31 +08:00
parent add24e9ad3
commit dbe3716735
15 changed files with 359 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"errcode": "0",
"errmsg": "ok",
"live_notice_list": [
{
"notice_id": "直播预约id",
"status": 0,
"status_wording": "状态描述",
"start_time": "1234567890",
"description": "描述",
"nickname": "开播视频号昵称",
"head_url": "开播视频号头像"
}
]
}

View File

@@ -0,0 +1,13 @@
{
"errcode": "0",
"errmsg": "ok",
"live_list": [
{
"export_id": "直播id",
"description": "描述",
"cover_url": "直播封面",
"nickname": "开播视频号昵称",
"head_url": "开播视频号头像"
}
]
}

View File

@@ -0,0 +1,4 @@
{
"notice_id": "XXXXXX",
"finder_id": "XXXXXX"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": "0",
"errmsg": "ok",
"url": "http"
}

View File

@@ -0,0 +1,4 @@
{
"export_id": "XXXXXX",
"finder_id": "XXXXXX"
}

View File

@@ -0,0 +1,5 @@
{
"errcode": "0",
"errmsg": "ok",
"url": "http"
}