mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
[更新]composer第三方组件更新
This commit is contained in:
parent
9b0d464048
commit
91779b4286
2
vendor/autoload.php
vendored
2
vendor/autoload.php
vendored
@ -4,4 +4,4 @@
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
return ComposerAutoloaderInite60d70c3d39de80436d30ec08e9a7eaf::getLoader();
|
||||
return ComposerAutoloaderInitf044e82bda67c57e2e97ab8ef5eda062::getLoader();
|
||||
|
14
vendor/composer/autoload_real.php
vendored
14
vendor/composer/autoload_real.php
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
// autoload_real.php @generated by Composer
|
||||
|
||||
class ComposerAutoloaderInite60d70c3d39de80436d30ec08e9a7eaf
|
||||
class ComposerAutoloaderInitf044e82bda67c57e2e97ab8ef5eda062
|
||||
{
|
||||
private static $loader;
|
||||
|
||||
@ -19,15 +19,15 @@ class ComposerAutoloaderInite60d70c3d39de80436d30ec08e9a7eaf
|
||||
return self::$loader;
|
||||
}
|
||||
|
||||
spl_autoload_register(array('ComposerAutoloaderInite60d70c3d39de80436d30ec08e9a7eaf', 'loadClassLoader'), true, true);
|
||||
spl_autoload_register(array('ComposerAutoloaderInitf044e82bda67c57e2e97ab8ef5eda062', 'loadClassLoader'), true, true);
|
||||
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInite60d70c3d39de80436d30ec08e9a7eaf', 'loadClassLoader'));
|
||||
spl_autoload_unregister(array('ComposerAutoloaderInitf044e82bda67c57e2e97ab8ef5eda062', 'loadClassLoader'));
|
||||
|
||||
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
||||
if ($useStaticLoader) {
|
||||
require_once __DIR__ . '/autoload_static.php';
|
||||
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInite60d70c3d39de80436d30ec08e9a7eaf::getInitializer($loader));
|
||||
call_user_func(\Composer\Autoload\ComposerStaticInitf044e82bda67c57e2e97ab8ef5eda062::getInitializer($loader));
|
||||
} else {
|
||||
$map = require __DIR__ . '/autoload_namespaces.php';
|
||||
foreach ($map as $namespace => $path) {
|
||||
@ -48,19 +48,19 @@ class ComposerAutoloaderInite60d70c3d39de80436d30ec08e9a7eaf
|
||||
$loader->register(true);
|
||||
|
||||
if ($useStaticLoader) {
|
||||
$includeFiles = Composer\Autoload\ComposerStaticInite60d70c3d39de80436d30ec08e9a7eaf::$files;
|
||||
$includeFiles = Composer\Autoload\ComposerStaticInitf044e82bda67c57e2e97ab8ef5eda062::$files;
|
||||
} else {
|
||||
$includeFiles = require __DIR__ . '/autoload_files.php';
|
||||
}
|
||||
foreach ($includeFiles as $fileIdentifier => $file) {
|
||||
composerRequiree60d70c3d39de80436d30ec08e9a7eaf($fileIdentifier, $file);
|
||||
composerRequiref044e82bda67c57e2e97ab8ef5eda062($fileIdentifier, $file);
|
||||
}
|
||||
|
||||
return $loader;
|
||||
}
|
||||
}
|
||||
|
||||
function composerRequiree60d70c3d39de80436d30ec08e9a7eaf($fileIdentifier, $file)
|
||||
function composerRequiref044e82bda67c57e2e97ab8ef5eda062($fileIdentifier, $file)
|
||||
{
|
||||
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
|
||||
require $file;
|
||||
|
8
vendor/composer/autoload_static.php
vendored
8
vendor/composer/autoload_static.php
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
namespace Composer\Autoload;
|
||||
|
||||
class ComposerStaticInite60d70c3d39de80436d30ec08e9a7eaf
|
||||
class ComposerStaticInitf044e82bda67c57e2e97ab8ef5eda062
|
||||
{
|
||||
public static $files = array (
|
||||
'9b552a3cc426e3287cc811caefa3cf53' => __DIR__ . '/..' . '/topthink/think-helper/src/helper.php',
|
||||
@ -385,9 +385,9 @@ class ComposerStaticInite60d70c3d39de80436d30ec08e9a7eaf
|
||||
public static function getInitializer(ClassLoader $loader)
|
||||
{
|
||||
return \Closure::bind(function () use ($loader) {
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInite60d70c3d39de80436d30ec08e9a7eaf::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInite60d70c3d39de80436d30ec08e9a7eaf::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInite60d70c3d39de80436d30ec08e9a7eaf::$classMap;
|
||||
$loader->prefixLengthsPsr4 = ComposerStaticInitf044e82bda67c57e2e97ab8ef5eda062::$prefixLengthsPsr4;
|
||||
$loader->prefixDirsPsr4 = ComposerStaticInitf044e82bda67c57e2e97ab8ef5eda062::$prefixDirsPsr4;
|
||||
$loader->classMap = ComposerStaticInitf044e82bda67c57e2e97ab8ef5eda062::$classMap;
|
||||
|
||||
}, null, ClassLoader::class);
|
||||
}
|
||||
|
12
vendor/composer/installed.json
vendored
12
vendor/composer/installed.json
vendored
@ -49,18 +49,18 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zoujingli/wechat-php-sdk.git",
|
||||
"reference": "a5ac4d6351c8b07982f77bbbe6ea5fd823d62dda"
|
||||
"reference": "25f246fade52aa53514fb49ec48f72cdef2ca1ea"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://files.phpcomposer.com/files/zoujingli/wechat-php-sdk/a5ac4d6351c8b07982f77bbbe6ea5fd823d62dda.zip",
|
||||
"reference": "a5ac4d6351c8b07982f77bbbe6ea5fd823d62dda",
|
||||
"url": "https://files.phpcomposer.com/files/zoujingli/wechat-php-sdk/25f246fade52aa53514fb49ec48f72cdef2ca1ea.zip",
|
||||
"reference": "25f246fade52aa53514fb49ec48f72cdef2ca1ea",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"time": "2017-09-29T07:13:32+00:00",
|
||||
"time": "2017-09-30T14:25:36+00:00",
|
||||
"type": "project",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
@ -381,8 +381,8 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/options-resolver",
|
||||
"version": "v3.3.9",
|
||||
"version_normalized": "3.3.9.0",
|
||||
"version": "v3.3.10",
|
||||
"version_normalized": "3.3.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/options-resolver.git",
|
||||
|
@ -116,7 +116,7 @@ class Common
|
||||
if (!isset($array[0]) || intval($array[0]) > 0) {
|
||||
$this->errCode = $array[0];
|
||||
$this->errMsg = $array[1];
|
||||
Tools::log("Interface Authentication Failed. {$this->errMsg}[{$this->errCode}]", "ERR-{$this->appid}");
|
||||
Tools::log("Interface Authentication Failed. {$this->errMsg}[{$this->errCode}]", "ERR - {$this->appid}");
|
||||
return false;
|
||||
}
|
||||
$this->postxml = $array[1];
|
||||
@ -165,7 +165,7 @@ class Common
|
||||
public function getAccessToken($appid = '', $appsecret = '', $token = '')
|
||||
{
|
||||
if (!$appid || !$appsecret) {
|
||||
list($appid, $$appsecret) = [$this->appid, $this->appsecret];
|
||||
list($appid, $appsecret) = [$this->appid, $this->appsecret];
|
||||
}
|
||||
if ($token) {
|
||||
return $this->access_token = $token;
|
||||
@ -184,11 +184,11 @@ class Common
|
||||
if (!$json || isset($json['errcode'])) {
|
||||
$this->errCode = $json['errcode'];
|
||||
$this->errMsg = $json['errmsg'];
|
||||
Tools::log("Get New AccessToken Error. {$this->errMsg}[{$this->errCode}]", "ERR-{$this->appid}");
|
||||
Tools::log("Get New AccessToken Error. {$this->errMsg}[{$this->errCode}]", "ERR - {$this->appid}");
|
||||
return false;
|
||||
}
|
||||
$this->access_token = $json['access_token'];
|
||||
Tools::log("Get New AccessToken Success.", "MSG-{$this->appid}");
|
||||
Tools::log("Get New AccessToken Success.", "MSG - {$this->appid}");
|
||||
Tools::setCache($cache, $this->access_token, 5000);
|
||||
return $this->access_token;
|
||||
}
|
||||
@ -203,12 +203,12 @@ class Common
|
||||
*/
|
||||
protected function checkRetry($method, $arguments = array())
|
||||
{
|
||||
Tools::log("Run {$method} Faild. {$this->errMsg}[{$this->errCode}]", "ERR-{$this->appid}");
|
||||
Tools::log("Run {$method} Faild. {$this->errMsg}[{$this->errCode}]", "ERR - {$this->appid}");
|
||||
if (!$this->_retry && in_array($this->errCode, array('40014', '40001', '41001', '42001'))) {
|
||||
($this->_retry = true) && $this->resetAuth();
|
||||
$this->errCode = 40001;
|
||||
$this->errMsg = 'no access';
|
||||
Tools::log("Retry Run {$method} ...", "MSG-{$this->appid}");
|
||||
Tools::log("Retry Run {$method} ...", "MSG - {$this->appid}");
|
||||
return call_user_func_array(array($this, $method), $arguments);
|
||||
}
|
||||
return false;
|
||||
@ -222,7 +222,7 @@ class Common
|
||||
public function resetAuth($appid = '')
|
||||
{
|
||||
$authname = 'wechat_access_token_' . (empty($appid) ? $this->appid : $appid);
|
||||
Tools::log("Reset Auth And Remove Old AccessToken.", "MSG-{$this->appid}");
|
||||
Tools::log("Reset Auth And Remove Old AccessToken.", "MSG - {$this->appid}");
|
||||
$this->access_token = '';
|
||||
Tools::removeCache($authname);
|
||||
return true;
|
||||
|
@ -51,7 +51,7 @@ class WechatOauth extends Common
|
||||
{
|
||||
$code = isset($_GET['code']) ? $_GET['code'] : '';
|
||||
if (empty($code)) {
|
||||
Tools::log("getOauthAccessToken Fail, Because there is no access to the code value in get.", "MSG-{$this->appid}");
|
||||
Tools::log("getOauthAccessToken Fail, Because there is no access to the code value in get.", "MSG - {$this->appid}");
|
||||
return false;
|
||||
}
|
||||
$result = Tools::httpGet(self::API_BASE_URL_PREFIX . self::OAUTH_TOKEN_URL . "appid={$this->appid}&secret={$this->appsecret}&code={$code}&grant_type=authorization_code");
|
||||
@ -60,7 +60,7 @@ class WechatOauth extends Common
|
||||
if (empty($json) || !empty($json['errcode'])) {
|
||||
$this->errCode = isset($json['errcode']) ? $json['errcode'] : '505';
|
||||
$this->errMsg = isset($json['errmsg']) ? $json['errmsg'] : '无法解析接口返回内容!';
|
||||
Tools::log("WechatOauth::getOauthAccessToken Fail.{$this->errMsg} [{$this->errCode}]", "ERR-{$this->appid}");
|
||||
Tools::log("WechatOauth::getOauthAccessToken Fail.{$this->errMsg} [{$this->errCode}]", "ERR - {$this->appid}");
|
||||
return false;
|
||||
}
|
||||
return $json;
|
||||
@ -81,7 +81,7 @@ class WechatOauth extends Common
|
||||
if (empty($json) || !empty($json['errcode'])) {
|
||||
$this->errCode = isset($json['errcode']) ? $json['errcode'] : '505';
|
||||
$this->errMsg = isset($json['errmsg']) ? $json['errmsg'] : '无法解析接口返回内容!';
|
||||
Tools::log("WechatOauth::getOauthRefreshToken Fail.{$this->errMsg} [{$this->errCode}]", "ERR-{$this->appid}");
|
||||
Tools::log("WechatOauth::getOauthRefreshToken Fail.{$this->errMsg} [{$this->errCode}]", "ERR - {$this->appid}");
|
||||
return false;
|
||||
}
|
||||
return $json;
|
||||
@ -104,7 +104,7 @@ class WechatOauth extends Common
|
||||
if (empty($json) || !empty($json['errcode'])) {
|
||||
$this->errCode = isset($json['errcode']) ? $json['errcode'] : '505';
|
||||
$this->errMsg = isset($json['errmsg']) ? $json['errmsg'] : '无法解析接口返回内容!';
|
||||
Tools::log("WechatOauth::getOauthUserInfo Fail.{$this->errMsg} [{$this->errCode}]", "ERR-{$this->appid}");
|
||||
Tools::log("WechatOauth::getOauthUserInfo Fail.{$this->errMsg} [{$this->errCode}]", "ERR - {$this->appid}");
|
||||
return false;
|
||||
}
|
||||
return $json;
|
||||
@ -126,7 +126,7 @@ class WechatOauth extends Common
|
||||
if (empty($json) || !empty($json['errcode'])) {
|
||||
$this->errCode = isset($json['errcode']) ? $json['errcode'] : '505';
|
||||
$this->errMsg = isset($json['errmsg']) ? $json['errmsg'] : '无法解析接口返回内容!';
|
||||
Tools::log("WechatOauth::getOauthAuth Fail.{$this->errMsg} [{$this->errCode}]", "ERR-{$this->appid}");
|
||||
Tools::log("WechatOauth::getOauthAuth Fail.{$this->errMsg} [{$this->errCode}]", "ERR - {$this->appid}");
|
||||
return false;
|
||||
} elseif (intval($json['errcode']) === 0) {
|
||||
return true;
|
||||
|
@ -210,13 +210,13 @@ class WechatPay
|
||||
{
|
||||
$notifyInfo = (array)simplexml_load_string(file_get_contents("php://input"), 'SimpleXMLElement', LIBXML_NOCDATA);
|
||||
if (empty($notifyInfo)) {
|
||||
Tools::log('Payment notification forbidden access.', "ERR-{$this->appid}");
|
||||
Tools::log('Payment notification forbidden access.', "ERR - {$this->appid}");
|
||||
$this->errCode = '404';
|
||||
$this->errMsg = 'Payment notification forbidden access.';
|
||||
return false;
|
||||
}
|
||||
if (empty($notifyInfo['sign'])) {
|
||||
Tools::log('Payment notification signature is missing.' . var_export($notifyInfo, true), "ERR-{$this->appid}");
|
||||
Tools::log('Payment notification signature is missing.' . var_export($notifyInfo, true), "ERR - {$this->appid}");
|
||||
$this->errCode = '403';
|
||||
$this->errMsg = 'Payment notification signature is missing.';
|
||||
return false;
|
||||
@ -224,12 +224,12 @@ class WechatPay
|
||||
$data = $notifyInfo;
|
||||
unset($data['sign']);
|
||||
if ($notifyInfo['sign'] !== Tools::getPaySign($data, $this->partnerKey)) {
|
||||
Tools::log('Payment notification signature verification failed.' . var_export($notifyInfo, true), "ERR-{$this->appid}");
|
||||
Tools::log('Payment notification signature verification failed.' . var_export($notifyInfo, true), "ERR - {$this->appid}");
|
||||
$this->errCode = '403';
|
||||
$this->errMsg = 'Payment signature verification failed.';
|
||||
return false;
|
||||
}
|
||||
Tools::log('Payment notification signature verification success.' . var_export($notifyInfo, true), "MSG-{$this->appid}");
|
||||
Tools::log('Payment notification signature verification success.' . var_export($notifyInfo, true), "MSG - {$this->appid}");
|
||||
$this->errCode = '0';
|
||||
$this->errMsg = '';
|
||||
return $notifyInfo;
|
||||
|
@ -733,7 +733,7 @@ class WechatReceive extends WechatMessage
|
||||
$array = $pc->encrypt($xmldata, empty($this->config['component_appid']) ? $this->appid : $this->config['component_appid']);
|
||||
$ret = $array[0];
|
||||
if ($ret != 0) {
|
||||
Tools::log('Encrypt Error!', "ERR-{$this->appid}");
|
||||
Tools::log('Encrypt Error!', "ERR - {$this->appid}");
|
||||
return false;
|
||||
}
|
||||
$timestamp = time();
|
||||
|
@ -97,13 +97,13 @@ class WechatService
|
||||
if (false === $receive->valid()) {
|
||||
$this->errCode = $receive->errCode;
|
||||
$this->errMsg = $receive->errMsg;
|
||||
Tools::log("Get Wechat Push ComponentVerifyTicket Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get Wechat Push ComponentVerifyTicket Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
return false;
|
||||
}
|
||||
$data = $receive->getRev()->getRevData();
|
||||
if ($data['InfoType'] === 'component_verify_ticket' && !empty($data['ComponentVerifyTicket'])) {
|
||||
# 记录推送日志到微信SDK
|
||||
Tools::log("Get Wechat Push ComponentVerifyTicket Success. ", "MSG-{$this->authorizer_appid}");
|
||||
Tools::log("Wechat Push ComponentVerifyTicket Success. ");
|
||||
Tools::setCache('component_verify_ticket', $data['ComponentVerifyTicket']);
|
||||
}
|
||||
return $data;
|
||||
@ -130,7 +130,7 @@ class WechatService
|
||||
$url = self::URL_PREFIX . self::REFRESH_ACCESS_TOKEN . "?component_access_token={$this->component_access_token}";
|
||||
$result = Tools::httpPost($url, Tools::json_encode($data));
|
||||
if (($result = $this->_decode($result)) === false) {
|
||||
Tools::log("Get getAuthorizerOption Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get getAuthorizerOption Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
@ -151,7 +151,7 @@ class WechatService
|
||||
$url = self::URL_PREFIX . self::COMPONENT_TOKEN_URL;
|
||||
$result = Tools::httpPost($url, Tools::json_encode($data));
|
||||
if (($this->component_access_token = $this->_decode($result, 'component_access_token')) === false) {
|
||||
Tools::log("Get getComponentAccessToken Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get getComponentAccessToken Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
return false;
|
||||
}
|
||||
Tools::setCache($cacheKey, $this->component_access_token, 7200);
|
||||
@ -202,7 +202,7 @@ class WechatService
|
||||
$result = Tools::httpPost($url, Tools::json_encode($data));
|
||||
$authorization_info = $this->_decode($result, 'authorization_info');
|
||||
if (empty($authorization_info)) {
|
||||
Tools::log("Get getAuthorizationInfo Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get getAuthorizationInfo Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
return false;
|
||||
}
|
||||
$authorization_info['func_info'] = $this->_parseFuncInfo($authorization_info['func_info']);
|
||||
@ -241,7 +241,7 @@ class WechatService
|
||||
$result = Tools::httpPost($url, Tools::json_encode($data));
|
||||
$authorizer_info = $this->_decode($result, 'authorizer_info');
|
||||
if (empty($authorizer_info)) {
|
||||
Tools::log("Get WechatInfo Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get WechatInfo Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
return false;
|
||||
}
|
||||
$author_data = array_merge($authorizer_info, $this->data['authorization_info']);
|
||||
@ -271,7 +271,7 @@ class WechatService
|
||||
$url = self::URL_PREFIX . self::GET_AUTHORIZER_OPTION_URL . "?component_access_token={$this->component_access_token}";
|
||||
$result = Tools::httpPost($url, Tools::json_encode($data));
|
||||
if (($result = $this->_decode($result)) === false) {
|
||||
Tools::log("Get getAuthorizerOption Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get getAuthorizerOption Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
@ -297,7 +297,7 @@ class WechatService
|
||||
$url = self::URL_PREFIX . self::SET_AUTHORIZER_OPTION_URL . "?component_access_token={$this->component_access_token}";
|
||||
$result = Tools::httpPost($url, Tools::json_encode($data));
|
||||
if (($result = $this->_decode($result)) === false) {
|
||||
Tools::log("Get setAuthorizerOption Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get setAuthorizerOption Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
@ -333,7 +333,7 @@ class WechatService
|
||||
$result = Tools::httpPost($url, Tools::json_encode($data));
|
||||
$this->pre_auth_code = $this->_decode($result, 'pre_auth_code');
|
||||
if (empty($this->pre_auth_code)) {
|
||||
Tools::log("Get getPreauthCode Faild. {$this->errMsg} [$this->errCode]", "ERR-{$this->authorizer_appid}");
|
||||
Tools::log("Get getPreauthCode Faild. {$this->errMsg} [$this->errCode]", "ERR - {$this->authorizer_appid}");
|
||||
}
|
||||
return $this->pre_auth_code;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user