彩票项目接口


统计报表查询条件 获取市区下拉框(管理端)

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>统计报表查询条件 获取市区下拉框</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:6030/lottery/applet/getAppTableCity</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>返回示例</h5> <pre><code> {     "code": "000000",     "message": "操作成功",     "data": [         {             "value": "22",             "text": "南京市",             "code": null         },         {             "value": "23",             "text": "无锡市",             "code": null         },         {             "value": "12",             "text": "徐州市",             "code": null         },         {             "value": "13",             "text": "常州市",             "code": null         },         {             "value": "14",             "text": "苏州市",             "code": null         },         {             "value": "15",             "text": "南通市",             "code": null         },         {             "value": "16",             "text": "连云港市",             "code": null         },         {             "value": "17",             "text": "淮安市",             "code": null         },         {             "value": "18",             "text": "盐城市",             "code": null         },         {             "value": "20",             "text": "扬州市",             "code": null         },         {             "value": "19",             "text": "镇江市",             "code": null         },         {             "value": "24",             "text": "泰州市",             "code": null         },         {             "value": "21",             "text": "宿迁市",             "code": null         }     ],     "timeStamp": 1676604437439 }</code></pre> <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;">text</td> <td style="text-align: left;">String</td> <td>市名</td> </tr> <tr> <td style="text-align: left;">value</td> <td style="text-align: left;">String</td> <td>市区编码</td> </tr> </tbody> </table>

页面列表

ITEM_HTML