https://github.com/birjemin/aliyun-cdn
:nut_and_bolt: 刷新阿里云cdn静态资源缓存
https://github.com/birjemin/aliyun-cdn
aliyun aliyun-cdn cdn
Last synced: 4 months ago
JSON representation
:nut_and_bolt: 刷新阿里云cdn静态资源缓存
- Host: GitHub
- URL: https://github.com/birjemin/aliyun-cdn
- Owner: Birjemin
- Created: 2018-07-23T11:41:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T10:24:44.000Z (about 6 years ago)
- Last Synced: 2024-11-18T07:01:03.942Z (about 1 year ago)
- Topics: aliyun, aliyun-cdn, cdn
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AliyunCdn
刷新aliyun的cdn缓存的laravel package
### install
1. composer require birjemin/aliyun-cdn
2. 引入ServiceProvider.php
3. 执行 `php artisan vendor:publish --provider="Birjemin\AliyunCdn\ServiceProvider"`
### Question
Q1:
```
{"Recommend":"https://error-center.aliyun.com/status/search?Keyword=IllegalTimestamp&source=PopGw","Message":"The input parameter \"Timestamp\" that is mandatory for processing this request is not supplied.","RequestId":"790565D3-30D7-44E4-86D9-1CC0A1697D12","HostId":"cdn.aliyuncs.com","Code":"IllegalTimestamp"}
```
A:时区不对
Q2:
```
{"Recommend":"https://error-center.aliyun.com/status/search?Keyword=MissingParameter&source=PopGw","Message":"The input parameter \"Action\" that is mandatory for processing this request is not supplied.","RequestId":"95F47CC4-BADA-4AF6-9EB4-12CCA602062D","HostId":"cdn.aliyuncs.com","Code":"MissingParameter"}
```
A:参数不对
### 备注
无