项目管理


查询项目上报日志详情接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>查询项目上报日志详情接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/investment/projectreport/findProjectReportDetail</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;">projectReportId</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;">reportDateBegin</td> <td style="text-align: left;">string</td> <td>项目上报日志时间</td> </tr> <tr> <td style="text-align: left;">completedContent</td> <td style="text-align: left;">string</td> <td>完成内容</td> </tr> <tr> <td style="text-align: left;">solveProblem</td> <td style="text-align: left;">string</td> <td>解决问题</td> </tr> <tr> <td style="text-align: left;">futurePlans</td> <td style="text-align: left;">string</td> <td>为了计划</td> </tr> <tr> <td style="text-align: left;">reportUser</td> <td style="text-align: left;">string</td> <td>填写人</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;projectReportId&amp;quot;: &amp;quot;4711e8febb036aaa9da02ad09e132a3d&amp;quot;,         &amp;quot;projectId&amp;quot;: &amp;quot;2cd55a6186e7484ab3468212def65dc2&amp;quot;,         &amp;quot;projectName&amp;quot;: &amp;quot;雪1107-1&amp;quot;,         &amp;quot;reportType&amp;quot;: 1,         &amp;quot;reportDateBegin&amp;quot;: &amp;quot;2024-11-14&amp;quot;,         &amp;quot;reportDateEnd&amp;quot;: null,         &amp;quot;createTime&amp;quot;: &amp;quot;2024-11-14 19:41:00&amp;quot;,         &amp;quot;isValid&amp;quot;: 1,         &amp;quot;completedContent&amp;quot;: &amp;quot;completedContent_0527b38fb935&amp;quot;,         &amp;quot;solveProblem&amp;quot;: &amp;quot;solveProblem_b9f4d6bbe960&amp;quot;,         &amp;quot;futurePlans&amp;quot;: &amp;quot;futurePlans_a3e1bebe4200&amp;quot;,         &amp;quot;reportUser&amp;quot;: &amp;quot;管理员&amp;quot;,         &amp;quot;reportUserId&amp;quot;: &amp;quot;25580&amp;quot;     },     &amp;quot;success&amp;quot;: true }</code></pre> <h5>备注</h5> <p>-</p>

页面列表

ITEM_HTML