是否需要补齐收款信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>是否需要补齐收款信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/m/user/garthering_exist</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>get </p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>{"__type":"result","state":"ok","msg":"检测到您还没有填写收款人信息,资金将无法到账,是否前去补齐?","data":{"title":"账户补齐","url":"\/completion\/receipt","code":0},"time":1553495900}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">state</td>
<td style="text-align: left;">string</td>
<td>ok</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>提示信息</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">string</td>
<td>code:0需要补齐 1不需要,title是弹框标题,需要补齐时返回,跳转的url,需要携带token</td>
</tr>
</tbody>
</table>