小程序码生成
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/build-mini-qrcode</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>AUTH</code></li>
</ul>
<p><strong>参数:</strong></p>
<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;">path</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">string</td>
<td>路径</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;cache&quot;: 1,
&quot;path&quot;: &quot;/uploads/miniqrcode/6157c47acb344ba43a3b345ddc21dc46.png&quot;//图片地址
},
&quot;code&quot;: 0
}</code></pre>