diff --git a/wchat/.phpstorm.meta.php b/.phpstorm.meta.php similarity index 100% rename from wchat/.phpstorm.meta.php rename to .phpstorm.meta.php diff --git a/wchat/base/Subject.php b/base/Subject.php similarity index 100% rename from wchat/base/Subject.php rename to base/Subject.php diff --git a/wchat/base/Template.php b/base/Template.php similarity index 100% rename from wchat/base/Template.php rename to base/Template.php diff --git a/wchat/common/AppConfig.php b/common/AppConfig.php similarity index 100% rename from wchat/common/AppConfig.php rename to common/AppConfig.php diff --git a/wchat/common/Config.php b/common/Config.php similarity index 100% rename from wchat/common/Config.php rename to common/Config.php diff --git a/wchat/common/Decode.php b/common/Decode.php similarity index 100% rename from wchat/common/Decode.php rename to common/Decode.php diff --git a/wchat/common/Help.php b/common/Help.php similarity index 100% rename from wchat/common/Help.php rename to common/Help.php diff --git a/wchat/common/Multiprogramming.php b/common/Multiprogramming.php similarity index 100% rename from wchat/common/Multiprogramming.php rename to common/Multiprogramming.php diff --git a/wchat/common/PayConfig.php b/common/PayConfig.php similarity index 100% rename from wchat/common/PayConfig.php rename to common/PayConfig.php diff --git a/wchat/common/Progaram.php b/common/Progaram.php similarity index 100% rename from wchat/common/Progaram.php rename to common/Progaram.php diff --git a/wchat/common/Result.php b/common/Result.php similarity index 100% rename from wchat/common/Result.php rename to common/Result.php diff --git a/wchat/common/libs/Aliyun.php b/common/libs/Aliyun.php similarity index 100% rename from wchat/common/libs/Aliyun.php rename to common/libs/Aliyun.php diff --git a/wchat/common/libs/Qq.php b/common/libs/Qq.php similarity index 100% rename from wchat/common/libs/Qq.php rename to common/libs/Qq.php diff --git a/wchat/common/libs/Wx.php b/common/libs/Wx.php similarity index 100% rename from wchat/common/libs/Wx.php rename to common/libs/Wx.php diff --git a/composer.json b/composer.json index 6985fec..7d135b1 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "autoload": { "psr-4": { - "wchat\\": "./wchat/" + "wchat\\": "./" }, "files": [ "Container.php" diff --git a/wchat/qq/Account.php b/qq/Account.php similarity index 100% rename from wchat/qq/Account.php rename to qq/Account.php diff --git a/wchat/qq/Notify.php b/qq/Notify.php similarity index 100% rename from wchat/qq/Notify.php rename to qq/Notify.php diff --git a/wchat/qq/QqFactory.php b/qq/QqFactory.php similarity index 100% rename from wchat/qq/QqFactory.php rename to qq/QqFactory.php diff --git a/wchat/qq/Recharge.php b/qq/Recharge.php similarity index 100% rename from wchat/qq/Recharge.php rename to qq/Recharge.php diff --git a/wchat/qq/Redhat.php b/qq/Redhat.php similarity index 100% rename from wchat/qq/Redhat.php rename to qq/Redhat.php diff --git a/wchat/qq/SecCheck.php b/qq/SecCheck.php similarity index 100% rename from wchat/qq/SecCheck.php rename to qq/SecCheck.php diff --git a/wchat/qq/SmallProgram.php b/qq/SmallProgram.php similarity index 100% rename from wchat/qq/SmallProgram.php rename to qq/SmallProgram.php diff --git a/wchat/qq/Subject.php b/qq/Subject.php similarity index 100% rename from wchat/qq/Subject.php rename to qq/Subject.php diff --git a/wchat/qq/Token.php b/qq/Token.php similarity index 100% rename from wchat/qq/Token.php rename to qq/Token.php diff --git a/wchat/qq/pay/Cash_Bonus.php b/qq/pay/Cash_Bonus.php similarity index 100% rename from wchat/qq/pay/Cash_Bonus.php rename to qq/pay/Cash_Bonus.php diff --git a/wchat/qq/pay/Enterprise_payment.php b/qq/pay/Enterprise_payment.php similarity index 100% rename from wchat/qq/pay/Enterprise_payment.php rename to qq/pay/Enterprise_payment.php diff --git a/wchat/qq/result/RedHatResult.php b/qq/result/RedHatResult.php similarity index 100% rename from wchat/qq/result/RedHatResult.php rename to qq/result/RedHatResult.php diff --git a/wchat/wx/Account.php b/wx/Account.php similarity index 100% rename from wchat/wx/Account.php rename to wx/Account.php diff --git a/wchat/wx/ContentAsyncCheck.php b/wx/ContentAsyncCheck.php similarity index 100% rename from wchat/wx/ContentAsyncCheck.php rename to wx/ContentAsyncCheck.php diff --git a/wchat/wx/Message.php b/wx/Message.php similarity index 100% rename from wchat/wx/Message.php rename to wx/Message.php diff --git a/wchat/wx/Notify.php b/wx/Notify.php similarity index 100% rename from wchat/wx/Notify.php rename to wx/Notify.php diff --git a/wchat/wx/PublicTemplate.php b/wx/PublicTemplate.php similarity index 100% rename from wchat/wx/PublicTemplate.php rename to wx/PublicTemplate.php diff --git a/wchat/wx/SecCheck.php b/wx/SecCheck.php similarity index 100% rename from wchat/wx/SecCheck.php rename to wx/SecCheck.php diff --git a/wchat/wx/SmallProgram.php b/wx/SmallProgram.php similarity index 100% rename from wchat/wx/SmallProgram.php rename to wx/SmallProgram.php diff --git a/wchat/wx/Subject.php b/wx/Subject.php similarity index 100% rename from wchat/wx/Subject.php rename to wx/Subject.php diff --git a/wchat/wx/Template.php b/wx/Template.php similarity index 100% rename from wchat/wx/Template.php rename to wx/Template.php diff --git a/wchat/wx/Token.php b/wx/Token.php similarity index 100% rename from wchat/wx/Token.php rename to wx/Token.php diff --git a/wchat/wx/V2/WxV2AppPayment.php b/wx/V2/WxV2AppPayment.php similarity index 100% rename from wchat/wx/V2/WxV2AppPayment.php rename to wx/V2/WxV2AppPayment.php diff --git a/wchat/wx/V2/WxV2PayJsApi.php b/wx/V2/WxV2PayJsApi.php similarity index 100% rename from wchat/wx/V2/WxV2PayJsApi.php rename to wx/V2/WxV2PayJsApi.php diff --git a/wchat/wx/V2/WxV2PayTait.php b/wx/V2/WxV2PayTait.php similarity index 100% rename from wchat/wx/V2/WxV2PayTait.php rename to wx/V2/WxV2PayTait.php diff --git a/wchat/wx/V2/WxV2Withdrawal.php b/wx/V2/WxV2Withdrawal.php similarity index 100% rename from wchat/wx/V2/WxV2Withdrawal.php rename to wx/V2/WxV2Withdrawal.php diff --git a/wchat/wx/V3/Notify/GoodsDetail.php b/wx/V3/Notify/GoodsDetail.php similarity index 100% rename from wchat/wx/V3/Notify/GoodsDetail.php rename to wx/V3/Notify/GoodsDetail.php diff --git a/wchat/wx/V3/Notify/NotifyModel.php b/wx/V3/Notify/NotifyModel.php similarity index 100% rename from wchat/wx/V3/Notify/NotifyModel.php rename to wx/V3/Notify/NotifyModel.php diff --git a/wchat/wx/V3/Notify/PromotionDetail.php b/wx/V3/Notify/PromotionDetail.php similarity index 100% rename from wchat/wx/V3/Notify/PromotionDetail.php rename to wx/V3/Notify/PromotionDetail.php diff --git a/wchat/wx/V3/TransferBatches.php b/wx/V3/TransferBatches.php similarity index 100% rename from wchat/wx/V3/TransferBatches.php rename to wx/V3/TransferBatches.php diff --git a/wchat/wx/V3/TransferDetail.php b/wx/V3/TransferDetail.php similarity index 100% rename from wchat/wx/V3/TransferDetail.php rename to wx/V3/TransferDetail.php diff --git a/wchat/wx/V3/WxV3AppPayment.php b/wx/V3/WxV3AppPayment.php similarity index 100% rename from wchat/wx/V3/WxV3AppPayment.php rename to wx/V3/WxV3AppPayment.php diff --git a/wchat/wx/V3/WxV3NativePayment.php b/wx/V3/WxV3NativePayment.php similarity index 100% rename from wchat/wx/V3/WxV3NativePayment.php rename to wx/V3/WxV3NativePayment.php diff --git a/wchat/wx/V3/WxV3Payment.php b/wx/V3/WxV3Payment.php similarity index 100% rename from wchat/wx/V3/WxV3Payment.php rename to wx/V3/WxV3Payment.php diff --git a/wchat/wx/V3/WxV3PaymentNotify.php b/wx/V3/WxV3PaymentNotify.php similarity index 100% rename from wchat/wx/V3/WxV3PaymentNotify.php rename to wx/V3/WxV3PaymentNotify.php diff --git a/wchat/wx/V3/WxV3PaymentTait.php b/wx/V3/WxV3PaymentTait.php similarity index 100% rename from wchat/wx/V3/WxV3PaymentTait.php rename to wx/V3/WxV3PaymentTait.php diff --git a/wchat/wx/V3/WxV3Withdrawal.php b/wx/V3/WxV3Withdrawal.php similarity index 100% rename from wchat/wx/V3/WxV3Withdrawal.php rename to wx/V3/WxV3Withdrawal.php diff --git a/wchat/wx/WxFactory.php b/wx/WxFactory.php similarity index 100% rename from wchat/wx/WxFactory.php rename to wx/WxFactory.php