会员角色信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>会员角色信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li>` <a href="https://ai.zazhipu.com/wxapp.php/Member/member_part_info">https://ai.zazhipu.com/wxapp.php/Member/member_part_info</a>
<h5>请求方式</h5></li>
<li>POST</li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;成功!&quot;,
&quot;data&quot;: {
&quot;member_info&quot;: {
&quot;uid&quot;: 23,//当前用户id
&quot;part_id&quot;: 2,//角色类型,1游客,2家长,3学生
&quot;student_list&quot;: [//2个已绑定的学生列表
{
&quot;id&quot;: 1,//绑定列表id
&quot;uid&quot;: 23,
&quot;r_uid&quot;: 1,
&quot;invite_time&quot;: &quot;1739428691&quot;,
&quot;refuse_time&quot;: null,
&quot;is_agree&quot;: 1,
&quot;cancel_time&quot;: null,
&quot;agree_time&quot;: &quot;1739428846&quot;,
&quot;student_info&quot;: {
&quot;nick_name&quot;: &quot;用户1&quot;,//学生昵称
}
},
{
&quot;id&quot;: 2,
&quot;uid&quot;: 23,
&quot;r_uid&quot;: 1,
&quot;invite_time&quot;: &quot;1739428691&quot;,
&quot;refuse_time&quot;: null,
&quot;is_agree&quot;: 1,
&quot;cancel_time&quot;: null,
&quot;agree_time&quot;: &quot;1739428846&quot;,
&quot;student_info&quot;: {
&quot;nick_name&quot;: &quot;用户1&quot;
}
},
],
&quot;parent_info&quot;: {//绑定的家长信息
&quot;id&quot;: 1,//
&quot;uid&quot;: 23,
&quot;r_uid&quot;: 1,
&quot;invite_time&quot;: &quot;1739428691&quot;,
&quot;refuse_time&quot;: null,
&quot;is_agree&quot;: 1,
&quot;cancel_time&quot;: null,
&quot;agree_time&quot;: &quot;1739428846&quot;,
&quot;parent_info&quot;: {
&quot;nick_name&quot;: &quot;用户23&quot;,//家长昵称
}
}
}
}
}</code></pre>
<h5>返回参数说明</h5>
<pre><code></code></pre>
<h5>备注</h5>
<ul>
<li>无</li>
</ul>