diff options
author | Jesús <heckyel@hyperbola.info> | 2020-11-25 22:00:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-11-25 22:00:20 -0500 |
commit | 7ee210e15025635076d89e7865fc39a3baae3d2a (patch) | |
tree | f8a66da7027ff34cdc41bdb5a3b12214fdb9a0ae /public/system/storage | |
parent | c9818560f90e5720396c5b5acefcbd4d28cb91cc (diff) | |
parent | 0922c14e527aba69da2a62273745a04f441f70e2 (diff) | |
download | librecart-7ee210e15025635076d89e7865fc39a3baae3d2a.tar.lz librecart-7ee210e15025635076d89e7865fc39a3baae3d2a.tar.xz librecart-7ee210e15025635076d89e7865fc39a3baae3d2a.zip |
Merge branch 'master' of libregit.spks.xyz:heckyel/librecart
Diffstat (limited to 'public/system/storage')
3 files changed, 3 insertions, 3 deletions
diff --git a/public/system/storage/vendor/zoujingli/wechat-php-sdk/README.md b/public/system/storage/vendor/zoujingli/wechat-php-sdk/README.md index 3463565..127f28a 100644 --- a/public/system/storage/vendor/zoujingli/wechat-php-sdk/README.md +++ b/public/system/storage/vendor/zoujingli/wechat-php-sdk/README.md @@ -33,7 +33,7 @@ WeChatDeveloper:https://github.com/zoujingli/WeChatDeveloper **官方接口文档链接** -- -* 使用前需先打开微信帐号的开发模式,详细步骤请查看微信公众平台接口使用说明: +* 使用前需先打开微信帐号的开发模式,详细步骤请查看微信公众平台接口使用说明: * 微信公众平台: http://mp.weixin.qq.com/wiki/ * 微信企业平台: http://qydev.weixin.qq.com/wiki/ * 微信开放平台:https://open.weixin.qq.com/ diff --git a/public/system/storage/vendor/zoujingli/wechat-php-sdk/Wechat/WechatHardware.php b/public/system/storage/vendor/zoujingli/wechat-php-sdk/Wechat/WechatHardware.php index c01114b..eaa4cdd 100644 --- a/public/system/storage/vendor/zoujingli/wechat-php-sdk/Wechat/WechatHardware.php +++ b/public/system/storage/vendor/zoujingli/wechat-php-sdk/Wechat/WechatHardware.php @@ -157,4 +157,4 @@ class WechatHardware extends Common return false; } -}
\ No newline at end of file +} diff --git a/public/system/storage/vendor/zoujingli/wechat-php-sdk/test.php b/public/system/storage/vendor/zoujingli/wechat-php-sdk/test.php index ed4ee38..b88fe3f 100644 --- a/public/system/storage/vendor/zoujingli/wechat-php-sdk/test.php +++ b/public/system/storage/vendor/zoujingli/wechat-php-sdk/test.php @@ -65,4 +65,4 @@ echo " wx.hideOptionMenu(); }); </script> -";
\ No newline at end of file +"; |