From 0486c936af6e6caec7c97ab73355afb98be13eb0 Mon Sep 17 00:00:00 2001
From: "joshua.yin" <joshua.yin@icloud.com>
Date: Wed, 9 Jan 2019 15:56:13 +0800
Subject: [PATCH] Update README.md

---
 README.md | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/README.md b/README.md
index 778a897..335ba28 100644
--- a/README.md
+++ b/README.md
@@ -91,24 +91,3 @@
     }
     ```
 - **Response Body**: 签名结果字符串
-
-## PHP版本
-
-该项目用于为`UFile`移动端SDK提供签名服务,具体原因在上面已经提及。此处对`PHP`版本加以说明。
-
-### 目录说明
-
-目录  | 说明
-------------- | -------------
-`root/ufile-auth-server-php/FileOperateSign` | 文件操作签名接口
-`root/ufile-auth-server-php/FileAddressSign` | 获取私有`bucket`下文件url签名接口
-`root/ufile-auth-server-php/Auth_Config` | 配置`bucket`操作的公私钥
-
-### 使用方法
-
-只需把此签名服务部署到你的服务器,然后在移动端(此处以ios为例)使用服务端签名(我们不推荐在移动端使用本地签名,如果使用本地签名方式则无需用到此项目),具体配置如下: 
-
-```
-UFConfig *ufConfig = [UFConfig instanceConfigWithPrivateToken:nil publicToken:@"bucket公钥" bucket:@"bucket名称" fileOperateEncryptServer:@"http://your_php_server/FileOperateSign.php" fileAddressEncryptServer:@"http://your_php_server/FileAddressSign.php" proxySuffix:@"域名后缀"];
-UFFileClient *fileClient =  [UFFileClient instanceFileClientWithConfig:ufConfig];
-```
\ No newline at end of file