获取解决方案列表
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取解决方案列表</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://127.0.0.1:8080/api/app/appCall?jsonParam={"opeType":"getCaseList","map":{"uuid":"12312"}}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">uuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>解决方案uuid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"message": "成功",
"return_code": "0",
"solveSchemeModelList": [
{
"anotherName": "",
"caseanalysisCategoryName": null,
"caseanalysisCategoryUuid": "isCategory1000000023",
"delFlag": "1",
"describes": "保障房",
"detailsImg": "1504159764270二级解决方案Banner白图1.png",
"detailsImgPath": "http://img.jomoo.com.cn/dev1/0/000/095/0000095479.fid",
"feature": "",
"homeImg": "150414719802603-保障房.jpg",
"homeImgPath": "http://img.jomoo.com.cn/dev1/0/000/095/0000095340.fid",
"isApp": "0",
"mapCondition": {},
"opeTime": "2017-09-01 22:49:41",
"oper": "SysManager0000000035",
"progression": "1",
"showIndex": 2,
"solveSchemeName": "保障房",
"solveTypeName": "住宅",
"solveTypeUuid": "meCategory0000000019",
"sortName": "uuid",
"sortType": "desc",
"uuid": "3bb37486a1264e1fae27da567cc0a6b0"
}
]
}</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;">solveScheme</td>
<td style="text-align: left;">solveScheme</td>
<td>解决方案对象</td>
</tr>
<tr>
<td style="text-align: left;">solveSchemeModelList</td>
<td style="text-align: left;">list</td>
<td>解决方案</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>