免费api个人记录(记录更新时间)
Posted zhenyjsf
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了免费api个人记录(记录更新时间)相关的知识,希望对你有一定的参考价值。
1.喵喵电影 地区id申请 (2020-01-27 17:31:32 时有效)
http://39.97.33.178/api/cityList
2.喵喵电影 正在热映申请 (2020-01-27 17:30:14时有效)
http://39.97.33.178/api/movieOnInfoList?cityId= + id
备注:id通过1获得,为地区id
3.喵喵电影 电影详情 (2020-01-27 17:43:39时无效)
http://39.97.33.178/api/detailmovie?movieId= + id
备注:id通过2申请得到,目前申请成功但是没有数据
4.喵喵电影 即将上映申请 (2020-01-27 17:47:06 时无效)
http://39.97.33.178/api/movieComingList?cityId= + id
备注:id通过1获得,为地区id,目前申请成功但是没有数据,可能和目前没有即将上映电影有关
5.喵喵电影 搜索系统 (2020-01-27 17:58:57时有效)
http://39.97.33.178/api/searchList?cityId= + id &kw= + 搜索内容
备注:id通过1获得,为地区id,搜索内容貌似只能输入英文和数字,无法正确搜索汉字
6.喵喵电影 附近影院 (2020-01-27 18:03:24 时无效)
http://39.97.33.178/api/cinemaList?cityId= + id
备注:id通过1获得,为地区id,目前申请成功但是没有数据
7.超级市场 首页栏1(2020-01-27 19:05:08 时有效)
/home/multidata
备注:超级市场前缀内部保存
8.超级市场 瀑布流商品(2020-01-27 19:05:08 时有效)
/home/data?type= +分类 &page= + 页数
备注:分类有三种,分别是:{ ‘精选‘:‘pop‘,‘时尚’:‘new‘,‘潮流’:‘sell‘ },页数从1开始
可以获得每一个商品的iid
9.超级市场 商品详情(2020-01-27 19:05:08 时有效)
/detail?iid= + iid
备注:iid从8号获取,获取到的数据非常多,推荐以下分类
export class Goods { constructor(itemInfo, columns, services) { this.title = itemInfo.title; this.desc = itemInfo.desc; this.newPrice = itemInfo.Price; this.oldPrice = itemInfo.oldPrice; this.discount = itemInfo.discountDesc; this.columns = columns; this.services = services; this.nowPrice = itemInfo.highNowPrice; } } export class GoodsParam { constructor(info, rule) { this.image = info.images ? info.images[0] : ‘‘; this.infos = info.set; this.sizes = rule.tables; } } export class Shop { constructor(shopInfo) { this.logo = shopInfo.shopLogo; this.name = shopInfo.name; this.fans = shopInfo.cFans; this.sells = shopInfo.cSells; this.score = shopInfo } }
good:商品 goodParam:商品参数 shop:商家
10.超级市场 推荐目录(2020-01-27 19:05:08 时有效)
/recommend
备注:推荐目录的名单和8号瀑布流类似,但不需要传入参数
11.超级市场 分类区菜单(2020-01-27 19:05:08 时有效)
/category
备注:获得 maitKey 值和 miniWallkey 值,前者是获得12号的参数,后者是获得13号的参数
12.超级市场 商品分类目录(2020-01-27 19:05:08 时有效)
/subcategory?maitKey= + maitKey值
备注:从11中获得参数
13.超级市场 瀑布流商品列表(2020-01-27 19:05:08 时有效)
备注:从11中获得参数,分类值为{ ‘精选‘:‘pop‘,‘时尚’:‘new‘,‘潮流’:‘sell‘ }
以上是关于免费api个人记录(记录更新时间)的主要内容,如果未能解决你的问题,请参考以下文章
免费 JSON 格式的股票报价 API(实时或历史)[关闭]