mirror of
https://github.com/zhxycn/BingWallpaperAPI.git
synced 2024-11-21 20:08:19 +00:00
A simple PHP Bing wallpaper API. | 一个简易的 PHP 必应壁纸 API 。
index.php | ||
LICENSE | ||
README.md |
Deploy | 部署
- Modify
index.php
line 3-4.
修改index.php
第 3-4 行。
Details | 详细说明
$ago
in line 3 is how many days ago.
第3行 $ago
表示日期。
Parameter | 值 | Content | 含义 |
---|---|
0 | today | 今天 |
1 | yesterday | 昨天 |
2 | the day before yesterday | 前天 |
… | … |
$region
in line 4 is Bing region.
第4行 $region
表示位置。
Parameter | 值 | Content | 含义 |
---|---|
0 | global version of Bing | 必应国际版 |
1 | Chinese version of Bing | 必应国内版 |
- Upload
index.php
to the server.
上传index.php
至服务器。
How to use | 使用方法
Parameter | 参数 | Content | 含义 |
---|---|
ago | how many days ago | 日期 |
region | region | 位置 |
encode | data format | 返回数据格式 |
The default parameter is the
index.php
line 3-4.
缺省参数则为index.php
3-4 行默认值。
Details | 详细说明
ago
Parameter | 值 | Content | 含义 |
---|---|
0 | today | 今天 |
1 | yesterday | 昨天 |
2 | the day before yesterday | 前天 |
… | … |
region
Parameter | 值 | Content | 含义 |
---|---|
global | global version of Bing | 必应国际版 |
cn | Chinese version of Bing | 必应国内版 |
encode
Parameter | 值 | Content | 含义 |
---|---|
json | return JSON format data | 返回 JSON 格式数据 |
Example | 示例
/index.php
/index.php?ago=0®ion=cn&encode=json
Image Properties | 图片参数
Resolution 1920x1080
分辨率 1920x1080
About | 关于
© zhxy-CN, Released under the MIT License.
Image copyright owned by Bing.