项目管理


查询进行中得项目列表接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询进行中得项目列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/investment/projectreport/queryProjectGoingList</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST_form-data</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;">userId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>用户id</td> </tr> </tbody> </table> <h5>返回参数说明</h5> <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;">code</td> <td style="text-align: left;">int</td> <td>接口通信标识 200 成功</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;">success</td> <td style="text-align: left;">boolean</td> <td>接口通信是否成功:true 成功</td> </tr> <tr> <td style="text-align: left;">obj</td> <td style="text-align: left;">object</td> <td>结果</td> </tr> </tbody> </table> <h5>obj返回参数说明</h5> <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;">projectName</td> <td style="text-align: left;">string</td> <td>项目名称</td> </tr> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">string</td> <td>项目id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;msg&amp;quot;: &amp;quot;Success!&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;obj&amp;quot;: [         {             &amp;quot;id&amp;quot;: &amp;quot;2cd55a6186e7484ab3468212def65dc2&amp;quot;,             &amp;quot;projectName&amp;quot;: &amp;quot;雪1107-1&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;4c09b19c98784c8cafe1ccf7ca2eed30&amp;quot;,             &amp;quot;projectName&amp;quot;: &amp;quot;雪1108-0&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;e0b59cc3a3d7475b963e6db55417ad9c&amp;quot;,             &amp;quot;projectName&amp;quot;: &amp;quot;雪1108-1&amp;quot;         },         {             &amp;quot;id&amp;quot;: &amp;quot;ea4fa1a674ba4e989e8e3eb7ec938ff0&amp;quot;,             &amp;quot;projectName&amp;quot;: &amp;quot;雪1107-2&amp;quot;         }     ],     &amp;quot;success&amp;quot;: true }</code></pre> <h5>备注</h5> <p>-</p>

页面列表

ITEM_HTML