列表
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/addr</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <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;"></td>
<td style="text-align: left;"></td>
<td style="text-align: left;"></td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code>{
    &quot;msg&quot;: &quot;请求成功&quot;,
    &quot;data&quot;: [
        {
            &quot;id&quot;: 95,
            &quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
            &quot;recipients&quot;: &quot;本人1&quot;,
            &quot;phone&quot;: &quot;31&quot;,
            &quot;address&quot;: &quot;lisi&quot;,
            &quot;default_switch&quot;: 1,
            &quot;create_time&quot;: &quot;2025-01-03 16:27:48&quot;,
            &quot;update_time&quot;: &quot;2025-01-03 16:27:48&quot;
        },
        {
            &quot;id&quot;: 94,
            &quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
            &quot;recipients&quot;: &quot;本人&quot;,
            &quot;phone&quot;: &quot;31&quot;,
            &quot;address&quot;: &quot;lisi&quot;,
            &quot;default_switch&quot;: 0,
            &quot;create_time&quot;: &quot;2025-01-03 16:27:40&quot;,
            &quot;update_time&quot;: &quot;2025-01-03 16:27:48&quot;
        }
    ],
    &quot;code&quot;: 0
}</code></pre>