合作商上级
<p>[TOC]</p>
<h5>请求URL</h5>
<ul>
<li><code>/partner/v1/partner/Prev</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<pre><code>{
&quot;partner_id&quot;: 2 // 合作商 ID
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: [
{
&quot;id&quot;: 2, // 相等的是本人
&quot;created_at&quot;: &quot;2024-02-25 14:08:50&quot;,
&quot;updated_at&quot;: &quot;2024-02-29 23:45:25&quot;,
&quot;deleted_at&quot;: null,
&quot;nickname&quot;: &quot;heizai&quot;, // 昵称
&quot;tel&quot;: &quot;18696969090&quot;,
&quot;account&quot;: &quot;heizai&quot;,
&quot;password&quot;: &quot;1jMBnBkI+hBzupTO3MLMfcw+fVvL36vcPCsxMAYcVwt4wK+myQDU&quot;,
&quot;state&quot;: 1,
&quot;apply_state&quot;: 1,
&quot;level&quot;: 2,
&quot;parent_id&quot;: 1, // 上级的 ID
&quot;state_title&quot;: &quot;正常&quot;,
&quot;apply_state_title&quot;: &quot;通过&quot;,
&quot;parent_nickname&quot;: &quot;@123&quot;, // 上级 的昵称
&quot;parent_tel&quot;: &quot;&quot;,
&quot;balance&quot;: &quot;0.00&quot;,
&quot;all_profit&quot;: &quot;0.00&quot;,
&quot;child_num&quot;: 1,
&quot;partner_config&quot;: {
&quot;id&quot;: 2,
&quot;created_at&quot;: &quot;2024-02-25 14:08:50&quot;,
&quot;updated_at&quot;: &quot;2024-03-04 00:38:14&quot;,
&quot;deleted_at&quot;: null,
&quot;partner_id&quot;: 2,
&quot;rate_phone&quot;: &quot;11.00&quot;, // 话费汇率
&quot;rate_fuel&quot;: &quot;12.00&quot;, // 油费
&quot;rate_electric&quot;: &quot;10.00&quot;, // 电费
&quot;config_status&quot;: 1,
&quot;config&quot;: &quot;&quot;
}
},
{
&quot;id&quot;: 1,
&quot;created_at&quot;: &quot;2024-02-25 12:27:39&quot;,
&quot;updated_at&quot;: &quot;2024-03-13 00:19:51&quot;,
&quot;deleted_at&quot;: null,
&quot;nickname&quot;: &quot;@123&quot;,
&quot;tel&quot;: &quot;&quot;,
&quot;account&quot;: &quot;@123&quot;,
&quot;password&quot;: &quot;dv\/Mh4EI+MF5vfE0uL6j4Yi+6sPHPaPVbFeTTpNxpJL3alA&quot;,
&quot;state&quot;: 1,
&quot;apply_state&quot;: 1,
&quot;level&quot;: 1,
&quot;parent_id&quot;: 0,
&quot;state_title&quot;: &quot;正常&quot;,
&quot;apply_state_title&quot;: &quot;通过&quot;,
&quot;parent_nickname&quot;: &quot;&quot;,
&quot;parent_tel&quot;: &quot;&quot;,
&quot;balance&quot;: &quot;0.00&quot;,
&quot;all_profit&quot;: &quot;0.00&quot;,
&quot;child_num&quot;: 3,
&quot;partner_config&quot;: {
&quot;id&quot;: 1,
&quot;created_at&quot;: &quot;2024-02-25 12:27:39&quot;,
&quot;updated_at&quot;: &quot;2024-03-13 00:19:51&quot;,
&quot;deleted_at&quot;: null,
&quot;partner_id&quot;: 1,
&quot;rate_phone&quot;: &quot;10.00&quot;,
&quot;rate_fuel&quot;: &quot;10.00&quot;,
&quot;rate_electric&quot;: &quot;10.00&quot;,
&quot;config_status&quot;: 0,
&quot;config&quot;: &quot;&quot;
}
}
],
&quot;links&quot;: {
&quot;first&quot;: &quot;http:\/\/test.funny96.com\/backend\/v1\/partner\/Prev?page=1&quot;,
&quot;last&quot;: &quot;http:\/\/test.funny96.com\/backend\/v1\/partner\/Prev?page=1&quot;,
&quot;prev&quot;: null,
&quot;next&quot;: null
},
&quot;meta&quot;: {
&quot;current_page&quot;: 1,
&quot;from&quot;: 1,
&quot;last_page&quot;: 1,
&quot;path&quot;: &quot;http:\/\/test.funny96.com\/backend\/v1\/partner\/Prev&quot;,
&quot;per_page&quot;: 15,
&quot;to&quot;: 2,
&quot;total&quot;: 2
},
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;数据获取成功&quot;
}</code></pre>