亿奇达虚拟进货开放文档

亿奇达虚拟进货开放文档


获取城市区域影院数量

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>获取城市区域影院数量 </li> </ul> <h5>请求URL</h5> <ul> <li><code>http://open.yiqida.cn/api/MovieOpen/QueryRegion?timestamp=当前时间戳13位&amp;amp;userName=登录账号&amp;amp;sign=签名</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </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;">cityId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>城市Id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: 200, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;data&amp;quot;: [ { &amp;quot;regionName&amp;quot;: &amp;quot;全部&amp;quot;, &amp;quot;num&amp;quot;: 294 }, { &amp;quot;regionName&amp;quot;: &amp;quot;渝北区&amp;quot;, &amp;quot;num&amp;quot;: 44 }, { &amp;quot;regionName&amp;quot;: &amp;quot;巴南区&amp;quot;, &amp;quot;num&amp;quot;: 9 }, { &amp;quot;regionName&amp;quot;: &amp;quot;北碚区&amp;quot;, &amp;quot;num&amp;quot;: 8 }, { &amp;quot;regionName&amp;quot;: &amp;quot;大足区&amp;quot;, &amp;quot;num&amp;quot;: 8 }, { &amp;quot;regionName&amp;quot;: &amp;quot;合川区&amp;quot;, &amp;quot;num&amp;quot;: 8 }, { &amp;quot;regionName&amp;quot;: &amp;quot;綦江区&amp;quot;, &amp;quot;num&amp;quot;: 6 }, { &amp;quot;regionName&amp;quot;: &amp;quot;涪陵区&amp;quot;, &amp;quot;num&amp;quot;: 6 }, { &amp;quot;regionName&amp;quot;: &amp;quot;开州区&amp;quot;, &amp;quot;num&amp;quot;: 6 } ] }</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;">regionName</td> <td style="text-align: left;">string</td> <td>区域名称</td> </tr> <tr> <td style="text-align: left;">num</td> <td style="text-align: left;">int</td> <td>数量</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML