From 5bd739079950d91693b45fbcddb609c3130ab980 Mon Sep 17 00:00:00 2001 From: Chaim Date: Sun, 12 Jul 2020 22:52:28 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E4=BC=98=E5=8C=96=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index ba03e12..8fe687f 100644 --- a/README.md +++ b/README.md @@ -26,69 +26,58 @@ ### 开发版 ```text - composer require liguangchun/think-library ^6.x-dev -vvv ``` ### 稳定版 ```text - composer require liguangchun/think-library ^6.0.* -vvv ``` ## 更新 ```text - composer update liguangchun/think-library -vvv ``` ## 删除 ```text - composer remove liguangchun/think-library -vvv ``` ## 获取电脑Mac地址服务使用示例 ```php - use DtApp\ThinkLibrary\service\SystemService; dump(SystemService::instance() ->mac()); - ``` ## 百度地图服务使用示例 ```php - use DtApp\ThinkLibrary\service\baidu\LbsYunService; dump(LbsYunService::instance() ->ak("") ->weather()); - ``` ## 高德地图服务使用示例 ```php - use DtApp\ThinkLibrary\service\amap\AmApService; dump(AmApService::instance() ->key("") ->weather()); - ``` ## 抖音服务使用示例 ```php - use DtApp\ThinkLibrary\exception\DtaException; use DtApp\ThinkLibrary\service\douyin\WatermarkService; @@ -141,5 +130,4 @@ try { // 错误提示 dump($e->getMessage()); } - ```