An open API service indexing awesome lists of open source software.

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静态资源缓存

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:参数不对

### 备注