分享产生的佣金记录
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/shard/brokerage</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></li>
</ul>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: 1,
&quot;per_page&quot;: 10,
&quot;current_page&quot;: 1,
&quot;last_page&quot;: 1,
&quot;data&quot;: [
{
&quot;id&quot;: 1282,
&quot;user_uid&quot;: &quot;b449c270dc3745ca9644d309dac5bd51&quot;,
&quot;type&quot;: &quot;balance_price&quot;,
&quot;val&quot;: &quot;399900&quot;,
&quot;create_datetime&quot;: &quot;2024-12-30 16:47:51&quot;,
&quot;update_datetime&quot;: &quot;2025-01-06 20:52:15&quot;,
&quot;source&quot;: &quot;shard_contract_member&quot;,
&quot;source_data&quot;: {//下级用户信息
},
&quot;employ_type&quot;: 0,
&quot;source_des&quot;: &quot;分享佣金&quot;
}
]
},
&quot;code&quot;: 0
}</code></pre>