提交 1f20ac6a 编写于 作者: 李光春's avatar 李光春

- update

上级 b3438007
......@@ -15,7 +15,7 @@
// +----------------------------------------------------------------------
use DtApp\ThinkLibrary\exception\IpException;
use DtApp\ThinkLibrary\service\ip\QqWryService;
use DtApp\ThinkLibrary\service\Ip\QqWryService;
if (!function_exists('get_ip_info')) {
......
<?php
// +----------------------------------------------------------------------
// | ThinkLibrary 6.0 for ThinkPhP 6.0
// +----------------------------------------------------------------------
// | 版权所有 2017~2020 [ https://www.dtapp.net ]
// +----------------------------------------------------------------------
// | 官方网站: https://gitee.com/liguangchun/ThinkLibrary
// +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org )
// +----------------------------------------------------------------------
// | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary
// | github 仓库地址 :https://github.com/GC0202/ThinkLibrary
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\AliYun\Oss;
use DtApp\ThinkLibrary\Service;
class BucketService extends Service
{
}
<?php
// +----------------------------------------------------------------------
// | ThinkLibrary 6.0 for ThinkPhP 6.0
// +----------------------------------------------------------------------
// | 版权所有 2017~2020 [ https://www.dtapp.net ]
// +----------------------------------------------------------------------
// | 官方网站: https://gitee.com/liguangchun/ThinkLibrary
// +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org )
// +----------------------------------------------------------------------
// | gitee 仓库地址 :https://gitee.com/liguangchun/ThinkLibrary
// | github 仓库地址 :https://github.com/GC0202/ThinkLibrary
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\AliYun\Oss;
use DtApp\ThinkLibrary\Service;
class ObjectService extends Service
{
}
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\crypt;
namespace DtApp\ThinkLibrary\service\Crypt;
use DtApp\ThinkLibrary\Service;
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\curl;
namespace DtApp\ThinkLibrary\service\Curl;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\curl;
namespace DtApp\ThinkLibrary\service\Curl;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\douyin;
namespace DtApp\ThinkLibrary\service\DouYin;
use DtApp\ThinkLibrary\exception\DouYinException;
use DtApp\ThinkLibrary\facade\Pregs;
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\ip;
namespace DtApp\ThinkLibrary\service\Ip;
class IpIpDistrictInfo
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\ip;
namespace DtApp\ThinkLibrary\service\Ip;
use BadMethodCallException;
use Exception;
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\ip;
namespace DtApp\ThinkLibrary\service\Ip;
use DtApp\ThinkLibrary\Service;
use Exception;
......
......@@ -14,12 +14,12 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\ip;
namespace DtApp\ThinkLibrary\service\Ip;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\exception\IpException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* IP - 地图
......
......@@ -14,12 +14,12 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\ip;
namespace DtApp\ThinkLibrary\service\Ip;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\exception\IpException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* IP - 在线查询接口
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\ip;
namespace DtApp\ThinkLibrary\service\Ip;
use DtApp\ThinkLibrary\exception\IpException;
use DtApp\ThinkLibrary\Service;
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\notice;
namespace DtApp\ThinkLibrary\service\Notice;
use DtApp\ThinkLibrary\Service;
......
......@@ -14,12 +14,12 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\notice;
namespace DtApp\ThinkLibrary\service\Notice;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\exception\NoticeException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 通知 - 钉钉
......
......@@ -14,12 +14,12 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\notice;
namespace DtApp\ThinkLibrary\service\Notice;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\exception\NoticeException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 通知 - 企业微信
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\notice;
namespace DtApp\ThinkLibrary\service\Notice;
use DtApp\ThinkLibrary\Service;
......
......@@ -14,7 +14,7 @@
// | Packagist 地址 :https://packagist.org/packages/liguangchun/think-library
// +----------------------------------------------------------------------
namespace DtApp\ThinkLibrary\service\notice;
namespace DtApp\ThinkLibrary\service\Notice;
use DtApp\ThinkLibrary\Service;
......
......@@ -19,7 +19,7 @@ namespace DtApp\ThinkLibrary\service\WeChat;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 微信公众号 - 消息管理
......
......@@ -18,7 +18,7 @@ namespace DtApp\ThinkLibrary\service\WeMini;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 微信小程序 - 接口调用凭据
......
......@@ -18,7 +18,7 @@ namespace DtApp\ThinkLibrary\service\WeMini;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 微信小程序 - 登录
......
......@@ -18,7 +18,7 @@ namespace DtApp\ThinkLibrary\service\WeMini;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 微信小程序 - 订阅消息
......
......@@ -18,7 +18,7 @@ namespace DtApp\ThinkLibrary\service\WeMini;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 微信小程序 - 小程序码
......
......@@ -18,7 +18,7 @@ namespace DtApp\ThinkLibrary\service\WeMini;
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\Service;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
/**
* 微信小程序 - 用户信息
......
......@@ -15,7 +15,7 @@
// +----------------------------------------------------------------------
use DtApp\ThinkLibrary\exception\CurlException;
use DtApp\ThinkLibrary\service\curl\HttpService;
use DtApp\ThinkLibrary\service\Curl\HttpService;
require '../vendor/autoload.php';
......
......@@ -15,7 +15,7 @@
// +----------------------------------------------------------------------
use DtApp\ThinkLibrary\exception\DouYinException;
use DtApp\ThinkLibrary\service\douyin\WatermarkService;
use DtApp\ThinkLibrary\service\DouYin\WatermarkService;
require '../vendor/autoload.php';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册