From 291e8820692b2b8fbe5a14e433c2ec8277872bec Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 5 Mar 2020 12:41:49 +0800 Subject: [PATCH] add clear --- Container.php | 4 ++-- composer.json | 5 +---- officialaccount/AccessToken.php | 12 ------------ {common => wchat/common}/Config.php | 2 +- {common => wchat/common}/Decode.php | 2 +- {common => wchat/common}/Help.php | 2 +- {common => wchat/common}/HttpClient.php | 2 +- {common => wchat/common}/Miniprogarampage.php | 4 ++-- {common => wchat/common}/Progaram.php | 2 +- {common => wchat/common}/Result.php | 2 +- wchat/officialaccount/AccessToken.php | 12 ++++++++++++ .../officialaccount}/AfficialAccount.php | 6 +++--- .../officialaccount}/Authorization.php | 8 ++++---- .../officialaccount}/NewsManager.php | 6 +++--- .../officialaccount}/QrCode.php | 6 +++--- .../officialaccount}/SourceMaterial.php | 6 +++--- .../officialaccount}/Subscribe.php | 4 ++-- {officialaccount => wchat/officialaccount}/Tag.php | 2 +- {officialaccount => wchat/officialaccount}/WxSDK.php | 4 ++-- .../officialaccount}/dcaler/Authorization.php | 2 +- .../officialaccount}/dcaler/PKCS7Encoder.php | 2 +- .../officialaccount}/dcaler/Prpcrypt.php | 4 ++-- .../officialaccount}/dcaler/SnsInfo.php | 2 +- .../officialaccount}/dcaler/XMLParse.php | 4 ++-- {qq => wchat/qq}/Account.php | 8 ++++---- {qq => wchat/qq}/GamePrePay.php | 2 +- {qq => wchat/qq}/Notify.php | 4 ++-- {qq => wchat/qq}/QrCode.php | 8 ++++---- {qq => wchat/qq}/Recharge.php | 8 ++++---- {qq => wchat/qq}/Redhat.php | 6 +++--- {qq => wchat/qq}/SecCheck.php | 4 ++-- {qq => wchat/qq}/SmallProgram.php | 4 ++-- {qq => wchat/qq}/Subject.php | 4 ++-- {qq => wchat/qq}/Template.php | 4 ++-- {qq => wchat/qq}/Token.php | 2 +- {qq => wchat/qq}/result/RedHatResult.php | 2 +- {wx => wchat/wx}/Account.php | 10 +++++----- {wx => wchat/wx}/ContentAsyncCheck.php | 2 +- {wx => wchat/wx}/Message.php | 6 +++--- {wx => wchat/wx}/Notify.php | 2 +- {wx => wchat/wx}/PublicTemplate.php | 4 ++-- {wx => wchat/wx}/Recharge.php | 8 ++++---- {wx => wchat/wx}/SecCheck.php | 4 ++-- {wx => wchat/wx}/SmallProgram.php | 4 ++-- {wx => wchat/wx}/Subject.php | 4 ++-- {wx => wchat/wx}/Template.php | 4 ++-- {wx => wchat/wx}/Token.php | 2 +- 47 files changed, 104 insertions(+), 107 deletions(-) delete mode 100644 officialaccount/AccessToken.php rename {common => wchat/common}/Config.php (99%) rename {common => wchat/common}/Decode.php (98%) rename {common => wchat/common}/Help.php (98%) rename {common => wchat/common}/HttpClient.php (99%) rename {common => wchat/common}/Miniprogarampage.php (98%) rename {common => wchat/common}/Progaram.php (58%) rename {common => wchat/common}/Result.php (99%) create mode 100644 wchat/officialaccount/AccessToken.php rename {officialaccount => wchat/officialaccount}/AfficialAccount.php (87%) rename {officialaccount => wchat/officialaccount}/Authorization.php (93%) rename {officialaccount => wchat/officialaccount}/NewsManager.php (97%) rename {officialaccount => wchat/officialaccount}/QrCode.php (95%) rename {officialaccount => wchat/officialaccount}/SourceMaterial.php (95%) rename {officialaccount => wchat/officialaccount}/Subscribe.php (97%) rename {officialaccount => wchat/officialaccount}/Tag.php (93%) rename {officialaccount => wchat/officialaccount}/WxSDK.php (89%) rename {officialaccount => wchat/officialaccount}/dcaler/Authorization.php (99%) rename {officialaccount => wchat/officialaccount}/dcaler/PKCS7Encoder.php (95%) rename {officialaccount => wchat/officialaccount}/dcaler/Prpcrypt.php (97%) rename {officialaccount => wchat/officialaccount}/dcaler/SnsInfo.php (98%) rename {officialaccount => wchat/officialaccount}/dcaler/XMLParse.php (92%) rename {qq => wchat/qq}/Account.php (93%) rename {qq => wchat/qq}/GamePrePay.php (87%) rename {qq => wchat/qq}/Notify.php (99%) rename {qq => wchat/qq}/QrCode.php (95%) rename {qq => wchat/qq}/Recharge.php (97%) rename {qq => wchat/qq}/Redhat.php (99%) rename {qq => wchat/qq}/SecCheck.php (96%) rename {qq => wchat/qq}/SmallProgram.php (92%) rename {qq => wchat/qq}/Subject.php (98%) rename {qq => wchat/qq}/Template.php (98%) rename {qq => wchat/qq}/Token.php (71%) rename {qq => wchat/qq}/result/RedHatResult.php (98%) rename {wx => wchat/wx}/Account.php (96%) rename {wx => wchat/wx}/ContentAsyncCheck.php (99%) rename {wx => wchat/wx}/Message.php (98%) rename {wx => wchat/wx}/Notify.php (99%) rename {wx => wchat/wx}/PublicTemplate.php (98%) rename {wx => wchat/wx}/Recharge.php (97%) rename {wx => wchat/wx}/SecCheck.php (97%) rename {wx => wchat/wx}/SmallProgram.php (92%) rename {wx => wchat/wx}/Subject.php (98%) rename {wx => wchat/wx}/Template.php (98%) rename {wx => wchat/wx}/Token.php (71%) diff --git a/Container.php b/Container.php index 385efaf..2304b35 100644 --- a/Container.php +++ b/Container.php @@ -1,7 +1,7 @@