微信公众号开发
API:新增永久图文素材 add_news
发送接口请求时,content内容如下:
<p style="white-space: normal; text-align: center; margin-top: 20px;">
<a href="http://baidu.com">测试a标签</a>
</p>
生成永久图文素材成功以后,a标签被过滤掉了,仅有如下代码:
<p style="white-space: normal; text-align: center; margin-top: 20px;">
测试a标签
</p>