微信公众平台新建永久图文素材内容里面能不能添加语音?

WBOY
Release: 2016-06-06 20:28:18
Original
1570 people have browsed it

如题。
官方给的文档里面有些参数:

<code>{
"articles": [{
"title": TITLE,
"thumb_media_id": THUMB_MEDIA_ID,
"author": AUTHOR,
"digest": DIGEST,
"show_cover_pic": SHOW_COVER_PIC (0 / 1 ),
"content": CONTENT,
"content_source_url": CONTENT_SOURCE_URL
},
//若新增的是多图文素材,则此处应还有几段 articles 结构
]
}</code>
Copy after login
Copy after login

其中 content 是内容的参数,这里面能不能添加素材库中的语音素材?

回复内容:

如题。
官方给的文档里面有些参数:

<code>{
"articles": [{
"title": TITLE,
"thumb_media_id": THUMB_MEDIA_ID,
"author": AUTHOR,
"digest": DIGEST,
"show_cover_pic": SHOW_COVER_PIC (0 / 1 ),
"content": CONTENT,
"content_source_url": CONTENT_SOURCE_URL
},
//若新增的是多图文素材,则此处应还有几段 articles 结构
]
}</code>
Copy after login
Copy after login

其中 content 是内容的参数,这里面能不能添加素材库中的语音素材?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template