WxProject

微信


获取公众号名称

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取公众号名称</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:30001/WxaattrSync</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">gh_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>公众号id</td> </tr> </tbody> </table> <h5>发送示例</h5> <pre><code>{     &amp;quot;gh_id&amp;quot;:&amp;quot;gh_130d59ff766b@app&amp;quot; } </code></pre> <h5>返回示例</h5> <pre><code>{     &amp;quot;NickName&amp;quot;: &amp;quot;顺丰速运有限公司&amp;quot;,     &amp;quot;SignNature&amp;quot;: &amp;quot;同城1小时急送领导品牌,大品牌,不仅快,更安全。新人5折&amp;quot;,     &amp;quot;VerifyInfo&amp;quot;: &amp;quot;24&amp;quot;,     &amp;quot;BrandIconURL&amp;quot;: &amp;quot;http://mmbiz.qpic.cn/mmbiz_png/OgImUAcujIoWibTQSIZCwpHDDZCKibhJxfvtqAosuHlj8bTibLa7WWz5vtERVqhP2CZpGnuSwwQAiajjnscRQqjWIg/640?wx_fmt=png&amp;amp;wxfrom=200&amp;quot; }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">NickName</td> <td style="text-align: left;">string</td> <td>小程序昵称</td> </tr> <tr> <td style="text-align: left;">BrandIconURL</td> <td style="text-align: left;">string</td> <td>小程序小头像</td> </tr> </tbody> </table>

页面列表

ITEM_HTML