Skip to content

Commit

Permalink
fix #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jokermonn committed May 31, 2017
1 parent edb5f05 commit f69a1fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Time.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
因为电影的信息会根据地区的不同而不同,所以在 url 后面需要拼接地区 locationId,获取的方式有两种 ——

- 访问 url:[`https://api-m.mtime.cn/Showtime/HotCitiesByCinema.api`](https://api-m.mtime.cn/Showtime/HotCitiesByCinema.api)
- 将它写在本地,由于 json 较长,我就将它另存为了一个 md 文件,[戳我进链接](https://github.com/jokermonn/-Api/blob/master/TimeApp-Area-id.json)
- 将它写在本地,由于 json 较长,我就将它另存为了一个 md 文件,[戳我进链接](https://github.com/jokermonn/-Api/blob/master/TimeApp-Area-id.json),访问时请添加 `Host:api-m.mtime.cn` 请求头

ps:Time 时光 App 是本地存了一份,但同时每次启动 app 又会访问 url,同时将数据重新写入文件

<h2 id="sell_tickets">正在售票(包括正在热映和即将上映)</h2>

url:`https://api-m.mtime.cn/PageSubArea/HotPlayMovies.api?locationId=?`

示例 url:[`https://api-m.mtime.cn/PageSubArea/HotPlayMovies.api?locationId=290`](https://api-m.mtime.cn/PageSubArea/HotPlayMovies.api?locationId=290)
Expand Down

0 comments on commit f69a1fe

Please sign in to comment.