绑定记录
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>绑定记录</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>` <a href="https://ai.zazhipu.com/wxapp.php/Member/bind_record">https://ai.zazhipu.com/wxapp.php/Member/bind_record</a>
<h5>请求方式</h5></li>
<li>POST</li>
</ul>
<h5>参数</h5>
<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;">now_page</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>页数</td>
</tr>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页条数</td>
</tr>
<tr>
<td style="text-align: left;">part_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>类型 : 2家长,3学生</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功!&quot;,
&quot;data&quot;: {
&quot;bind_list&quot;: [
{
&quot;id&quot;: 1,
&quot;uid&quot;: 23,
&quot;r_uid&quot;: 1,
&quot;invite_time&quot;: &quot;2025-02-13 14:02:11&quot;,//邀请时间
&quot;refuse_time&quot;: null,
&quot;is_agree&quot;: 1,//0待确认,1同意2拒绝,3解除绑定
&quot;cancel_time&quot;: null,
&quot;agree_time&quot;: &quot;1739428846&quot;,
&quot;parent_info&quot;: {
&quot;nick_name&quot;: &quot;用户23&quot;
},
&quot;student_info&quot;: {
&quot;nick_name&quot;: &quot;用户1&quot;
}
}
]
}
}</code></pre>
<h5>返回参数说明</h5>
<pre><code></code></pre>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>