mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
[更新]修正Linux命名加载
This commit is contained in:
parent
e5a09dc433
commit
29ffd08b91
@ -12,7 +12,7 @@
|
||||
// | github开源项目:https://github.com/zoujingli/WeChatDeveloper
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Wechat\Contracts;
|
||||
namespace WeChat\Contracts;
|
||||
|
||||
use ArrayAccess;
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
||||
// | github开源项目:https://github.com/zoujingli/WeChatDeveloper
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Wechat\Contracts;
|
||||
namespace WeChat\Contracts;
|
||||
|
||||
/**
|
||||
* 错误消息处理
|
||||
* Class Error
|
||||
* @package Wechat\Contracts
|
||||
* @package WeChat\Contracts
|
||||
*/
|
||||
class Error
|
||||
{
|
||||
|
@ -12,7 +12,7 @@
|
||||
// | github开源项目:https://github.com/zoujingli/WeChatDeveloper
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Wechat\Contracts;
|
||||
namespace WeChat\Contracts;
|
||||
|
||||
use Wechat\Exceptions\InvalidArgumentException;
|
||||
use Wechat\Exceptions\InvalidDecryptException;
|
||||
@ -21,7 +21,7 @@ use Wechat\Exceptions\InvalidResponseException;
|
||||
/**
|
||||
* 微信通知处理基本类
|
||||
* Class Request
|
||||
* @package Wechat\Contracts
|
||||
* @package WeChat\Contracts
|
||||
*/
|
||||
class Request
|
||||
{
|
||||
|
@ -12,7 +12,7 @@
|
||||
// | github开源项目:https://github.com/zoujingli/WeChatDeveloper
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Wechat\Contracts;
|
||||
namespace WeChat\Contracts;
|
||||
|
||||
use Wechat\Exceptions\InvalidArgumentException;
|
||||
use Wechat\Exceptions\InvalidResponseException;
|
||||
|
@ -19,7 +19,7 @@ use WeChat\Exceptions\InvalidResponseException;
|
||||
|
||||
/**
|
||||
* Class Wechat
|
||||
* @package Wechat\Contracts
|
||||
* @package WeChat\Contracts
|
||||
*/
|
||||
class WeChat
|
||||
{
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
namespace Wechat;
|
||||
|
||||
use Wechat\Contracts\Wechat;
|
||||
use WeChat\Contracts\Wechat;
|
||||
|
||||
/**
|
||||
* 微信网页授权
|
||||
|
@ -22,7 +22,7 @@ use WeChat\Exceptions\InvalidResponseException;
|
||||
/**
|
||||
* 微信支付商户
|
||||
* Class Pay
|
||||
* @package Wechat\Contracts
|
||||
* @package WeChat\Contracts
|
||||
*/
|
||||
class Pay
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user