Update README.md

This commit is contained in:
delexxie 2019-04-10 19:46:25 +08:00 committed by GitHub
parent 4f0837d83e
commit 18317d89cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,11 @@
Demo 目录中,包含各个接口的例子:
ucloud/conf.php 为配置文件,按需填写:
$UCLOUD_PROXY_SUFFIX = '.cn-bj.ufileos.com';
$UCLOUD_PUBLIC_KEY = 'paste your public key here';
$UCLOUD_PRIVATE_KEY = 'paste your private key here';
Demo 目录中,包含各个接口的使用例子:
- append.php
- delete.php
- get.php