用户协议
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/index/passport/register</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>成功返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;register_msg1&quot;: &quot;服务条款的内容&quot;,
&quot;register_msg2&quot;: &quot;隐私政策的内容&quot;,
&quot;area_code&quot;: [
{
&quot;name&quot;: &quot;阿富汗&quot;,
&quot;areaCode&quot;: &quot;93&quot;
},
{
&quot;name&quot;: &quot;阿尔巴尼亚&quot;,
&quot;areaCode&quot;: &quot;355&quot;
},
{
&quot;name&quot;: &quot;阿尔及利亚&quot;,
&quot;areaCode&quot;: &quot;213&quot;
},
{
&quot;name&quot;: &quot;安道尔&quot;,
&quot;areaCode&quot;: &quot;376&quot;
},
{
&quot;name&quot;: &quot;安哥拉&quot;,
&quot;areaCode&quot;: &quot;244&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;">register_msg1</td>
<td style="text-align: left;">string</td>
<td>服务条款</td>
</tr>
<tr>
<td style="text-align: left;">register_msg2</td>
<td style="text-align: left;">string</td>
<td>隐私政策</td>
</tr>
<tr>
<td style="text-align: left;">area_code</td>
<td style="text-align: left;">array</td>
<td>国家区号</td>
</tr>
<tr>
<td style="text-align: left;"> ・name</td>
<td style="text-align: left;">string</td>
<td>name</td>
</tr>
<tr>
<td style="text-align: left;"> ・areaCode</td>
<td style="text-align: left;">string</td>
<td>areaCode</td>
</tr>
</tbody>
</table>