轻创优选-报备列表
<h5>简要描述</h5>
<ul>
<li>轻创优选-报备列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/api/qingchuang/apply/list</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </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;">number</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>订单编号</td>
</tr>
</tbody>
</table>
<h5>返回示例(成功)</h5>
<pre><code>{
&quot;total&quot;: 5,
&quot;rows&quot;: [
{
&quot;qingchuangApplyId&quot;: 5,
&quot;qingchuangApplyPoolId&quot;: 1,
&quot;applyId&quot;: &quot;562390&quot;,
&quot;number&quot;: &quot;Open-000645&quot;,
&quot;title&quot;: &quot;邮惠万家-入金版&quot;,
&quot;memberId&quot;: 1,
&quot;type&quot;: 2,
&quot;mobile&quot;: &quot;18519766006&quot;,
&quot;link&quot;: null,
&quot;text&quot;: &quot;{\&quot;username\&quot;:\&quot;张高垒\&quot;,\&quot;mobile\&quot;:\&quot;18519766006\&quot;}&quot;,
&quot;status&quot;: 0,\\报备信息审核状态:0待审核,1审核通过,2审核失败,3链接已失效
&quot;reason&quot;: null,
&quot;subTitle&quot;: &quot;提交信息&quot;,
&quot;subTemplate&quot;: &quot;[{\&quot;image\&quot;:\&quot;\&quot;,\&quot;label\&quot;:\&quot;用户注册手机号(脱敏)\&quot;,\&quot;name\&quot;:\&quot;用户注册手机号(脱敏\&quot;,\&quot;type\&quot;:\&quot;1\&quot;},{\&quot;image\&quot;:\&quot;\&quot;,\&quot;label\&quot;:\&quot;用户姓名\&quot;,\&quot;name\&quot;:\&quot;jusername\&quot;,\&quot;type\&quot;:\&quot;1\&quot;},{\&quot;image\&quot;:\&quot;https://opentask.oss-cn-hangzhou.aliyuncs.com/uploads/20230916/75caa7c99220a8c5ed2e017b370d7ee7.jpg\&quot;,\&quot;label\&quot;:\&quot;账户详情页面\&quot;,\&quot;name\&quot;:\&quot;账户详情页面\&quot;,\&quot;type\&quot;:\&quot;4\&quot;}]&quot;,
&quot;applyExpectTime&quot;: &quot;联系客服审核&quot;,
&quot;updateTime&quot;: null,
&quot;createTime&quot;: &quot;2023-12-20T18:20:59.000+08:00&quot;
}
],
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;查询成功&quot;
}</code></pre>
<h5>备注</h5>
<p>brokerage 字段为佣金字段,此字段为总佣金,己方需要根据自己的比例设置</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>