diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-26 14:00:02 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-26 14:00:02 -0500 |
commit | 408b67e07d595351820e8cceed0269e0f3f9d098 (patch) | |
tree | 7a7780a4b0375d0da34fa11623df194d54cdc3a0 /public/system | |
parent | 50a1a532e159e2e3cc89e3371ef3965c2b454784 (diff) | |
download | librecart-408b67e07d595351820e8cceed0269e0f3f9d098.tar.lz librecart-408b67e07d595351820e8cceed0269e0f3f9d098.tar.xz librecart-408b67e07d595351820e8cceed0269e0f3f9d098.zip |
Fix LF encode
Diffstat (limited to 'public/system')
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 +"; |