获取公众号品牌信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取公众号品牌信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:30001/GetBrandInfo</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>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">gh_id</td>
<td style="text-align: left;">string</td>
<td>公众号ID</td>
</tr>
</tbody>
</table>
<h5>发送示例</h5>
<pre><code>{
&quot;gh_id&quot;:&quot;gh_e7e71fe92c19&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;Access_Url&quot;: &quot;https://mp.weixin.qq.com/mp/aboutbiz?__biz=MjM5NTc2MDYxMw==&amp;uin=NTk5MDcxODA1&amp;key=42725a799e2720ec56251750e3090cab8b7fa5e9d0f8eb716fb165885c70655b716fa15c81acd275eb97aebad75f89d701deb2998b88fb47383117517d7d59c91749bc8480f677d4eaa98c2b8796638161195732d8e3b4a9ec074aa83d0724138c6cabd493373175b1b8ec91a1c9d6babddeda8a09742aca1e22b5e298476e8f&amp;devicetype=Windows+11+x64&amp;version=63090217&amp;lang=zh_CN&amp;acctmode=0&amp;pass_ticket=%2FN9kLg8nj1ypcNHDoClNRPJNhOiK%2FJHoE%2BADCmEZNZIMEnRh83oTJwXhM12r3DORPaEXhALaqQT3MFeZMQdGvQ%3D%3D&amp;wx_header=1#wechat_webview_type=1&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;">Access_Url</td>
<td style="text-align: left;">string</td>
<td>自行百度打开即可看到</td>
</tr>
</tbody>
</table>