-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathnote
More file actions
executable file
·40 lines (22 loc) · 981 Bytes
/
note
File metadata and controls
executable file
·40 lines (22 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
axios基本用法
http://www.cnblogs.com/Upton/p/6180512.html
vue-resource 发送ajax已经不在更新,替代品:axios
百度天气接口:
http://api.map.baidu.com/telematics/v3/weather?location=合肥
&output=json
&ak=t1fLY5kTo0eegUAqtENfvPzn
location:城市名称
output:输入格式
ak:访问应用的appkey
H5在线电影票:https://www.juhe.cn/docs/api/id/252
身份证查询:https://www.juhe.cn/docs/api/id/38
IP地址:https://www.juhe.cn/docs/api/id/1
新闻头条:https://www.juhe.cn/docs/api/id/235
手机号归属地:https://www.juhe.cn/docs/api/id/11
万年历:https://www.juhe.cn/docs/api/id/177
笑话大全:https://www.juhe.cn/docs/api/id/95
微信精选:https://www.juhe.cn/docs/api/id/147
邮编查询:https://www.juhe.cn/docs/api/id/66
驾照题库:https://www.juhe.cn/docs/api/id/183
火车票抢票:https://www.juhe.cn/docs/api/id/257/aid/997
12306火车票查询:https://www.juhe.cn/docs/api/id/22/aid/193