获取微信
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/apis/getopenid</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;code&quot;:&quot;1233123123&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: &quot;12312415&quot;, //openid
&quot;success&quot;: true,
&quot;status&quot;: true
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>