查询组局首页日期
<p><strong>简要描述:</strong></p>
<ul>
<li>查询组局首页日期</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li>
<p>开发环境<code>http://16i128w468.imwork.net/wechat-api/compose/getDate</code></p>
</li>
<li>
<p>测试环境<code>http://tencentisux.hhhhcu.com/wechat-api/compose/getDate</code></p>
</li>
<li>正式环境<code>暂无</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li><code>post</code></li>
</ul>
<p><strong>参数:</strong></p>
<pre><code class="language-json">{
barCode:酒吧code
}</code></pre>
<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;">barCode<code>传此参数是查询酒吧主页下的组局日期查询</code></td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>酒吧code</td>
</tr>
</tbody>
</table>
<p><strong>返回状态码</strong></p>
<pre><code>Responst Code
{
0
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code class="language-json">{
"code": 0,
"msg": "success",
"data": {
"今天": [
"2021-05-10 00:00:00",
"2021-05-10 23:59:59"
],
"明天": [
"2021-05-11 00:00:00",
"2021-05-11 23:59:59"
],
"05-12": [
"2021-05-12 00:00:00",
"2021-05-12 23:59:59"
],
"05-13": [
"2021-05-13 00:00:00",
"2021-05-13 23:59:59"
],
"05-14": [
"2021-05-14 00:00:00",
"2021-05-14 23:59:59"
],
"05-15": [
"2021-05-15 00:00:00",
"2021-05-15 23:59:59"
],
"05-16": [
"2021-05-16 00:00:00",
"2021-05-16 23:59:59"
],
"05-17": [
"2021-05-17 00:00:00",
"2021-05-17 23:59:59"
],
"05-18": [
"2021-05-18 00:00:00",
"2021-05-18 23:59:59"
],
"05-19": [
"2021-05-19 00:00:00",
"2021-05-19 23:59:59"
],
"05-20": [
"2021-05-20 00:00:00",
"2021-05-20 23:59:59"
],
"05-21": [
"2021-05-21 00:00:00",
"2021-05-21 23:59:59"
],
"05-22": [
"2021-05-22 00:00:00",
"2021-05-22 23:59:59"
],
"05-23": [
"2021-05-23 00:00:00",
"2021-05-23 23:59:59"
]
}
}</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;">code</td>
<td style="text-align: left;">int</td>
<td>返回状态码 0-修改成功 500-修改失败</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;">data</td>
<td style="text-align: left;">json</td>
<td>组局日期</td>
</tr>
</tbody>
</table>