我的0元设计
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户查看历史0元设计</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>127.0.0.1:8080//api/app/appCall?jsonParam={"opeType":"getList",'map':{'nowPage':'1','pageShow':'5','customerUuid':'0016d4d5c85c4af1af2c49c2fe4da69e','token':'f5b5d0263f524b31c269387b0c9fe085','sessionId':'87fc15af-5b76-40d9-98ad-eb0b6a9decef'}}</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;">nowPage</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>当前页</td>
</tr>
<tr>
<td style="text-align: left;">pageShow</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>每页显示多少页</td>
</tr>
<tr>
<td style="text-align: left;">customerUuid</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> {
"count": 1,
"customizedList": [
{
"appointmTimeScope": "2019-05-17 15:38--2019-05-19 15:38",
"appointmentEndTime": "2019-05-19 15:38",
"appointmentStartTime": "2019-05-17 15:38",
"areaName": "广东省深圳市福田区",
"areaUuid": "1381",
"contactStatus": "2",
"creatTime": "2019-05-17 15:36:18",
"customOrder": "",
"customerName": "方园",
"customerPhone": "13995658351",
"customerUuid": "0016d4d5c85c4af1af2c49c2fe4da69e",
"delFlag": "1",
"demandFromSource": "1",
"entityImage": null,
"entityImageUrl": "",
"img1": "dddb8d8598a74f62a5b0bbee696d4581picture",
"img1Url": "http://test.jomoo.com.cn//dev1/0/000/000/0000000581.fid",
"img2": null,
"img2Url": "",
"img3": null,
"img3Url": "",
"img4": null,
"img4Url": "",
"img5": null,
"img5Url": "",
"imgList": [
"http://test.jomoo.com.cn//dev1/0/000/000/0000000581.fid"
],
"mapCondition": {},
"money": 0,
"no": "CUSTOMIZED0000000041",
"opeTime": "2019-05-20 11:11:02",
"oper": "",
"remark": null,
"shopName": "深圳门店",
"shopUuid": "e1991fa270ea4933acd9175cc8578252",
"sortName": "uuid",
"sortType": "desc",
"uuid": "17c34e8a3f9c4909b93ce3f607b66e0b"
}
],
"return_code": "0"
}</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;">count</td>
<td style="text-align: left;">int</td>
<td>总数</td>
</tr>
<tr>
<td style="text-align: left;">customizedList</td>
<td style="text-align: left;">List<CustomizedDemandModel></td>
<td>存储历史0元设计表的list</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>