diff --git a/app/AppService.php b/app/AppService.php index 6b7d998..408ec4e 100644 --- a/app/AppService.php +++ b/app/AppService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + declare (strict_types = 1); diff --git a/app/ExceptionHandle.php b/app/ExceptionHandle.php index 06a506e..a534bac 100644 --- a/app/ExceptionHandle.php +++ b/app/ExceptionHandle.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app; diff --git a/app/Request.php b/app/Request.php index cbb7bd2..eb61d99 100644 --- a/app/Request.php +++ b/app/Request.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app; diff --git a/app/command/ClearCacheAttachment.php b/app/command/ClearCacheAttachment.php index 9f8e655..686a231 100644 --- a/app/command/ClearCacheAttachment.php +++ b/app/command/ClearCacheAttachment.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + declare (strict_types=1); diff --git a/app/command/ClearMerchantData.php b/app/command/ClearMerchantData.php index b9386e5..ecd108d 100644 --- a/app/command/ClearMerchantData.php +++ b/app/command/ClearMerchantData.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\command; diff --git a/app/command/ClearRedundancy.php b/app/command/ClearRedundancy.php index 6e446d0..414ff3d 100644 --- a/app/command/ClearRedundancy.php +++ b/app/command/ClearRedundancy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\command; diff --git a/app/command/FormatMenuPath.php b/app/command/FormatMenuPath.php index 1f07b2d..043e5fd 100644 --- a/app/command/FormatMenuPath.php +++ b/app/command/FormatMenuPath.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + declare (strict_types=1); diff --git a/app/command/VersionUpdate.php b/app/command/VersionUpdate.php index a3423fc..069d55f 100644 --- a/app/command/VersionUpdate.php +++ b/app/command/VersionUpdate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\command; diff --git a/app/command/changeHotTop.php b/app/command/changeHotTop.php index 57ca90c..100893b 100644 --- a/app/command/changeHotTop.php +++ b/app/command/changeHotTop.php @@ -1,23 +1,7 @@ -// +---------------------------------------------------------------------- -// +---------------------------------------------------------------------- -// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -// +---------------------------------------------------------------------- -// | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -// +---------------------------------------------------------------------- -// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -// +---------------------------------------------------------------------- -// | Author: CRMEB Team -// +---------------------------------------------------------------------- + + declare (strict_types=1); diff --git a/app/command/clearCache.php b/app/command/clearCache.php index 301fcaa..36804c2 100644 --- a/app/command/clearCache.php +++ b/app/command/clearCache.php @@ -1,23 +1,7 @@ -// +---------------------------------------------------------------------- -// +---------------------------------------------------------------------- -// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -// +---------------------------------------------------------------------- -// | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -// +---------------------------------------------------------------------- -// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -// +---------------------------------------------------------------------- -// | Author: CRMEB Team -// +---------------------------------------------------------------------- + + declare (strict_types=1); diff --git a/app/command/resetPassword.php b/app/command/resetPassword.php index 4c91eeb..ed71879 100644 --- a/app/command/resetPassword.php +++ b/app/command/resetPassword.php @@ -1,23 +1,7 @@ -// +---------------------------------------------------------------------- -// +---------------------------------------------------------------------- -// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -// +---------------------------------------------------------------------- -// | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -// +---------------------------------------------------------------------- -// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -// +---------------------------------------------------------------------- -// | Author: CRMEB Team -// +---------------------------------------------------------------------- + + declare (strict_types=1); diff --git a/app/command/updateAuth.php b/app/command/updateAuth.php index 1b25755..1bfaeab 100644 --- a/app/command/updateAuth.php +++ b/app/command/updateAuth.php @@ -1,23 +1,7 @@ -// +---------------------------------------------------------------------- -// +---------------------------------------------------------------------- -// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -// +---------------------------------------------------------------------- -// | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -// +---------------------------------------------------------------------- -// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -// +---------------------------------------------------------------------- -// | Author: CRMEB Team -// +---------------------------------------------------------------------- + + declare (strict_types=1); diff --git a/app/command/updateSpu.php b/app/command/updateSpu.php index dc80ce0..bc8e662 100644 --- a/app/command/updateSpu.php +++ b/app/command/updateSpu.php @@ -1,23 +1,7 @@ -// +---------------------------------------------------------------------- -// +---------------------------------------------------------------------- -// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -// +---------------------------------------------------------------------- -// | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -// +---------------------------------------------------------------------- -// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -// +---------------------------------------------------------------------- -// | Author: CRMEB Team -// +---------------------------------------------------------------------- + + declare (strict_types=1); diff --git a/app/common.php b/app/common.php index ee7a409..9452f8e 100644 --- a/app/common.php +++ b/app/common.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // 应用公共文件 diff --git a/app/common/dao/BaseDao.php b/app/common/dao/BaseDao.php index 36f04a9..b22c7da 100644 --- a/app/common/dao/BaseDao.php +++ b/app/common/dao/BaseDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao; diff --git a/app/common/dao/article/ArticleCategoryDao.php b/app/common/dao/article/ArticleCategoryDao.php index 707a87f..f037581 100644 --- a/app/common/dao/article/ArticleCategoryDao.php +++ b/app/common/dao/article/ArticleCategoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\article; diff --git a/app/common/dao/article/ArticleContentDao.php b/app/common/dao/article/ArticleContentDao.php index fecd673..bc6e269 100644 --- a/app/common/dao/article/ArticleContentDao.php +++ b/app/common/dao/article/ArticleContentDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\article; diff --git a/app/common/dao/article/ArticleDao.php b/app/common/dao/article/ArticleDao.php index bc40007..54b857e 100644 --- a/app/common/dao/article/ArticleDao.php +++ b/app/common/dao/article/ArticleDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\article; diff --git a/app/common/dao/community/CommunityCategoryDao.php b/app/common/dao/community/CommunityCategoryDao.php index 0f7dd36..f07a78a 100644 --- a/app/common/dao/community/CommunityCategoryDao.php +++ b/app/common/dao/community/CommunityCategoryDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\community; diff --git a/app/common/dao/community/CommunityDao.php b/app/common/dao/community/CommunityDao.php index 0d634ef..3d0316a 100644 --- a/app/common/dao/community/CommunityDao.php +++ b/app/common/dao/community/CommunityDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\community; diff --git a/app/common/dao/community/CommunityReplyDao.php b/app/common/dao/community/CommunityReplyDao.php index 5ed923f..d3bddc3 100644 --- a/app/common/dao/community/CommunityReplyDao.php +++ b/app/common/dao/community/CommunityReplyDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\community; diff --git a/app/common/dao/community/CommunityTopicDao.php b/app/common/dao/community/CommunityTopicDao.php index 4c8c137..d74882e 100644 --- a/app/common/dao/community/CommunityTopicDao.php +++ b/app/common/dao/community/CommunityTopicDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\community; diff --git a/app/common/dao/delivery/DeliveryOrderDao.php b/app/common/dao/delivery/DeliveryOrderDao.php index 1fd3a02..01c6320 100644 --- a/app/common/dao/delivery/DeliveryOrderDao.php +++ b/app/common/dao/delivery/DeliveryOrderDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\delivery; use app\common\dao\BaseDao; diff --git a/app/common/dao/delivery/DeliveryStationDao.php b/app/common/dao/delivery/DeliveryStationDao.php index 8e03cbb..c6fe16d 100644 --- a/app/common/dao/delivery/DeliveryStationDao.php +++ b/app/common/dao/delivery/DeliveryStationDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\delivery; use app\common\dao\BaseDao; diff --git a/app/common/dao/openapi/OpenAuthDao.php b/app/common/dao/openapi/OpenAuthDao.php index c3314d6..0724c59 100644 --- a/app/common/dao/openapi/OpenAuthDao.php +++ b/app/common/dao/openapi/OpenAuthDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\openapi; diff --git a/app/common/dao/store/CityAreaDao.php b/app/common/dao/store/CityAreaDao.php index 1e9c55b..5114df4 100644 --- a/app/common/dao/store/CityAreaDao.php +++ b/app/common/dao/store/CityAreaDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/ExcelDao.php b/app/common/dao/store/ExcelDao.php index bcb5ce3..7d28094 100644 --- a/app/common/dao/store/ExcelDao.php +++ b/app/common/dao/store/ExcelDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/GuaranteeDao.php b/app/common/dao/store/GuaranteeDao.php index abf1b0a..1777ff9 100644 --- a/app/common/dao/store/GuaranteeDao.php +++ b/app/common/dao/store/GuaranteeDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/GuaranteeTemplateDao.php b/app/common/dao/store/GuaranteeTemplateDao.php index aa61807..9680fa3 100644 --- a/app/common/dao/store/GuaranteeTemplateDao.php +++ b/app/common/dao/store/GuaranteeTemplateDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/GuaranteeValueDao.php b/app/common/dao/store/GuaranteeValueDao.php index 2fd87d5..0359137 100644 --- a/app/common/dao/store/GuaranteeValueDao.php +++ b/app/common/dao/store/GuaranteeValueDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/PriceRuleDao.php b/app/common/dao/store/PriceRuleDao.php index 17e4cf4..3e365de 100644 --- a/app/common/dao/store/PriceRuleDao.php +++ b/app/common/dao/store/PriceRuleDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StoreActivityDao.php b/app/common/dao/store/StoreActivityDao.php index b2f69f3..c090a71 100644 --- a/app/common/dao/store/StoreActivityDao.php +++ b/app/common/dao/store/StoreActivityDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StoreAttrTemplateDao.php b/app/common/dao/store/StoreAttrTemplateDao.php index 9752b8d..72f1794 100644 --- a/app/common/dao/store/StoreAttrTemplateDao.php +++ b/app/common/dao/store/StoreAttrTemplateDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StoreBrandCategoryDao.php b/app/common/dao/store/StoreBrandCategoryDao.php index bc6cabf..d9e6e16 100644 --- a/app/common/dao/store/StoreBrandCategoryDao.php +++ b/app/common/dao/store/StoreBrandCategoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StoreBrandDao.php b/app/common/dao/store/StoreBrandDao.php index 39f4326..91e7ab3 100644 --- a/app/common/dao/store/StoreBrandDao.php +++ b/app/common/dao/store/StoreBrandDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StoreCategoryDao.php b/app/common/dao/store/StoreCategoryDao.php index bd2a51c..955ab18 100644 --- a/app/common/dao/store/StoreCategoryDao.php +++ b/app/common/dao/store/StoreCategoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StorePrinterDao.php b/app/common/dao/store/StorePrinterDao.php index f128e28..9c9f505 100644 --- a/app/common/dao/store/StorePrinterDao.php +++ b/app/common/dao/store/StorePrinterDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StoreSeckillActiveDao.php b/app/common/dao/store/StoreSeckillActiveDao.php index 6917343..71d725f 100644 --- a/app/common/dao/store/StoreSeckillActiveDao.php +++ b/app/common/dao/store/StoreSeckillActiveDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/StoreSeckillTimeDao.php b/app/common/dao/store/StoreSeckillTimeDao.php index e5f7445..09b2926 100644 --- a/app/common/dao/store/StoreSeckillTimeDao.php +++ b/app/common/dao/store/StoreSeckillTimeDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store; diff --git a/app/common/dao/store/broadcast/BroadcastAssistantDao.php b/app/common/dao/store/broadcast/BroadcastAssistantDao.php index 94290df..cb34f79 100644 --- a/app/common/dao/store/broadcast/BroadcastAssistantDao.php +++ b/app/common/dao/store/broadcast/BroadcastAssistantDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\broadcast; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/broadcast/BroadcastGoodsDao.php b/app/common/dao/store/broadcast/BroadcastGoodsDao.php index 1f1b41c..bd6d870 100644 --- a/app/common/dao/store/broadcast/BroadcastGoodsDao.php +++ b/app/common/dao/store/broadcast/BroadcastGoodsDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\broadcast; diff --git a/app/common/dao/store/broadcast/BroadcastRoomDao.php b/app/common/dao/store/broadcast/BroadcastRoomDao.php index 430243c..3c0de72 100644 --- a/app/common/dao/store/broadcast/BroadcastRoomDao.php +++ b/app/common/dao/store/broadcast/BroadcastRoomDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\broadcast; diff --git a/app/common/dao/store/broadcast/BroadcastRoomGoodsDao.php b/app/common/dao/store/broadcast/BroadcastRoomGoodsDao.php index d2eb710..6aafbd7 100644 --- a/app/common/dao/store/broadcast/BroadcastRoomGoodsDao.php +++ b/app/common/dao/store/broadcast/BroadcastRoomGoodsDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\broadcast; diff --git a/app/common/dao/store/coupon/StoreCouponDao.php b/app/common/dao/store/coupon/StoreCouponDao.php index 84d0460..2b03467 100644 --- a/app/common/dao/store/coupon/StoreCouponDao.php +++ b/app/common/dao/store/coupon/StoreCouponDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\coupon; diff --git a/app/common/dao/store/coupon/StoreCouponIssueUserDao.php b/app/common/dao/store/coupon/StoreCouponIssueUserDao.php index d4553e0..007687a 100644 --- a/app/common/dao/store/coupon/StoreCouponIssueUserDao.php +++ b/app/common/dao/store/coupon/StoreCouponIssueUserDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\coupon; diff --git a/app/common/dao/store/coupon/StoreCouponProductDao.php b/app/common/dao/store/coupon/StoreCouponProductDao.php index e3aa702..b9dc92d 100644 --- a/app/common/dao/store/coupon/StoreCouponProductDao.php +++ b/app/common/dao/store/coupon/StoreCouponProductDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\coupon; diff --git a/app/common/dao/store/coupon/StoreCouponSendDao.php b/app/common/dao/store/coupon/StoreCouponSendDao.php index f1c19dc..a1bc599 100644 --- a/app/common/dao/store/coupon/StoreCouponSendDao.php +++ b/app/common/dao/store/coupon/StoreCouponSendDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\coupon; diff --git a/app/common/dao/store/coupon/StoreCouponUserDao.php b/app/common/dao/store/coupon/StoreCouponUserDao.php index 5ba5299..41fc1f1 100644 --- a/app/common/dao/store/coupon/StoreCouponUserDao.php +++ b/app/common/dao/store/coupon/StoreCouponUserDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\coupon; diff --git a/app/common/dao/store/order/MerchantReconciliationDao.php b/app/common/dao/store/order/MerchantReconciliationDao.php index ac63e8e..deda1a1 100644 --- a/app/common/dao/store/order/MerchantReconciliationDao.php +++ b/app/common/dao/store/order/MerchantReconciliationDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/MerchantReconciliationOrderDao.php b/app/common/dao/store/order/MerchantReconciliationOrderDao.php index 729aca2..76120c8 100644 --- a/app/common/dao/store/order/MerchantReconciliationOrderDao.php +++ b/app/common/dao/store/order/MerchantReconciliationOrderDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/PresellOrderDao.php b/app/common/dao/store/order/PresellOrderDao.php index 2e5ccff..eae9d8f 100644 --- a/app/common/dao/store/order/PresellOrderDao.php +++ b/app/common/dao/store/order/PresellOrderDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreCartDao.php b/app/common/dao/store/order/StoreCartDao.php index aeba8c6..2b72a0d 100644 --- a/app/common/dao/store/order/StoreCartDao.php +++ b/app/common/dao/store/order/StoreCartDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreGroupOrderDao.php b/app/common/dao/store/order/StoreGroupOrderDao.php index be8e894..d67ee87 100644 --- a/app/common/dao/store/order/StoreGroupOrderDao.php +++ b/app/common/dao/store/order/StoreGroupOrderDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreImportDao.php b/app/common/dao/store/order/StoreImportDao.php index e5935f6..652fb08 100644 --- a/app/common/dao/store/order/StoreImportDao.php +++ b/app/common/dao/store/order/StoreImportDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreImportDeliveryDao.php b/app/common/dao/store/order/StoreImportDeliveryDao.php index 9eb4e69..32b8959 100644 --- a/app/common/dao/store/order/StoreImportDeliveryDao.php +++ b/app/common/dao/store/order/StoreImportDeliveryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreOrderDao.php b/app/common/dao/store/order/StoreOrderDao.php index 65e0cbf..7e8de38 100644 --- a/app/common/dao/store/order/StoreOrderDao.php +++ b/app/common/dao/store/order/StoreOrderDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreOrderProductDao.php b/app/common/dao/store/order/StoreOrderProductDao.php index e628ced..b4b7b41 100644 --- a/app/common/dao/store/order/StoreOrderProductDao.php +++ b/app/common/dao/store/order/StoreOrderProductDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreOrderProfitsharingDao.php b/app/common/dao/store/order/StoreOrderProfitsharingDao.php index b9a6253..7dc50ed 100644 --- a/app/common/dao/store/order/StoreOrderProfitsharingDao.php +++ b/app/common/dao/store/order/StoreOrderProfitsharingDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreOrderReceiptDao.php b/app/common/dao/store/order/StoreOrderReceiptDao.php index 26124ac..354ae12 100644 --- a/app/common/dao/store/order/StoreOrderReceiptDao.php +++ b/app/common/dao/store/order/StoreOrderReceiptDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreOrderStatusDao.php b/app/common/dao/store/order/StoreOrderStatusDao.php index 050fcee..437788a 100644 --- a/app/common/dao/store/order/StoreOrderStatusDao.php +++ b/app/common/dao/store/order/StoreOrderStatusDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreRefundOrderDao.php b/app/common/dao/store/order/StoreRefundOrderDao.php index 6b46bc1..577e58d 100644 --- a/app/common/dao/store/order/StoreRefundOrderDao.php +++ b/app/common/dao/store/order/StoreRefundOrderDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreRefundProductDao.php b/app/common/dao/store/order/StoreRefundProductDao.php index c328785..b9518fd 100644 --- a/app/common/dao/store/order/StoreRefundProductDao.php +++ b/app/common/dao/store/order/StoreRefundProductDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/order/StoreRefundStatusDao.php b/app/common/dao/store/order/StoreRefundStatusDao.php index 66ee959..86fb563 100644 --- a/app/common/dao/store/order/StoreRefundStatusDao.php +++ b/app/common/dao/store/order/StoreRefundStatusDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\order; diff --git a/app/common/dao/store/parameter/ParameterDao.php b/app/common/dao/store/parameter/ParameterDao.php index 8f31e10..1eac814 100644 --- a/app/common/dao/store/parameter/ParameterDao.php +++ b/app/common/dao/store/parameter/ParameterDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\parameter; diff --git a/app/common/dao/store/parameter/ParameterTemplateDao.php b/app/common/dao/store/parameter/ParameterTemplateDao.php index ec19c56..5368251 100644 --- a/app/common/dao/store/parameter/ParameterTemplateDao.php +++ b/app/common/dao/store/parameter/ParameterTemplateDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\parameter; diff --git a/app/common/dao/store/parameter/ParameterValueDao.php b/app/common/dao/store/parameter/ParameterValueDao.php index 067ffdd..0dc57cb 100644 --- a/app/common/dao/store/parameter/ParameterValueDao.php +++ b/app/common/dao/store/parameter/ParameterValueDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\parameter; diff --git a/app/common/dao/store/product/ProductAssistDao.php b/app/common/dao/store/product/ProductAssistDao.php index 90df601..bb29d36 100644 --- a/app/common/dao/store/product/ProductAssistDao.php +++ b/app/common/dao/store/product/ProductAssistDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductAssistSetDao.php b/app/common/dao/store/product/ProductAssistSetDao.php index 0520928..b20a6e8 100644 --- a/app/common/dao/store/product/ProductAssistSetDao.php +++ b/app/common/dao/store/product/ProductAssistSetDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductAssistSkuDao.php b/app/common/dao/store/product/ProductAssistSkuDao.php index c80fc21..1867aa2 100644 --- a/app/common/dao/store/product/ProductAssistSkuDao.php +++ b/app/common/dao/store/product/ProductAssistSkuDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductAssistUserDao.php b/app/common/dao/store/product/ProductAssistUserDao.php index 030390c..1dd1a34 100644 --- a/app/common/dao/store/product/ProductAssistUserDao.php +++ b/app/common/dao/store/product/ProductAssistUserDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductAttrDao.php b/app/common/dao/store/product/ProductAttrDao.php index 54c05cb..91cbcaa 100644 --- a/app/common/dao/store/product/ProductAttrDao.php +++ b/app/common/dao/store/product/ProductAttrDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductAttrValueDao.php b/app/common/dao/store/product/ProductAttrValueDao.php index d9b431b..75479e1 100644 --- a/app/common/dao/store/product/ProductAttrValueDao.php +++ b/app/common/dao/store/product/ProductAttrValueDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductCateDao.php b/app/common/dao/store/product/ProductCateDao.php index 79dd632..a96790c 100644 --- a/app/common/dao/store/product/ProductCateDao.php +++ b/app/common/dao/store/product/ProductCateDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductCdkeyDao.php b/app/common/dao/store/product/ProductCdkeyDao.php index 334de36..248a81d 100644 --- a/app/common/dao/store/product/ProductCdkeyDao.php +++ b/app/common/dao/store/product/ProductCdkeyDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductContentDao.php b/app/common/dao/store/product/ProductContentDao.php index a4309ef..785ab0b 100644 --- a/app/common/dao/store/product/ProductContentDao.php +++ b/app/common/dao/store/product/ProductContentDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductCopyDao.php b/app/common/dao/store/product/ProductCopyDao.php index 0724936..4ee1a72 100644 --- a/app/common/dao/store/product/ProductCopyDao.php +++ b/app/common/dao/store/product/ProductCopyDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductDao.php b/app/common/dao/store/product/ProductDao.php index fd93701..acf0a07 100644 --- a/app/common/dao/store/product/ProductDao.php +++ b/app/common/dao/store/product/ProductDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductGroupBuyingDao.php b/app/common/dao/store/product/ProductGroupBuyingDao.php index 2ff74d4..056ed96 100644 --- a/app/common/dao/store/product/ProductGroupBuyingDao.php +++ b/app/common/dao/store/product/ProductGroupBuyingDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/product/ProductGroupDao.php b/app/common/dao/store/product/ProductGroupDao.php index e4545c3..d305aa3 100644 --- a/app/common/dao/store/product/ProductGroupDao.php +++ b/app/common/dao/store/product/ProductGroupDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/product/ProductGroupSkuDao.php b/app/common/dao/store/product/ProductGroupSkuDao.php index c0e0ca6..def2b1d 100644 --- a/app/common/dao/store/product/ProductGroupSkuDao.php +++ b/app/common/dao/store/product/ProductGroupSkuDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/product/ProductGroupUserDao.php b/app/common/dao/store/product/ProductGroupUserDao.php index 7a1b81b..7136132 100644 --- a/app/common/dao/store/product/ProductGroupUserDao.php +++ b/app/common/dao/store/product/ProductGroupUserDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/product/ProductLabelDao.php b/app/common/dao/store/product/ProductLabelDao.php index 78d9b6d..05478c8 100644 --- a/app/common/dao/store/product/ProductLabelDao.php +++ b/app/common/dao/store/product/ProductLabelDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductPresellDao.php b/app/common/dao/store/product/ProductPresellDao.php index c33b27c..7da00a8 100644 --- a/app/common/dao/store/product/ProductPresellDao.php +++ b/app/common/dao/store/product/ProductPresellDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductPresellSkuDao.php b/app/common/dao/store/product/ProductPresellSkuDao.php index fd2986a..95c5165 100644 --- a/app/common/dao/store/product/ProductPresellSkuDao.php +++ b/app/common/dao/store/product/ProductPresellSkuDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductReplyDao.php b/app/common/dao/store/product/ProductReplyDao.php index b5864f7..aef1192 100644 --- a/app/common/dao/store/product/ProductReplyDao.php +++ b/app/common/dao/store/product/ProductReplyDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductSkuDao.php b/app/common/dao/store/product/ProductSkuDao.php index bcb4f79..47bdbdd 100644 --- a/app/common/dao/store/product/ProductSkuDao.php +++ b/app/common/dao/store/product/ProductSkuDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/ProductTakeDao.php b/app/common/dao/store/product/ProductTakeDao.php index 1e2b20e..9d29623 100644 --- a/app/common/dao/store/product/ProductTakeDao.php +++ b/app/common/dao/store/product/ProductTakeDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/SpuDao.php b/app/common/dao/store/product/SpuDao.php index 4532d54..3676e33 100644 --- a/app/common/dao/store/product/SpuDao.php +++ b/app/common/dao/store/product/SpuDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; use app\common\dao\BaseDao; diff --git a/app/common/dao/store/product/StoreDiscountDao.php b/app/common/dao/store/product/StoreDiscountDao.php index 51ad2af..30db31b 100644 --- a/app/common/dao/store/product/StoreDiscountDao.php +++ b/app/common/dao/store/product/StoreDiscountDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/product/StoreDiscountProductDao.php b/app/common/dao/store/product/StoreDiscountProductDao.php index d677899..9b25fb6 100644 --- a/app/common/dao/store/product/StoreDiscountProductDao.php +++ b/app/common/dao/store/product/StoreDiscountProductDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\product; diff --git a/app/common/dao/store/service/StoreServiceDao.php b/app/common/dao/store/service/StoreServiceDao.php index a25984e..8cec7d3 100644 --- a/app/common/dao/store/service/StoreServiceDao.php +++ b/app/common/dao/store/service/StoreServiceDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\service; diff --git a/app/common/dao/store/service/StoreServiceLogDao.php b/app/common/dao/store/service/StoreServiceLogDao.php index 20b63a7..ddb4b79 100644 --- a/app/common/dao/store/service/StoreServiceLogDao.php +++ b/app/common/dao/store/service/StoreServiceLogDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\service; diff --git a/app/common/dao/store/service/StoreServiceReplyDao.php b/app/common/dao/store/service/StoreServiceReplyDao.php index a52d68d..6ea0559 100644 --- a/app/common/dao/store/service/StoreServiceReplyDao.php +++ b/app/common/dao/store/service/StoreServiceReplyDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\service; diff --git a/app/common/dao/store/service/StoreServiceUserDao.php b/app/common/dao/store/service/StoreServiceUserDao.php index 7ac027c..8583202 100644 --- a/app/common/dao/store/service/StoreServiceUserDao.php +++ b/app/common/dao/store/service/StoreServiceUserDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\service; diff --git a/app/common/dao/store/shipping/CityDao.php b/app/common/dao/store/shipping/CityDao.php index 1dc84d3..b93c38e 100644 --- a/app/common/dao/store/shipping/CityDao.php +++ b/app/common/dao/store/shipping/CityDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\shipping; diff --git a/app/common/dao/store/shipping/ExpressDao.php b/app/common/dao/store/shipping/ExpressDao.php index 5736dbb..035ae2c 100644 --- a/app/common/dao/store/shipping/ExpressDao.php +++ b/app/common/dao/store/shipping/ExpressDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\shipping; diff --git a/app/common/dao/store/shipping/ExpressPartnerDao.php b/app/common/dao/store/shipping/ExpressPartnerDao.php index fb04330..8c10ac0 100644 --- a/app/common/dao/store/shipping/ExpressPartnerDao.php +++ b/app/common/dao/store/shipping/ExpressPartnerDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\shipping; diff --git a/app/common/dao/store/shipping/ShippingTemplateDao.php b/app/common/dao/store/shipping/ShippingTemplateDao.php index 484a8a8..07dbafe 100644 --- a/app/common/dao/store/shipping/ShippingTemplateDao.php +++ b/app/common/dao/store/shipping/ShippingTemplateDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\shipping; diff --git a/app/common/dao/store/shipping/ShippingTemplateFreeDao.php b/app/common/dao/store/shipping/ShippingTemplateFreeDao.php index f7138b9..2a725ce 100644 --- a/app/common/dao/store/shipping/ShippingTemplateFreeDao.php +++ b/app/common/dao/store/shipping/ShippingTemplateFreeDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\shipping; diff --git a/app/common/dao/store/shipping/ShippingTemplateRegionDao.php b/app/common/dao/store/shipping/ShippingTemplateRegionDao.php index 856ef56..2095a90 100644 --- a/app/common/dao/store/shipping/ShippingTemplateRegionDao.php +++ b/app/common/dao/store/shipping/ShippingTemplateRegionDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\shipping; diff --git a/app/common/dao/store/shipping/ShippingTemplateUndeliveryDao.php b/app/common/dao/store/shipping/ShippingTemplateUndeliveryDao.php index 221c558..47ddcdd 100644 --- a/app/common/dao/store/shipping/ShippingTemplateUndeliveryDao.php +++ b/app/common/dao/store/shipping/ShippingTemplateUndeliveryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\store\shipping; diff --git a/app/common/dao/system/CacheDao.php b/app/common/dao/system/CacheDao.php index 64bf47a..28c8940 100644 --- a/app/common/dao/system/CacheDao.php +++ b/app/common/dao/system/CacheDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system; diff --git a/app/common/dao/system/ExtendDao.php b/app/common/dao/system/ExtendDao.php index 6bfd6f7..24a887d 100644 --- a/app/common/dao/system/ExtendDao.php +++ b/app/common/dao/system/ExtendDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system; diff --git a/app/common/dao/system/RelevanceDao.php b/app/common/dao/system/RelevanceDao.php index 94426a2..6e706c3 100644 --- a/app/common/dao/system/RelevanceDao.php +++ b/app/common/dao/system/RelevanceDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system; diff --git a/app/common/dao/system/admin/AdminDao.php b/app/common/dao/system/admin/AdminDao.php index 33ad7b5..b82f7ee 100644 --- a/app/common/dao/system/admin/AdminDao.php +++ b/app/common/dao/system/admin/AdminDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\admin; diff --git a/app/common/dao/system/admin/LogDao.php b/app/common/dao/system/admin/LogDao.php index c8b5294..533975f 100644 --- a/app/common/dao/system/admin/LogDao.php +++ b/app/common/dao/system/admin/LogDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\admin; diff --git a/app/common/dao/system/attachment/AttachmentCategoryDao.php b/app/common/dao/system/attachment/AttachmentCategoryDao.php index a73e46e..b8b94f1 100644 --- a/app/common/dao/system/attachment/AttachmentCategoryDao.php +++ b/app/common/dao/system/attachment/AttachmentCategoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\attachment; diff --git a/app/common/dao/system/attachment/AttachmentDao.php b/app/common/dao/system/attachment/AttachmentDao.php index 2f7c990..e209b93 100644 --- a/app/common/dao/system/attachment/AttachmentDao.php +++ b/app/common/dao/system/attachment/AttachmentDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\attachment; diff --git a/app/common/dao/system/config/SystemConfigClassifyDao.php b/app/common/dao/system/config/SystemConfigClassifyDao.php index 01cfe07..38c7226 100644 --- a/app/common/dao/system/config/SystemConfigClassifyDao.php +++ b/app/common/dao/system/config/SystemConfigClassifyDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\config; diff --git a/app/common/dao/system/config/SystemConfigDao.php b/app/common/dao/system/config/SystemConfigDao.php index 61768c9..f39a068 100644 --- a/app/common/dao/system/config/SystemConfigDao.php +++ b/app/common/dao/system/config/SystemConfigDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\config; diff --git a/app/common/dao/system/config/SystemConfigValueDao.php b/app/common/dao/system/config/SystemConfigValueDao.php index c4b02a2..462799e 100644 --- a/app/common/dao/system/config/SystemConfigValueDao.php +++ b/app/common/dao/system/config/SystemConfigValueDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\config; diff --git a/app/common/dao/system/diy/DiyDao.php b/app/common/dao/system/diy/DiyDao.php index 32033cd..cf723be 100644 --- a/app/common/dao/system/diy/DiyDao.php +++ b/app/common/dao/system/diy/DiyDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\diy; diff --git a/app/common/dao/system/diy/PageCategoryDao.php b/app/common/dao/system/diy/PageCategoryDao.php index b44f476..278dc05 100644 --- a/app/common/dao/system/diy/PageCategoryDao.php +++ b/app/common/dao/system/diy/PageCategoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\diy; diff --git a/app/common/dao/system/diy/PageLinkDao.php b/app/common/dao/system/diy/PageLinkDao.php index 2ff224b..553efa7 100644 --- a/app/common/dao/system/diy/PageLinkDao.php +++ b/app/common/dao/system/diy/PageLinkDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\diy; diff --git a/app/common/dao/system/financial/FinancialDao.php b/app/common/dao/system/financial/FinancialDao.php index 69cedb4..90f9b81 100644 --- a/app/common/dao/system/financial/FinancialDao.php +++ b/app/common/dao/system/financial/FinancialDao.php @@ -1,15 +1,5 @@ -// +---------------------------------------------------------------------- - namespace app\common\dao\system\financial; diff --git a/app/common/dao/system/groupData/GroupDao.php b/app/common/dao/system/groupData/GroupDao.php index cb8cdf1..d6f653c 100644 --- a/app/common/dao/system/groupData/GroupDao.php +++ b/app/common/dao/system/groupData/GroupDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\groupData; diff --git a/app/common/dao/system/groupData/GroupDataDao.php b/app/common/dao/system/groupData/GroupDataDao.php index 4d0eeb8..b25635c 100644 --- a/app/common/dao/system/groupData/GroupDataDao.php +++ b/app/common/dao/system/groupData/GroupDataDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\groupData; diff --git a/app/common/dao/system/menu/MenuDao.php b/app/common/dao/system/menu/MenuDao.php index e75dca8..b371162 100644 --- a/app/common/dao/system/menu/MenuDao.php +++ b/app/common/dao/system/menu/MenuDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\menu; diff --git a/app/common/dao/system/menu/RoleDao.php b/app/common/dao/system/menu/RoleDao.php index 0d14fe7..852fc9e 100644 --- a/app/common/dao/system/menu/RoleDao.php +++ b/app/common/dao/system/menu/RoleDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\menu; diff --git a/app/common/dao/system/merchant/FinancialRecordDao.php b/app/common/dao/system/merchant/FinancialRecordDao.php index 6d2b132..b25bd50 100644 --- a/app/common/dao/system/merchant/FinancialRecordDao.php +++ b/app/common/dao/system/merchant/FinancialRecordDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\merchant; diff --git a/app/common/dao/system/merchant/MerchantAdminDao.php b/app/common/dao/system/merchant/MerchantAdminDao.php index bcd8f1e..fd48585 100644 --- a/app/common/dao/system/merchant/MerchantAdminDao.php +++ b/app/common/dao/system/merchant/MerchantAdminDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\merchant; diff --git a/app/common/dao/system/merchant/MerchantAppymentsDao.php b/app/common/dao/system/merchant/MerchantAppymentsDao.php index 67ba404..d11c452 100644 --- a/app/common/dao/system/merchant/MerchantAppymentsDao.php +++ b/app/common/dao/system/merchant/MerchantAppymentsDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\merchant; diff --git a/app/common/dao/system/merchant/MerchantCategoryDao.php b/app/common/dao/system/merchant/MerchantCategoryDao.php index c9a091e..42b094a 100644 --- a/app/common/dao/system/merchant/MerchantCategoryDao.php +++ b/app/common/dao/system/merchant/MerchantCategoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\merchant; diff --git a/app/common/dao/system/merchant/MerchantDao.php b/app/common/dao/system/merchant/MerchantDao.php index 554c6f6..be3a8ab 100644 --- a/app/common/dao/system/merchant/MerchantDao.php +++ b/app/common/dao/system/merchant/MerchantDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\merchant; diff --git a/app/common/dao/system/merchant/MerchantIntentionDao.php b/app/common/dao/system/merchant/MerchantIntentionDao.php index 67a4a57..880b4fa 100644 --- a/app/common/dao/system/merchant/MerchantIntentionDao.php +++ b/app/common/dao/system/merchant/MerchantIntentionDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\merchant; diff --git a/app/common/dao/system/merchant/MerchantTypeDao.php b/app/common/dao/system/merchant/MerchantTypeDao.php index 8d69652..810bb5a 100644 --- a/app/common/dao/system/merchant/MerchantTypeDao.php +++ b/app/common/dao/system/merchant/MerchantTypeDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\merchant; diff --git a/app/common/dao/system/notice/SystemNoticeConfigDao.php b/app/common/dao/system/notice/SystemNoticeConfigDao.php index ae2307a..7cdacd8 100644 --- a/app/common/dao/system/notice/SystemNoticeConfigDao.php +++ b/app/common/dao/system/notice/SystemNoticeConfigDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\notice; diff --git a/app/common/dao/system/notice/SystemNoticeDao.php b/app/common/dao/system/notice/SystemNoticeDao.php index fc3811d..c6445df 100644 --- a/app/common/dao/system/notice/SystemNoticeDao.php +++ b/app/common/dao/system/notice/SystemNoticeDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\notice; diff --git a/app/common/dao/system/notice/SystemNoticeLogDao.php b/app/common/dao/system/notice/SystemNoticeLogDao.php index 7870ad1..0ead2ae 100644 --- a/app/common/dao/system/notice/SystemNoticeLogDao.php +++ b/app/common/dao/system/notice/SystemNoticeLogDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\notice; diff --git a/app/common/dao/system/serve/ServeMealDao.php b/app/common/dao/system/serve/ServeMealDao.php index b0df408..33b128a 100644 --- a/app/common/dao/system/serve/ServeMealDao.php +++ b/app/common/dao/system/serve/ServeMealDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\serve; diff --git a/app/common/dao/system/serve/ServeOrderDao.php b/app/common/dao/system/serve/ServeOrderDao.php index 4fb1167..ab3c4d6 100644 --- a/app/common/dao/system/serve/ServeOrderDao.php +++ b/app/common/dao/system/serve/ServeOrderDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\serve; diff --git a/app/common/dao/system/sms/SmsRecordDao.php b/app/common/dao/system/sms/SmsRecordDao.php index 5982e34..ec4fdb6 100644 --- a/app/common/dao/system/sms/SmsRecordDao.php +++ b/app/common/dao/system/sms/SmsRecordDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\system\sms; diff --git a/app/common/dao/user/FeedbackCateoryDao.php b/app/common/dao/user/FeedbackCateoryDao.php index 0f974c1..300f442 100644 --- a/app/common/dao/user/FeedbackCateoryDao.php +++ b/app/common/dao/user/FeedbackCateoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/FeedbackDao.php b/app/common/dao/user/FeedbackDao.php index 3cc60fb..14112c1 100644 --- a/app/common/dao/user/FeedbackDao.php +++ b/app/common/dao/user/FeedbackDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/IntegralDao.php b/app/common/dao/user/IntegralDao.php index 2e81a1c..9da82a3 100644 --- a/app/common/dao/user/IntegralDao.php +++ b/app/common/dao/user/IntegralDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/IntegralGiveRecordDao.php b/app/common/dao/user/IntegralGiveRecordDao.php index 61d16f0..3f4249c 100644 --- a/app/common/dao/user/IntegralGiveRecordDao.php +++ b/app/common/dao/user/IntegralGiveRecordDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/LabelRuleDao.php b/app/common/dao/user/LabelRuleDao.php index ce2995d..5873fcd 100644 --- a/app/common/dao/user/LabelRuleDao.php +++ b/app/common/dao/user/LabelRuleDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/MemberInterestsDao.php b/app/common/dao/user/MemberInterestsDao.php index 6d2a575..a8476a8 100644 --- a/app/common/dao/user/MemberInterestsDao.php +++ b/app/common/dao/user/MemberInterestsDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserAddressDao.php b/app/common/dao/user/UserAddressDao.php index d6159a0..ccb7a5e 100644 --- a/app/common/dao/user/UserAddressDao.php +++ b/app/common/dao/user/UserAddressDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserBillDao.php b/app/common/dao/user/UserBillDao.php index f9c3c06..9d6737c 100644 --- a/app/common/dao/user/UserBillDao.php +++ b/app/common/dao/user/UserBillDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserBrokerageDao.php b/app/common/dao/user/UserBrokerageDao.php index a46f16b..afd3ede 100644 --- a/app/common/dao/user/UserBrokerageDao.php +++ b/app/common/dao/user/UserBrokerageDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserDao.php b/app/common/dao/user/UserDao.php index 714355a..ac200d8 100644 --- a/app/common/dao/user/UserDao.php +++ b/app/common/dao/user/UserDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserExtractDao.php b/app/common/dao/user/UserExtractDao.php index 1db4f64..ea107fd 100644 --- a/app/common/dao/user/UserExtractDao.php +++ b/app/common/dao/user/UserExtractDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserGroupDao.php b/app/common/dao/user/UserGroupDao.php index 9af39e7..102ccb9 100644 --- a/app/common/dao/user/UserGroupDao.php +++ b/app/common/dao/user/UserGroupDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserHistoryDao.php b/app/common/dao/user/UserHistoryDao.php index b8de831..ef6c383 100644 --- a/app/common/dao/user/UserHistoryDao.php +++ b/app/common/dao/user/UserHistoryDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserLabelDao.php b/app/common/dao/user/UserLabelDao.php index 6f5adf0..b4b91f9 100644 --- a/app/common/dao/user/UserLabelDao.php +++ b/app/common/dao/user/UserLabelDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserMerchantDao.php b/app/common/dao/user/UserMerchantDao.php index fdd0665..515fec0 100644 --- a/app/common/dao/user/UserMerchantDao.php +++ b/app/common/dao/user/UserMerchantDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserOrderDao.php b/app/common/dao/user/UserOrderDao.php index ff11ffe..91ba6f6 100644 --- a/app/common/dao/user/UserOrderDao.php +++ b/app/common/dao/user/UserOrderDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserReceiptDao.php b/app/common/dao/user/UserReceiptDao.php index 67d78ad..bc80b78 100644 --- a/app/common/dao/user/UserReceiptDao.php +++ b/app/common/dao/user/UserReceiptDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserRechargeDao.php b/app/common/dao/user/UserRechargeDao.php index e83ae52..aaaa6e9 100644 --- a/app/common/dao/user/UserRechargeDao.php +++ b/app/common/dao/user/UserRechargeDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserRelationDao.php b/app/common/dao/user/UserRelationDao.php index 5d5792d..2213e5b 100644 --- a/app/common/dao/user/UserRelationDao.php +++ b/app/common/dao/user/UserRelationDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserSignDao.php b/app/common/dao/user/UserSignDao.php index 42b5fe5..f4c2eb2 100644 --- a/app/common/dao/user/UserSignDao.php +++ b/app/common/dao/user/UserSignDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserSpreadLogDao.php b/app/common/dao/user/UserSpreadLogDao.php index 2b1fcfa..9af7e10 100644 --- a/app/common/dao/user/UserSpreadLogDao.php +++ b/app/common/dao/user/UserSpreadLogDao.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/user/UserVisitDao.php b/app/common/dao/user/UserVisitDao.php index c34a84a..c1d2812 100644 --- a/app/common/dao/user/UserVisitDao.php +++ b/app/common/dao/user/UserVisitDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\user; diff --git a/app/common/dao/wechat/RoutineQrcodeDao.php b/app/common/dao/wechat/RoutineQrcodeDao.php index 723112b..913eebb 100644 --- a/app/common/dao/wechat/RoutineQrcodeDao.php +++ b/app/common/dao/wechat/RoutineQrcodeDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\wechat; diff --git a/app/common/dao/wechat/TemplateMessageDao.php b/app/common/dao/wechat/TemplateMessageDao.php index 2580f20..62dd3bd 100644 --- a/app/common/dao/wechat/TemplateMessageDao.php +++ b/app/common/dao/wechat/TemplateMessageDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\wechat; diff --git a/app/common/dao/wechat/WechatNewsDao.php b/app/common/dao/wechat/WechatNewsDao.php index cbbd62b..299fb25 100644 --- a/app/common/dao/wechat/WechatNewsDao.php +++ b/app/common/dao/wechat/WechatNewsDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\wechat; diff --git a/app/common/dao/wechat/WechatQrcodeDao.php b/app/common/dao/wechat/WechatQrcodeDao.php index 92f6c20..b32efa7 100644 --- a/app/common/dao/wechat/WechatQrcodeDao.php +++ b/app/common/dao/wechat/WechatQrcodeDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\wechat; diff --git a/app/common/dao/wechat/WechatReplyDao.php b/app/common/dao/wechat/WechatReplyDao.php index be7a1f0..410510d 100644 --- a/app/common/dao/wechat/WechatReplyDao.php +++ b/app/common/dao/wechat/WechatReplyDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\wechat; diff --git a/app/common/dao/wechat/WechatUserDao.php b/app/common/dao/wechat/WechatUserDao.php index a0157d9..e641732 100644 --- a/app/common/dao/wechat/WechatUserDao.php +++ b/app/common/dao/wechat/WechatUserDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\dao\wechat; diff --git a/app/common/middleware/AdminAuthMiddleware.php b/app/common/middleware/AdminAuthMiddleware.php index 815a30d..b1911c6 100644 --- a/app/common/middleware/AdminAuthMiddleware.php +++ b/app/common/middleware/AdminAuthMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/AdminTokenMiddleware.php b/app/common/middleware/AdminTokenMiddleware.php index 5bc54e3..b09f95a 100644 --- a/app/common/middleware/AdminTokenMiddleware.php +++ b/app/common/middleware/AdminTokenMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/AllowOriginMiddleware.php b/app/common/middleware/AllowOriginMiddleware.php index e58a25f..83759c5 100644 --- a/app/common/middleware/AllowOriginMiddleware.php +++ b/app/common/middleware/AllowOriginMiddleware.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + diff --git a/app/common/middleware/BaseMiddleware.php b/app/common/middleware/BaseMiddleware.php index 063e32a..f940658 100644 --- a/app/common/middleware/BaseMiddleware.php +++ b/app/common/middleware/BaseMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/BlockerMiddleware.php b/app/common/middleware/BlockerMiddleware.php index f56692b..5c8d7dc 100644 --- a/app/common/middleware/BlockerMiddleware.php +++ b/app/common/middleware/BlockerMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/CheckSiteOpenMiddleware.php b/app/common/middleware/CheckSiteOpenMiddleware.php index 139073f..2742714 100644 --- a/app/common/middleware/CheckSiteOpenMiddleware.php +++ b/app/common/middleware/CheckSiteOpenMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/InstallMiddleware.php b/app/common/middleware/InstallMiddleware.php index b84e358..69148fb 100644 --- a/app/common/middleware/InstallMiddleware.php +++ b/app/common/middleware/InstallMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/LogMiddleware.php b/app/common/middleware/LogMiddleware.php index f3268e4..d7955da 100644 --- a/app/common/middleware/LogMiddleware.php +++ b/app/common/middleware/LogMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/MerchantAuthMiddleware.php b/app/common/middleware/MerchantAuthMiddleware.php index 9a76c8d..3b7f34b 100644 --- a/app/common/middleware/MerchantAuthMiddleware.php +++ b/app/common/middleware/MerchantAuthMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/MerchantCheckBaseInfoMiddleware.php b/app/common/middleware/MerchantCheckBaseInfoMiddleware.php index 297113e..dd3458b 100644 --- a/app/common/middleware/MerchantCheckBaseInfoMiddleware.php +++ b/app/common/middleware/MerchantCheckBaseInfoMiddleware.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/MerchantServerMiddleware.php b/app/common/middleware/MerchantServerMiddleware.php index 468d75d..8e4d3f0 100644 --- a/app/common/middleware/MerchantServerMiddleware.php +++ b/app/common/middleware/MerchantServerMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/MerchantTokenMiddleware.php b/app/common/middleware/MerchantTokenMiddleware.php index ab64b70..1ff82b4 100644 --- a/app/common/middleware/MerchantTokenMiddleware.php +++ b/app/common/middleware/MerchantTokenMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/OpenApiAuthMiddleware.php b/app/common/middleware/OpenApiAuthMiddleware.php index a464f4d..329d840 100644 --- a/app/common/middleware/OpenApiAuthMiddleware.php +++ b/app/common/middleware/OpenApiAuthMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/RequestLockMiddleware.php b/app/common/middleware/RequestLockMiddleware.php index 9ae68e1..aab670e 100644 --- a/app/common/middleware/RequestLockMiddleware.php +++ b/app/common/middleware/RequestLockMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/ServiceTokenMiddleware.php b/app/common/middleware/ServiceTokenMiddleware.php index 1259e57..af0e028 100644 --- a/app/common/middleware/ServiceTokenMiddleware.php +++ b/app/common/middleware/ServiceTokenMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/UserTokenMiddleware.php b/app/common/middleware/UserTokenMiddleware.php index e7655af..f3f5ef4 100644 --- a/app/common/middleware/UserTokenMiddleware.php +++ b/app/common/middleware/UserTokenMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/middleware/VisitProductMiddleware.php b/app/common/middleware/VisitProductMiddleware.php index 5323f40..98c2172 100644 --- a/app/common/middleware/VisitProductMiddleware.php +++ b/app/common/middleware/VisitProductMiddleware.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\middleware; diff --git a/app/common/model/BaseModel.php b/app/common/model/BaseModel.php index c0ae08e..af3cc0f 100644 --- a/app/common/model/BaseModel.php +++ b/app/common/model/BaseModel.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model; diff --git a/app/common/model/article/Article.php b/app/common/model/article/Article.php index 55a4291..e040d96 100644 --- a/app/common/model/article/Article.php +++ b/app/common/model/article/Article.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\article; diff --git a/app/common/model/article/ArticleCategory.php b/app/common/model/article/ArticleCategory.php index d9a3d7a..29cb590 100644 --- a/app/common/model/article/ArticleCategory.php +++ b/app/common/model/article/ArticleCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\article; diff --git a/app/common/model/article/ArticleContent.php b/app/common/model/article/ArticleContent.php index 0c0a4f6..7a1ffaf 100644 --- a/app/common/model/article/ArticleContent.php +++ b/app/common/model/article/ArticleContent.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\article; diff --git a/app/common/model/community/Community.php b/app/common/model/community/Community.php index 26a3c46..9bbe512 100644 --- a/app/common/model/community/Community.php +++ b/app/common/model/community/Community.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\community; diff --git a/app/common/model/community/CommunityCategory.php b/app/common/model/community/CommunityCategory.php index b5aaf97..e8301b6 100644 --- a/app/common/model/community/CommunityCategory.php +++ b/app/common/model/community/CommunityCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\community; diff --git a/app/common/model/community/CommunityReply.php b/app/common/model/community/CommunityReply.php index 00daedf..148b4a2 100644 --- a/app/common/model/community/CommunityReply.php +++ b/app/common/model/community/CommunityReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\community; diff --git a/app/common/model/community/CommunityTopic.php b/app/common/model/community/CommunityTopic.php index a620541..0eb1b1f 100644 --- a/app/common/model/community/CommunityTopic.php +++ b/app/common/model/community/CommunityTopic.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\community; diff --git a/app/common/model/delivery/DeliveryOrder.php b/app/common/model/delivery/DeliveryOrder.php index 0aaaa5f..dd21ff4 100644 --- a/app/common/model/delivery/DeliveryOrder.php +++ b/app/common/model/delivery/DeliveryOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\delivery; diff --git a/app/common/model/delivery/DeliveryStation.php b/app/common/model/delivery/DeliveryStation.php index b2982ef..3504182 100644 --- a/app/common/model/delivery/DeliveryStation.php +++ b/app/common/model/delivery/DeliveryStation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\delivery; diff --git a/app/common/model/openapi/OpenAuth.php b/app/common/model/openapi/OpenAuth.php index 6078f1b..c89aa9e 100644 --- a/app/common/model/openapi/OpenAuth.php +++ b/app/common/model/openapi/OpenAuth.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\openapi; diff --git a/app/common/model/store/CityArea.php b/app/common/model/store/CityArea.php index 08d9b0b..d0679e4 100644 --- a/app/common/model/store/CityArea.php +++ b/app/common/model/store/CityArea.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/Excel.php b/app/common/model/store/Excel.php index b466be6..c233563 100644 --- a/app/common/model/store/Excel.php +++ b/app/common/model/store/Excel.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/Guarantee.php b/app/common/model/store/Guarantee.php index 1ab710f..a128602 100644 --- a/app/common/model/store/Guarantee.php +++ b/app/common/model/store/Guarantee.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; use app\common\model\BaseModel; diff --git a/app/common/model/store/GuaranteeTemplate.php b/app/common/model/store/GuaranteeTemplate.php index 2016630..354d0e2 100644 --- a/app/common/model/store/GuaranteeTemplate.php +++ b/app/common/model/store/GuaranteeTemplate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; use app\common\model\BaseModel; diff --git a/app/common/model/store/GuaranteeValue.php b/app/common/model/store/GuaranteeValue.php index 555f9a0..199efee 100644 --- a/app/common/model/store/GuaranteeValue.php +++ b/app/common/model/store/GuaranteeValue.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; use app\common\model\BaseModel; diff --git a/app/common/model/store/PriceRule.php b/app/common/model/store/PriceRule.php index ea82255..a36c226 100644 --- a/app/common/model/store/PriceRule.php +++ b/app/common/model/store/PriceRule.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StoreActivity.php b/app/common/model/store/StoreActivity.php index a6c5683..c9e1f14 100644 --- a/app/common/model/store/StoreActivity.php +++ b/app/common/model/store/StoreActivity.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StoreAttrTemplate.php b/app/common/model/store/StoreAttrTemplate.php index 835b48d..9dc81cd 100644 --- a/app/common/model/store/StoreAttrTemplate.php +++ b/app/common/model/store/StoreAttrTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StoreBrand.php b/app/common/model/store/StoreBrand.php index f4741c4..28dc1e8 100644 --- a/app/common/model/store/StoreBrand.php +++ b/app/common/model/store/StoreBrand.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StoreBrandCategory.php b/app/common/model/store/StoreBrandCategory.php index a8e63b3..0a606c1 100644 --- a/app/common/model/store/StoreBrandCategory.php +++ b/app/common/model/store/StoreBrandCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StoreCategory.php b/app/common/model/store/StoreCategory.php index fb7f4d7..e9d2201 100644 --- a/app/common/model/store/StoreCategory.php +++ b/app/common/model/store/StoreCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StorePrinter.php b/app/common/model/store/StorePrinter.php index a3c29a1..59ac1c1 100644 --- a/app/common/model/store/StorePrinter.php +++ b/app/common/model/store/StorePrinter.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StoreSeckillActive.php b/app/common/model/store/StoreSeckillActive.php index 0d57498..cc6a788 100644 --- a/app/common/model/store/StoreSeckillActive.php +++ b/app/common/model/store/StoreSeckillActive.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/StoreSeckillTime.php b/app/common/model/store/StoreSeckillTime.php index ae91c86..70ff308 100644 --- a/app/common/model/store/StoreSeckillTime.php +++ b/app/common/model/store/StoreSeckillTime.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store; diff --git a/app/common/model/store/broadcast/BroadcastAssistant.php b/app/common/model/store/broadcast/BroadcastAssistant.php index a696509..3e7b811 100644 --- a/app/common/model/store/broadcast/BroadcastAssistant.php +++ b/app/common/model/store/broadcast/BroadcastAssistant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\broadcast; use app\common\model\BaseModel; diff --git a/app/common/model/store/broadcast/BroadcastGoods.php b/app/common/model/store/broadcast/BroadcastGoods.php index 2a0aeb6..03435cd 100644 --- a/app/common/model/store/broadcast/BroadcastGoods.php +++ b/app/common/model/store/broadcast/BroadcastGoods.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\broadcast; diff --git a/app/common/model/store/broadcast/BroadcastRoom.php b/app/common/model/store/broadcast/BroadcastRoom.php index 5165697..1ac8863 100644 --- a/app/common/model/store/broadcast/BroadcastRoom.php +++ b/app/common/model/store/broadcast/BroadcastRoom.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\broadcast; diff --git a/app/common/model/store/broadcast/BroadcastRoomGoods.php b/app/common/model/store/broadcast/BroadcastRoomGoods.php index 64162c2..677fe87 100644 --- a/app/common/model/store/broadcast/BroadcastRoomGoods.php +++ b/app/common/model/store/broadcast/BroadcastRoomGoods.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\broadcast; diff --git a/app/common/model/store/coupon/StoreCoupon.php b/app/common/model/store/coupon/StoreCoupon.php index e675ecc..a6020a9 100644 --- a/app/common/model/store/coupon/StoreCoupon.php +++ b/app/common/model/store/coupon/StoreCoupon.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\coupon; diff --git a/app/common/model/store/coupon/StoreCouponIssueUser.php b/app/common/model/store/coupon/StoreCouponIssueUser.php index a8776d3..6ecdf70 100644 --- a/app/common/model/store/coupon/StoreCouponIssueUser.php +++ b/app/common/model/store/coupon/StoreCouponIssueUser.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\coupon; diff --git a/app/common/model/store/coupon/StoreCouponProduct.php b/app/common/model/store/coupon/StoreCouponProduct.php index f701506..963762b 100644 --- a/app/common/model/store/coupon/StoreCouponProduct.php +++ b/app/common/model/store/coupon/StoreCouponProduct.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\coupon; diff --git a/app/common/model/store/coupon/StoreCouponSend.php b/app/common/model/store/coupon/StoreCouponSend.php index ac4c533..9fd94b9 100644 --- a/app/common/model/store/coupon/StoreCouponSend.php +++ b/app/common/model/store/coupon/StoreCouponSend.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\coupon; diff --git a/app/common/model/store/coupon/StoreCouponUser.php b/app/common/model/store/coupon/StoreCouponUser.php index 7ffdae1..d057cb9 100644 --- a/app/common/model/store/coupon/StoreCouponUser.php +++ b/app/common/model/store/coupon/StoreCouponUser.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\coupon; diff --git a/app/common/model/store/order/MerchantReconciliation.php b/app/common/model/store/order/MerchantReconciliation.php index ef71787..d81437c 100644 --- a/app/common/model/store/order/MerchantReconciliation.php +++ b/app/common/model/store/order/MerchantReconciliation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/MerchantReconciliationOrder.php b/app/common/model/store/order/MerchantReconciliationOrder.php index a12f91b..603c1d6 100644 --- a/app/common/model/store/order/MerchantReconciliationOrder.php +++ b/app/common/model/store/order/MerchantReconciliationOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/PresellOrder.php b/app/common/model/store/order/PresellOrder.php index 1ea8bf8..4ff10a1 100644 --- a/app/common/model/store/order/PresellOrder.php +++ b/app/common/model/store/order/PresellOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreCart.php b/app/common/model/store/order/StoreCart.php index 9d13e60..3a9633a 100644 --- a/app/common/model/store/order/StoreCart.php +++ b/app/common/model/store/order/StoreCart.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreGroupOrder.php b/app/common/model/store/order/StoreGroupOrder.php index 4172530..78f45b6 100644 --- a/app/common/model/store/order/StoreGroupOrder.php +++ b/app/common/model/store/order/StoreGroupOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreImport.php b/app/common/model/store/order/StoreImport.php index ba420ce..5a980ea 100644 --- a/app/common/model/store/order/StoreImport.php +++ b/app/common/model/store/order/StoreImport.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreImportDelivery.php b/app/common/model/store/order/StoreImportDelivery.php index bc65f28..b1066ad 100644 --- a/app/common/model/store/order/StoreImportDelivery.php +++ b/app/common/model/store/order/StoreImportDelivery.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreOrder.php b/app/common/model/store/order/StoreOrder.php index c6efd11..e64d5ab 100644 --- a/app/common/model/store/order/StoreOrder.php +++ b/app/common/model/store/order/StoreOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreOrderProduct.php b/app/common/model/store/order/StoreOrderProduct.php index e642232..7888769 100644 --- a/app/common/model/store/order/StoreOrderProduct.php +++ b/app/common/model/store/order/StoreOrderProduct.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreOrderProfitsharing.php b/app/common/model/store/order/StoreOrderProfitsharing.php index 9d58032..b222f59 100644 --- a/app/common/model/store/order/StoreOrderProfitsharing.php +++ b/app/common/model/store/order/StoreOrderProfitsharing.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreOrderReceipt.php b/app/common/model/store/order/StoreOrderReceipt.php index 77a0d38..da5bfdd 100644 --- a/app/common/model/store/order/StoreOrderReceipt.php +++ b/app/common/model/store/order/StoreOrderReceipt.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreOrderStatus.php b/app/common/model/store/order/StoreOrderStatus.php index 66dd4f9..6354fb5 100644 --- a/app/common/model/store/order/StoreOrderStatus.php +++ b/app/common/model/store/order/StoreOrderStatus.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreRefundOrder.php b/app/common/model/store/order/StoreRefundOrder.php index 93ef7ee..503b9ab 100644 --- a/app/common/model/store/order/StoreRefundOrder.php +++ b/app/common/model/store/order/StoreRefundOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreRefundProduct.php b/app/common/model/store/order/StoreRefundProduct.php index 7556158..ae7daa9 100644 --- a/app/common/model/store/order/StoreRefundProduct.php +++ b/app/common/model/store/order/StoreRefundProduct.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/order/StoreRefundStatus.php b/app/common/model/store/order/StoreRefundStatus.php index b18f5f6..c993978 100644 --- a/app/common/model/store/order/StoreRefundStatus.php +++ b/app/common/model/store/order/StoreRefundStatus.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\order; diff --git a/app/common/model/store/parameter/Parameter.php b/app/common/model/store/parameter/Parameter.php index 33c6806..61adc06 100644 --- a/app/common/model/store/parameter/Parameter.php +++ b/app/common/model/store/parameter/Parameter.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\parameter; diff --git a/app/common/model/store/parameter/ParameterTemplate.php b/app/common/model/store/parameter/ParameterTemplate.php index 02a7fdb..aaab3b2 100644 --- a/app/common/model/store/parameter/ParameterTemplate.php +++ b/app/common/model/store/parameter/ParameterTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\parameter; diff --git a/app/common/model/store/parameter/ParameterValue.php b/app/common/model/store/parameter/ParameterValue.php index 7ee9033..dd9a01e 100644 --- a/app/common/model/store/parameter/ParameterValue.php +++ b/app/common/model/store/parameter/ParameterValue.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\parameter; diff --git a/app/common/model/store/product/Product.php b/app/common/model/store/product/Product.php index 6467af5..a374c8c 100644 --- a/app/common/model/store/product/Product.php +++ b/app/common/model/store/product/Product.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductAssist.php b/app/common/model/store/product/ProductAssist.php index 04ba420..d0f1f31 100644 --- a/app/common/model/store/product/ProductAssist.php +++ b/app/common/model/store/product/ProductAssist.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductAssistSet.php b/app/common/model/store/product/ProductAssistSet.php index dce9936..4feb6f9 100644 --- a/app/common/model/store/product/ProductAssistSet.php +++ b/app/common/model/store/product/ProductAssistSet.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductAssistSku.php b/app/common/model/store/product/ProductAssistSku.php index 6f0446d..e41c436 100644 --- a/app/common/model/store/product/ProductAssistSku.php +++ b/app/common/model/store/product/ProductAssistSku.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductAssistUser.php b/app/common/model/store/product/ProductAssistUser.php index 2dc7f31..b5b0674 100644 --- a/app/common/model/store/product/ProductAssistUser.php +++ b/app/common/model/store/product/ProductAssistUser.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductAttr.php b/app/common/model/store/product/ProductAttr.php index e847dd2..4701e04 100644 --- a/app/common/model/store/product/ProductAttr.php +++ b/app/common/model/store/product/ProductAttr.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductAttrValue.php b/app/common/model/store/product/ProductAttrValue.php index eb0f185..e629294 100644 --- a/app/common/model/store/product/ProductAttrValue.php +++ b/app/common/model/store/product/ProductAttrValue.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductCate.php b/app/common/model/store/product/ProductCate.php index 99c29e4..8f5212f 100644 --- a/app/common/model/store/product/ProductCate.php +++ b/app/common/model/store/product/ProductCate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductCdkey.php b/app/common/model/store/product/ProductCdkey.php index b0dd3e7..e38c9a6 100644 --- a/app/common/model/store/product/ProductCdkey.php +++ b/app/common/model/store/product/ProductCdkey.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductContent.php b/app/common/model/store/product/ProductContent.php index cfe14ae..a551216 100644 --- a/app/common/model/store/product/ProductContent.php +++ b/app/common/model/store/product/ProductContent.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductCopy.php b/app/common/model/store/product/ProductCopy.php index 7f7d674..1c269ff 100644 --- a/app/common/model/store/product/ProductCopy.php +++ b/app/common/model/store/product/ProductCopy.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductGroup.php b/app/common/model/store/product/ProductGroup.php index cbeffd1..2154fc0 100644 --- a/app/common/model/store/product/ProductGroup.php +++ b/app/common/model/store/product/ProductGroup.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; use app\common\model\BaseModel; diff --git a/app/common/model/store/product/ProductGroupBuying.php b/app/common/model/store/product/ProductGroupBuying.php index 09956dd..569f42d 100644 --- a/app/common/model/store/product/ProductGroupBuying.php +++ b/app/common/model/store/product/ProductGroupBuying.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; use app\common\model\BaseModel; diff --git a/app/common/model/store/product/ProductGroupSku.php b/app/common/model/store/product/ProductGroupSku.php index 1c13b11..c32d09e 100644 --- a/app/common/model/store/product/ProductGroupSku.php +++ b/app/common/model/store/product/ProductGroupSku.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; use app\common\model\BaseModel; diff --git a/app/common/model/store/product/ProductGroupUser.php b/app/common/model/store/product/ProductGroupUser.php index 8398204..466471f 100644 --- a/app/common/model/store/product/ProductGroupUser.php +++ b/app/common/model/store/product/ProductGroupUser.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; use app\common\model\BaseModel; diff --git a/app/common/model/store/product/ProductLabel.php b/app/common/model/store/product/ProductLabel.php index 0063aff..661ff5e 100644 --- a/app/common/model/store/product/ProductLabel.php +++ b/app/common/model/store/product/ProductLabel.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; use app\common\model\BaseModel; diff --git a/app/common/model/store/product/ProductPresell.php b/app/common/model/store/product/ProductPresell.php index 9f2a9c4..d9fa827 100644 --- a/app/common/model/store/product/ProductPresell.php +++ b/app/common/model/store/product/ProductPresell.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductPresellSku.php b/app/common/model/store/product/ProductPresellSku.php index aa77f63..40aa373 100644 --- a/app/common/model/store/product/ProductPresellSku.php +++ b/app/common/model/store/product/ProductPresellSku.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductReply.php b/app/common/model/store/product/ProductReply.php index 5854a1d..053ccb4 100644 --- a/app/common/model/store/product/ProductReply.php +++ b/app/common/model/store/product/ProductReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductSku.php b/app/common/model/store/product/ProductSku.php index 5a426fb..958a488 100644 --- a/app/common/model/store/product/ProductSku.php +++ b/app/common/model/store/product/ProductSku.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/ProductTake.php b/app/common/model/store/product/ProductTake.php index 24efd10..8137eec 100644 --- a/app/common/model/store/product/ProductTake.php +++ b/app/common/model/store/product/ProductTake.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/Spu.php b/app/common/model/store/product/Spu.php index d5707eb..2f1b00b 100644 --- a/app/common/model/store/product/Spu.php +++ b/app/common/model/store/product/Spu.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; diff --git a/app/common/model/store/product/StoreDiscountProduct.php b/app/common/model/store/product/StoreDiscountProduct.php index d6e330d..97c3763 100644 --- a/app/common/model/store/product/StoreDiscountProduct.php +++ b/app/common/model/store/product/StoreDiscountProduct.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; use app\common\model\BaseModel; diff --git a/app/common/model/store/product/StoreDiscounts.php b/app/common/model/store/product/StoreDiscounts.php index e9b2e36..6fb0bb1 100644 --- a/app/common/model/store/product/StoreDiscounts.php +++ b/app/common/model/store/product/StoreDiscounts.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\product; use app\common\model\BaseModel; diff --git a/app/common/model/store/service/StoreService.php b/app/common/model/store/service/StoreService.php index c80842e..352efb5 100644 --- a/app/common/model/store/service/StoreService.php +++ b/app/common/model/store/service/StoreService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\service; diff --git a/app/common/model/store/service/StoreServiceLog.php b/app/common/model/store/service/StoreServiceLog.php index 85184a3..40e38c4 100644 --- a/app/common/model/store/service/StoreServiceLog.php +++ b/app/common/model/store/service/StoreServiceLog.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\service; diff --git a/app/common/model/store/service/StoreServiceReply.php b/app/common/model/store/service/StoreServiceReply.php index 4886beb..f452962 100644 --- a/app/common/model/store/service/StoreServiceReply.php +++ b/app/common/model/store/service/StoreServiceReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\service; diff --git a/app/common/model/store/service/StoreServiceUser.php b/app/common/model/store/service/StoreServiceUser.php index 8f13a98..8166558 100644 --- a/app/common/model/store/service/StoreServiceUser.php +++ b/app/common/model/store/service/StoreServiceUser.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\service; diff --git a/app/common/model/store/shipping/City.php b/app/common/model/store/shipping/City.php index 58624a8..ecd0c7b 100644 --- a/app/common/model/store/shipping/City.php +++ b/app/common/model/store/shipping/City.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\shipping; diff --git a/app/common/model/store/shipping/Express.php b/app/common/model/store/shipping/Express.php index fb30d1c..c355e93 100644 --- a/app/common/model/store/shipping/Express.php +++ b/app/common/model/store/shipping/Express.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\shipping; diff --git a/app/common/model/store/shipping/ExpressPartner.php b/app/common/model/store/shipping/ExpressPartner.php index 16ad391..c7ddc32 100644 --- a/app/common/model/store/shipping/ExpressPartner.php +++ b/app/common/model/store/shipping/ExpressPartner.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\shipping; diff --git a/app/common/model/store/shipping/ShippingTemplate.php b/app/common/model/store/shipping/ShippingTemplate.php index d7e745c..03b94a3 100644 --- a/app/common/model/store/shipping/ShippingTemplate.php +++ b/app/common/model/store/shipping/ShippingTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\shipping; diff --git a/app/common/model/store/shipping/ShippingTemplateFree.php b/app/common/model/store/shipping/ShippingTemplateFree.php index a42dc05..039529d 100644 --- a/app/common/model/store/shipping/ShippingTemplateFree.php +++ b/app/common/model/store/shipping/ShippingTemplateFree.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\shipping; diff --git a/app/common/model/store/shipping/ShippingTemplateRegion.php b/app/common/model/store/shipping/ShippingTemplateRegion.php index 324a88f..47d3e6b 100644 --- a/app/common/model/store/shipping/ShippingTemplateRegion.php +++ b/app/common/model/store/shipping/ShippingTemplateRegion.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\shipping; diff --git a/app/common/model/store/shipping/ShippingTemplateUndelivery.php b/app/common/model/store/shipping/ShippingTemplateUndelivery.php index 063ec2b..64a2d58 100644 --- a/app/common/model/store/shipping/ShippingTemplateUndelivery.php +++ b/app/common/model/store/shipping/ShippingTemplateUndelivery.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\store\shipping; diff --git a/app/common/model/system/Cache.php b/app/common/model/system/Cache.php index fdffb0a..187d60f 100644 --- a/app/common/model/system/Cache.php +++ b/app/common/model/system/Cache.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system; diff --git a/app/common/model/system/Extend.php b/app/common/model/system/Extend.php index 9b2b98d..ee6b2b6 100644 --- a/app/common/model/system/Extend.php +++ b/app/common/model/system/Extend.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system; diff --git a/app/common/model/system/Relevance.php b/app/common/model/system/Relevance.php index a4af751..da9a363 100644 --- a/app/common/model/system/Relevance.php +++ b/app/common/model/system/Relevance.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system; diff --git a/app/common/model/system/admin/Admin.php b/app/common/model/system/admin/Admin.php index 0c2fd6e..387f012 100644 --- a/app/common/model/system/admin/Admin.php +++ b/app/common/model/system/admin/Admin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\admin; diff --git a/app/common/model/system/admin/Log.php b/app/common/model/system/admin/Log.php index 770ab32..efcb58b 100644 --- a/app/common/model/system/admin/Log.php +++ b/app/common/model/system/admin/Log.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\admin; diff --git a/app/common/model/system/attachment/Attachment.php b/app/common/model/system/attachment/Attachment.php index 25a1388..5e3b582 100644 --- a/app/common/model/system/attachment/Attachment.php +++ b/app/common/model/system/attachment/Attachment.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\attachment; diff --git a/app/common/model/system/attachment/AttachmentCategory.php b/app/common/model/system/attachment/AttachmentCategory.php index 76144f0..8769279 100644 --- a/app/common/model/system/attachment/AttachmentCategory.php +++ b/app/common/model/system/attachment/AttachmentCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\attachment; diff --git a/app/common/model/system/auth/Menu.php b/app/common/model/system/auth/Menu.php index f86d780..09eb525 100644 --- a/app/common/model/system/auth/Menu.php +++ b/app/common/model/system/auth/Menu.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\auth; diff --git a/app/common/model/system/auth/Role.php b/app/common/model/system/auth/Role.php index 0253561..3c8a555 100644 --- a/app/common/model/system/auth/Role.php +++ b/app/common/model/system/auth/Role.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\auth; diff --git a/app/common/model/system/config/SystemConfig.php b/app/common/model/system/config/SystemConfig.php index a81301f..5e3f1ab 100644 --- a/app/common/model/system/config/SystemConfig.php +++ b/app/common/model/system/config/SystemConfig.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\config; diff --git a/app/common/model/system/config/SystemConfigClassify.php b/app/common/model/system/config/SystemConfigClassify.php index 9563e98..476af6b 100644 --- a/app/common/model/system/config/SystemConfigClassify.php +++ b/app/common/model/system/config/SystemConfigClassify.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\config; diff --git a/app/common/model/system/config/SystemConfigValue.php b/app/common/model/system/config/SystemConfigValue.php index 1b92c39..3f6ad2b 100644 --- a/app/common/model/system/config/SystemConfigValue.php +++ b/app/common/model/system/config/SystemConfigValue.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\config; diff --git a/app/common/model/system/diy/Diy.php b/app/common/model/system/diy/Diy.php index 8a02dd3..2859daa 100644 --- a/app/common/model/system/diy/Diy.php +++ b/app/common/model/system/diy/Diy.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\diy; diff --git a/app/common/model/system/diy/PageCategory.php b/app/common/model/system/diy/PageCategory.php index 6d63238..706c04a 100644 --- a/app/common/model/system/diy/PageCategory.php +++ b/app/common/model/system/diy/PageCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\diy; diff --git a/app/common/model/system/diy/PageLink.php b/app/common/model/system/diy/PageLink.php index 5c96545..a855fab 100644 --- a/app/common/model/system/diy/PageLink.php +++ b/app/common/model/system/diy/PageLink.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\diy; diff --git a/app/common/model/system/financial/Financial.php b/app/common/model/system/financial/Financial.php index 2f365d5..e538a3a 100644 --- a/app/common/model/system/financial/Financial.php +++ b/app/common/model/system/financial/Financial.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\financial; diff --git a/app/common/model/system/groupData/SystemGroup.php b/app/common/model/system/groupData/SystemGroup.php index a044013..c7da282 100644 --- a/app/common/model/system/groupData/SystemGroup.php +++ b/app/common/model/system/groupData/SystemGroup.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\groupData; diff --git a/app/common/model/system/groupData/SystemGroupData.php b/app/common/model/system/groupData/SystemGroupData.php index d62e0f2..5a0d49f 100644 --- a/app/common/model/system/groupData/SystemGroupData.php +++ b/app/common/model/system/groupData/SystemGroupData.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\groupData; diff --git a/app/common/model/system/merchant/FinancialRecord.php b/app/common/model/system/merchant/FinancialRecord.php index 1533aa0..6eccd6b 100644 --- a/app/common/model/system/merchant/FinancialRecord.php +++ b/app/common/model/system/merchant/FinancialRecord.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\merchant; diff --git a/app/common/model/system/merchant/Merchant.php b/app/common/model/system/merchant/Merchant.php index 3c98a7f..f957dd8 100644 --- a/app/common/model/system/merchant/Merchant.php +++ b/app/common/model/system/merchant/Merchant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\merchant; diff --git a/app/common/model/system/merchant/MerchantAdmin.php b/app/common/model/system/merchant/MerchantAdmin.php index 68f098b..2481c8d 100644 --- a/app/common/model/system/merchant/MerchantAdmin.php +++ b/app/common/model/system/merchant/MerchantAdmin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\merchant; diff --git a/app/common/model/system/merchant/MerchantApplyments.php b/app/common/model/system/merchant/MerchantApplyments.php index 8ce07d5..8bbe22b 100644 --- a/app/common/model/system/merchant/MerchantApplyments.php +++ b/app/common/model/system/merchant/MerchantApplyments.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\merchant; diff --git a/app/common/model/system/merchant/MerchantCategory.php b/app/common/model/system/merchant/MerchantCategory.php index a337f06..020a6e9 100644 --- a/app/common/model/system/merchant/MerchantCategory.php +++ b/app/common/model/system/merchant/MerchantCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\merchant; diff --git a/app/common/model/system/merchant/MerchantIntention.php b/app/common/model/system/merchant/MerchantIntention.php index 8323d60..d800cc7 100644 --- a/app/common/model/system/merchant/MerchantIntention.php +++ b/app/common/model/system/merchant/MerchantIntention.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\merchant; diff --git a/app/common/model/system/merchant/MerchantType.php b/app/common/model/system/merchant/MerchantType.php index 845b8eb..a674288 100644 --- a/app/common/model/system/merchant/MerchantType.php +++ b/app/common/model/system/merchant/MerchantType.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\merchant; diff --git a/app/common/model/system/notice/SystemNotice.php b/app/common/model/system/notice/SystemNotice.php index 904ccea..8677935 100644 --- a/app/common/model/system/notice/SystemNotice.php +++ b/app/common/model/system/notice/SystemNotice.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\notice; diff --git a/app/common/model/system/notice/SystemNoticeConfig.php b/app/common/model/system/notice/SystemNoticeConfig.php index 9f26cb7..d2cbb81 100644 --- a/app/common/model/system/notice/SystemNoticeConfig.php +++ b/app/common/model/system/notice/SystemNoticeConfig.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\notice; diff --git a/app/common/model/system/notice/SystemNoticeLog.php b/app/common/model/system/notice/SystemNoticeLog.php index ac18ff5..cdd771d 100644 --- a/app/common/model/system/notice/SystemNoticeLog.php +++ b/app/common/model/system/notice/SystemNoticeLog.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\notice; diff --git a/app/common/model/system/serve/ServeMeal.php b/app/common/model/system/serve/ServeMeal.php index 70cbcf3..e24f3d7 100644 --- a/app/common/model/system/serve/ServeMeal.php +++ b/app/common/model/system/serve/ServeMeal.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\serve; use app\common\model\BaseModel; diff --git a/app/common/model/system/serve/ServeOrder.php b/app/common/model/system/serve/ServeOrder.php index 1cae098..b33d1bf 100644 --- a/app/common/model/system/serve/ServeOrder.php +++ b/app/common/model/system/serve/ServeOrder.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\serve; use app\common\model\BaseModel; diff --git a/app/common/model/system/sms/SmsRecord.php b/app/common/model/system/sms/SmsRecord.php index 6e421c9..258c8d5 100644 --- a/app/common/model/system/sms/SmsRecord.php +++ b/app/common/model/system/sms/SmsRecord.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\system\sms; diff --git a/app/common/model/user/FeedBackCategory.php b/app/common/model/user/FeedBackCategory.php index c00939b..0f2a634 100644 --- a/app/common/model/user/FeedBackCategory.php +++ b/app/common/model/user/FeedBackCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/Feedback.php b/app/common/model/user/Feedback.php index 0c2fe2c..c1dbf29 100644 --- a/app/common/model/user/Feedback.php +++ b/app/common/model/user/Feedback.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/Integral.php b/app/common/model/user/Integral.php index c327f18..42964cc 100644 --- a/app/common/model/user/Integral.php +++ b/app/common/model/user/Integral.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/IntegralGiveRecord.php b/app/common/model/user/IntegralGiveRecord.php index 994afdc..7cd1fad 100644 --- a/app/common/model/user/IntegralGiveRecord.php +++ b/app/common/model/user/IntegralGiveRecord.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/LabelRule.php b/app/common/model/user/LabelRule.php index f9717f5..db012ff 100644 --- a/app/common/model/user/LabelRule.php +++ b/app/common/model/user/LabelRule.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/MemberInterests.php b/app/common/model/user/MemberInterests.php index d9d5ba1..b2eec7d 100644 --- a/app/common/model/user/MemberInterests.php +++ b/app/common/model/user/MemberInterests.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/User.php b/app/common/model/user/User.php index 28f4c0f..c984b04 100644 --- a/app/common/model/user/User.php +++ b/app/common/model/user/User.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserAddress.php b/app/common/model/user/UserAddress.php index dea970d..fae1d61 100644 --- a/app/common/model/user/UserAddress.php +++ b/app/common/model/user/UserAddress.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserBill.php b/app/common/model/user/UserBill.php index cc5a7ca..c2deb01 100644 --- a/app/common/model/user/UserBill.php +++ b/app/common/model/user/UserBill.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserBrokerage.php b/app/common/model/user/UserBrokerage.php index 9e14c51..60a3497 100644 --- a/app/common/model/user/UserBrokerage.php +++ b/app/common/model/user/UserBrokerage.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserExtract.php b/app/common/model/user/UserExtract.php index dccd578..70e16c7 100644 --- a/app/common/model/user/UserExtract.php +++ b/app/common/model/user/UserExtract.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserGroup.php b/app/common/model/user/UserGroup.php index 625ab57..dff4f86 100644 --- a/app/common/model/user/UserGroup.php +++ b/app/common/model/user/UserGroup.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserHistory.php b/app/common/model/user/UserHistory.php index ea2eced..5bcb868 100644 --- a/app/common/model/user/UserHistory.php +++ b/app/common/model/user/UserHistory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserLabel.php b/app/common/model/user/UserLabel.php index 6851c17..9f82697 100644 --- a/app/common/model/user/UserLabel.php +++ b/app/common/model/user/UserLabel.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserMerchant.php b/app/common/model/user/UserMerchant.php index 7925ef4..06300a2 100644 --- a/app/common/model/user/UserMerchant.php +++ b/app/common/model/user/UserMerchant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserOrder.php b/app/common/model/user/UserOrder.php index 7fec16b..c365b70 100644 --- a/app/common/model/user/UserOrder.php +++ b/app/common/model/user/UserOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserReceipt.php b/app/common/model/user/UserReceipt.php index 5e58b7d..7dd20ae 100644 --- a/app/common/model/user/UserReceipt.php +++ b/app/common/model/user/UserReceipt.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserRecharge.php b/app/common/model/user/UserRecharge.php index 507c0ea..6e4906a 100644 --- a/app/common/model/user/UserRecharge.php +++ b/app/common/model/user/UserRecharge.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserRelation.php b/app/common/model/user/UserRelation.php index be7b293..9f74e64 100644 --- a/app/common/model/user/UserRelation.php +++ b/app/common/model/user/UserRelation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserSign.php b/app/common/model/user/UserSign.php index 02b6b80..0a3d3f5 100644 --- a/app/common/model/user/UserSign.php +++ b/app/common/model/user/UserSign.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserSpreadLog.php b/app/common/model/user/UserSpreadLog.php index 91d4dbd..34eb9e7 100644 --- a/app/common/model/user/UserSpreadLog.php +++ b/app/common/model/user/UserSpreadLog.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/user/UserVisit.php b/app/common/model/user/UserVisit.php index b04715b..c88094e 100644 --- a/app/common/model/user/UserVisit.php +++ b/app/common/model/user/UserVisit.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\user; diff --git a/app/common/model/wechat/RoutineQrcode.php b/app/common/model/wechat/RoutineQrcode.php index 7466aaf..be84189 100644 --- a/app/common/model/wechat/RoutineQrcode.php +++ b/app/common/model/wechat/RoutineQrcode.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\wechat; diff --git a/app/common/model/wechat/TemplateMessage.php b/app/common/model/wechat/TemplateMessage.php index 962b945..b16e43e 100644 --- a/app/common/model/wechat/TemplateMessage.php +++ b/app/common/model/wechat/TemplateMessage.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\wechat; diff --git a/app/common/model/wechat/WechatNews.php b/app/common/model/wechat/WechatNews.php index 2036f9e..46ee03e 100644 --- a/app/common/model/wechat/WechatNews.php +++ b/app/common/model/wechat/WechatNews.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\wechat; diff --git a/app/common/model/wechat/WechatQrcode.php b/app/common/model/wechat/WechatQrcode.php index 1d2cb7b..889d854 100644 --- a/app/common/model/wechat/WechatQrcode.php +++ b/app/common/model/wechat/WechatQrcode.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\wechat; diff --git a/app/common/model/wechat/WechatReply.php b/app/common/model/wechat/WechatReply.php index cb31ab3..4148bd0 100644 --- a/app/common/model/wechat/WechatReply.php +++ b/app/common/model/wechat/WechatReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\wechat; diff --git a/app/common/model/wechat/WechatUser.php b/app/common/model/wechat/WechatUser.php index 88623e3..4fc0d1f 100644 --- a/app/common/model/wechat/WechatUser.php +++ b/app/common/model/wechat/WechatUser.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\model\wechat; diff --git a/app/common/repositories/BaseRepository.php b/app/common/repositories/BaseRepository.php index 8f970df..b45a006 100644 --- a/app/common/repositories/BaseRepository.php +++ b/app/common/repositories/BaseRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories; diff --git a/app/common/repositories/article/ArticleCategoryRepository.php b/app/common/repositories/article/ArticleCategoryRepository.php index dca6ace..3b75775 100644 --- a/app/common/repositories/article/ArticleCategoryRepository.php +++ b/app/common/repositories/article/ArticleCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\article; diff --git a/app/common/repositories/article/ArticleContentRepository.php b/app/common/repositories/article/ArticleContentRepository.php index a9ea43d..9bf7cfe 100644 --- a/app/common/repositories/article/ArticleContentRepository.php +++ b/app/common/repositories/article/ArticleContentRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\article; diff --git a/app/common/repositories/article/ArticleRepository.php b/app/common/repositories/article/ArticleRepository.php index ef9a583..e2e1255 100644 --- a/app/common/repositories/article/ArticleRepository.php +++ b/app/common/repositories/article/ArticleRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\article; diff --git a/app/common/repositories/community/CommunityCategoryRepository.php b/app/common/repositories/community/CommunityCategoryRepository.php index aa1bb21..02034d6 100644 --- a/app/common/repositories/community/CommunityCategoryRepository.php +++ b/app/common/repositories/community/CommunityCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\community; diff --git a/app/common/repositories/community/CommunityReplyRepository.php b/app/common/repositories/community/CommunityReplyRepository.php index 947845e..5cee3dc 100644 --- a/app/common/repositories/community/CommunityReplyRepository.php +++ b/app/common/repositories/community/CommunityReplyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\community; diff --git a/app/common/repositories/community/CommunityRepository.php b/app/common/repositories/community/CommunityRepository.php index fa3c152..a6e3303 100644 --- a/app/common/repositories/community/CommunityRepository.php +++ b/app/common/repositories/community/CommunityRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\community; diff --git a/app/common/repositories/community/CommunityTopicRepository.php b/app/common/repositories/community/CommunityTopicRepository.php index 7d66a4b..4f2853f 100644 --- a/app/common/repositories/community/CommunityTopicRepository.php +++ b/app/common/repositories/community/CommunityTopicRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\community; diff --git a/app/common/repositories/delivery/DeliveryOrderRepository.php b/app/common/repositories/delivery/DeliveryOrderRepository.php index 7ecbb91..6197f68 100644 --- a/app/common/repositories/delivery/DeliveryOrderRepository.php +++ b/app/common/repositories/delivery/DeliveryOrderRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\delivery; use app\common\dao\delivery\DeliveryOrderDao; diff --git a/app/common/repositories/delivery/DeliveryStationRepository.php b/app/common/repositories/delivery/DeliveryStationRepository.php index a9921d6..31271e1 100644 --- a/app/common/repositories/delivery/DeliveryStationRepository.php +++ b/app/common/repositories/delivery/DeliveryStationRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\delivery; use app\common\dao\delivery\DeliveryStationDao; diff --git a/app/common/repositories/openapi/OpenAuthRepository.php b/app/common/repositories/openapi/OpenAuthRepository.php index e13de30..0f7fa15 100644 --- a/app/common/repositories/openapi/OpenAuthRepository.php +++ b/app/common/repositories/openapi/OpenAuthRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\openapi; diff --git a/app/common/repositories/store/CityAreaRepository.php b/app/common/repositories/store/CityAreaRepository.php index 5dfcfab..cd13d10 100644 --- a/app/common/repositories/store/CityAreaRepository.php +++ b/app/common/repositories/store/CityAreaRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/ExcelRepository.php b/app/common/repositories/store/ExcelRepository.php index f5584f3..90ae38e 100644 --- a/app/common/repositories/store/ExcelRepository.php +++ b/app/common/repositories/store/ExcelRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/GuaranteeRepository.php b/app/common/repositories/store/GuaranteeRepository.php index ae16c4b..41d4d0a 100644 --- a/app/common/repositories/store/GuaranteeRepository.php +++ b/app/common/repositories/store/GuaranteeRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; use app\common\dao\store\GuaranteeDao; diff --git a/app/common/repositories/store/GuaranteeTemplateRepository.php b/app/common/repositories/store/GuaranteeTemplateRepository.php index a8fb78e..7d85531 100644 --- a/app/common/repositories/store/GuaranteeTemplateRepository.php +++ b/app/common/repositories/store/GuaranteeTemplateRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; use app\common\dao\store\GuaranteeTemplateDao; diff --git a/app/common/repositories/store/GuaranteeValueRepository.php b/app/common/repositories/store/GuaranteeValueRepository.php index 10ac3b5..8c54dd0 100644 --- a/app/common/repositories/store/GuaranteeValueRepository.php +++ b/app/common/repositories/store/GuaranteeValueRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; use app\common\dao\store\GuaranteeValueDao; diff --git a/app/common/repositories/store/IntegralRepository.php b/app/common/repositories/store/IntegralRepository.php index 5c76882..a489162 100644 --- a/app/common/repositories/store/IntegralRepository.php +++ b/app/common/repositories/store/IntegralRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/MerchantTakeRepository.php b/app/common/repositories/store/MerchantTakeRepository.php index 452576d..3b33c2d 100644 --- a/app/common/repositories/store/MerchantTakeRepository.php +++ b/app/common/repositories/store/MerchantTakeRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/PriceRuleRepository.php b/app/common/repositories/store/PriceRuleRepository.php index 1e94883..2ed2d62 100644 --- a/app/common/repositories/store/PriceRuleRepository.php +++ b/app/common/repositories/store/PriceRuleRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/StoreAttrTemplateRepository.php b/app/common/repositories/store/StoreAttrTemplateRepository.php index 1e019ee..2663b1f 100644 --- a/app/common/repositories/store/StoreAttrTemplateRepository.php +++ b/app/common/repositories/store/StoreAttrTemplateRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/StoreBrandCategoryRepository.php b/app/common/repositories/store/StoreBrandCategoryRepository.php index e6c2c36..51a0194 100644 --- a/app/common/repositories/store/StoreBrandCategoryRepository.php +++ b/app/common/repositories/store/StoreBrandCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/StoreBrandRepository.php b/app/common/repositories/store/StoreBrandRepository.php index 6df8b6b..7abb7c0 100644 --- a/app/common/repositories/store/StoreBrandRepository.php +++ b/app/common/repositories/store/StoreBrandRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/StoreCategoryRepository.php b/app/common/repositories/store/StoreCategoryRepository.php index a5f9b0a..693984e 100644 --- a/app/common/repositories/store/StoreCategoryRepository.php +++ b/app/common/repositories/store/StoreCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/StorePrinterRepository.php b/app/common/repositories/store/StorePrinterRepository.php index 325b40f..101ea6e 100644 --- a/app/common/repositories/store/StorePrinterRepository.php +++ b/app/common/repositories/store/StorePrinterRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/StoreSeckillActiveRepository.php b/app/common/repositories/store/StoreSeckillActiveRepository.php index 97e1171..9083c42 100644 --- a/app/common/repositories/store/StoreSeckillActiveRepository.php +++ b/app/common/repositories/store/StoreSeckillActiveRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/StoreSeckillTimeRepository.php b/app/common/repositories/store/StoreSeckillTimeRepository.php index ab94d8f..7934a9e 100644 --- a/app/common/repositories/store/StoreSeckillTimeRepository.php +++ b/app/common/repositories/store/StoreSeckillTimeRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store; diff --git a/app/common/repositories/store/broadcast/BroadcastAssistantRepository.php b/app/common/repositories/store/broadcast/BroadcastAssistantRepository.php index 533daf3..4a267cb 100644 --- a/app/common/repositories/store/broadcast/BroadcastAssistantRepository.php +++ b/app/common/repositories/store/broadcast/BroadcastAssistantRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\broadcast; diff --git a/app/common/repositories/store/broadcast/BroadcastGoodsRepository.php b/app/common/repositories/store/broadcast/BroadcastGoodsRepository.php index 5a1683c..4cfe54f 100644 --- a/app/common/repositories/store/broadcast/BroadcastGoodsRepository.php +++ b/app/common/repositories/store/broadcast/BroadcastGoodsRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\broadcast; diff --git a/app/common/repositories/store/broadcast/BroadcastRoomGoodsRepository.php b/app/common/repositories/store/broadcast/BroadcastRoomGoodsRepository.php index 46a8358..77b20c7 100644 --- a/app/common/repositories/store/broadcast/BroadcastRoomGoodsRepository.php +++ b/app/common/repositories/store/broadcast/BroadcastRoomGoodsRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\broadcast; diff --git a/app/common/repositories/store/broadcast/BroadcastRoomRepository.php b/app/common/repositories/store/broadcast/BroadcastRoomRepository.php index 59843d8..4968b7b 100644 --- a/app/common/repositories/store/broadcast/BroadcastRoomRepository.php +++ b/app/common/repositories/store/broadcast/BroadcastRoomRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\broadcast; diff --git a/app/common/repositories/store/coupon/StoreCouponIssueUserRepository.php b/app/common/repositories/store/coupon/StoreCouponIssueUserRepository.php index 271a9b2..c81fbb9 100644 --- a/app/common/repositories/store/coupon/StoreCouponIssueUserRepository.php +++ b/app/common/repositories/store/coupon/StoreCouponIssueUserRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\coupon; diff --git a/app/common/repositories/store/coupon/StoreCouponProductRepository.php b/app/common/repositories/store/coupon/StoreCouponProductRepository.php index a751b31..3debe77 100644 --- a/app/common/repositories/store/coupon/StoreCouponProductRepository.php +++ b/app/common/repositories/store/coupon/StoreCouponProductRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\coupon; diff --git a/app/common/repositories/store/coupon/StoreCouponRepository.php b/app/common/repositories/store/coupon/StoreCouponRepository.php index 895caad..a14b58a 100644 --- a/app/common/repositories/store/coupon/StoreCouponRepository.php +++ b/app/common/repositories/store/coupon/StoreCouponRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\coupon; diff --git a/app/common/repositories/store/coupon/StoreCouponSendRepository.php b/app/common/repositories/store/coupon/StoreCouponSendRepository.php index b502b80..2d29cae 100644 --- a/app/common/repositories/store/coupon/StoreCouponSendRepository.php +++ b/app/common/repositories/store/coupon/StoreCouponSendRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\coupon; diff --git a/app/common/repositories/store/coupon/StoreCouponUserRepository.php b/app/common/repositories/store/coupon/StoreCouponUserRepository.php index 85d2eb7..934cbe6 100644 --- a/app/common/repositories/store/coupon/StoreCouponUserRepository.php +++ b/app/common/repositories/store/coupon/StoreCouponUserRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\coupon; diff --git a/app/common/repositories/store/order/MerchantReconciliationOrderRepository.php b/app/common/repositories/store/order/MerchantReconciliationOrderRepository.php index 7236af4..d7e33a4 100644 --- a/app/common/repositories/store/order/MerchantReconciliationOrderRepository.php +++ b/app/common/repositories/store/order/MerchantReconciliationOrderRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/MerchantReconciliationRepository.php b/app/common/repositories/store/order/MerchantReconciliationRepository.php index 6309780..fe543e1 100644 --- a/app/common/repositories/store/order/MerchantReconciliationRepository.php +++ b/app/common/repositories/store/order/MerchantReconciliationRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/PresellOrderRepository.php b/app/common/repositories/store/order/PresellOrderRepository.php index 1fca9c2..eb35b7b 100644 --- a/app/common/repositories/store/order/PresellOrderRepository.php +++ b/app/common/repositories/store/order/PresellOrderRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreCartRepository.php b/app/common/repositories/store/order/StoreCartRepository.php index ae71ac1..c128f12 100644 --- a/app/common/repositories/store/order/StoreCartRepository.php +++ b/app/common/repositories/store/order/StoreCartRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreGroupOrderRepository.php b/app/common/repositories/store/order/StoreGroupOrderRepository.php index 1924d85..f03d580 100644 --- a/app/common/repositories/store/order/StoreGroupOrderRepository.php +++ b/app/common/repositories/store/order/StoreGroupOrderRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreImportDeliveryRepository.php b/app/common/repositories/store/order/StoreImportDeliveryRepository.php index 2ad86b3..5e1815c 100644 --- a/app/common/repositories/store/order/StoreImportDeliveryRepository.php +++ b/app/common/repositories/store/order/StoreImportDeliveryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreImportRepository.php b/app/common/repositories/store/order/StoreImportRepository.php index 351210c..b0d528d 100644 --- a/app/common/repositories/store/order/StoreImportRepository.php +++ b/app/common/repositories/store/order/StoreImportRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreOrderProductRepository.php b/app/common/repositories/store/order/StoreOrderProductRepository.php index 14e8077..b87edef 100644 --- a/app/common/repositories/store/order/StoreOrderProductRepository.php +++ b/app/common/repositories/store/order/StoreOrderProductRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreOrderProfitsharingRepository.php b/app/common/repositories/store/order/StoreOrderProfitsharingRepository.php index 509efe2..9bd0c86 100644 --- a/app/common/repositories/store/order/StoreOrderProfitsharingRepository.php +++ b/app/common/repositories/store/order/StoreOrderProfitsharingRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreOrderReceiptRepository.php b/app/common/repositories/store/order/StoreOrderReceiptRepository.php index c04a14c..d76caf8 100644 --- a/app/common/repositories/store/order/StoreOrderReceiptRepository.php +++ b/app/common/repositories/store/order/StoreOrderReceiptRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreOrderRepository.php b/app/common/repositories/store/order/StoreOrderRepository.php index 5d2bc5e..1dbfaaf 100644 --- a/app/common/repositories/store/order/StoreOrderRepository.php +++ b/app/common/repositories/store/order/StoreOrderRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; use app\common\dao\store\order\StoreOrderDao; diff --git a/app/common/repositories/store/order/StoreOrderSplitRepository.php b/app/common/repositories/store/order/StoreOrderSplitRepository.php index f0503ab..b8b850b 100644 --- a/app/common/repositories/store/order/StoreOrderSplitRepository.php +++ b/app/common/repositories/store/order/StoreOrderSplitRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; use app\common\dao\store\order\StoreOrderDao; diff --git a/app/common/repositories/store/order/StoreOrderStatusRepository.php b/app/common/repositories/store/order/StoreOrderStatusRepository.php index 2fe32e6..08d68be 100644 --- a/app/common/repositories/store/order/StoreOrderStatusRepository.php +++ b/app/common/repositories/store/order/StoreOrderStatusRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreRefundOrderRepository.php b/app/common/repositories/store/order/StoreRefundOrderRepository.php index 025a686..37fdcef 100644 --- a/app/common/repositories/store/order/StoreRefundOrderRepository.php +++ b/app/common/repositories/store/order/StoreRefundOrderRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreRefundProductRepository.php b/app/common/repositories/store/order/StoreRefundProductRepository.php index 1c9da8f..0c89585 100644 --- a/app/common/repositories/store/order/StoreRefundProductRepository.php +++ b/app/common/repositories/store/order/StoreRefundProductRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/order/StoreRefundStatusRepository.php b/app/common/repositories/store/order/StoreRefundStatusRepository.php index 899f58f..c72eac0 100644 --- a/app/common/repositories/store/order/StoreRefundStatusRepository.php +++ b/app/common/repositories/store/order/StoreRefundStatusRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\order; diff --git a/app/common/repositories/store/parameter/ParameterRepository.php b/app/common/repositories/store/parameter/ParameterRepository.php index 0519758..b8a6e66 100644 --- a/app/common/repositories/store/parameter/ParameterRepository.php +++ b/app/common/repositories/store/parameter/ParameterRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\parameter; diff --git a/app/common/repositories/store/parameter/ParameterTemplateRepository.php b/app/common/repositories/store/parameter/ParameterTemplateRepository.php index 2f9dda4..e2450dc 100644 --- a/app/common/repositories/store/parameter/ParameterTemplateRepository.php +++ b/app/common/repositories/store/parameter/ParameterTemplateRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\parameter; diff --git a/app/common/repositories/store/parameter/ParameterValueRepository.php b/app/common/repositories/store/parameter/ParameterValueRepository.php index f472a0b..dcbf3e2 100644 --- a/app/common/repositories/store/parameter/ParameterValueRepository.php +++ b/app/common/repositories/store/parameter/ParameterValueRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\parameter; diff --git a/app/common/repositories/store/pionts/PointsProductRepository.php b/app/common/repositories/store/pionts/PointsProductRepository.php index 6c54493..39ed48b 100644 --- a/app/common/repositories/store/pionts/PointsProductRepository.php +++ b/app/common/repositories/store/pionts/PointsProductRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\pionts; diff --git a/app/common/repositories/store/product/ProductAssistRepository.php b/app/common/repositories/store/product/ProductAssistRepository.php index b078f4b..2052605 100644 --- a/app/common/repositories/store/product/ProductAssistRepository.php +++ b/app/common/repositories/store/product/ProductAssistRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductAssistSetRepository.php b/app/common/repositories/store/product/ProductAssistSetRepository.php index 5fe3537..10715f5 100644 --- a/app/common/repositories/store/product/ProductAssistSetRepository.php +++ b/app/common/repositories/store/product/ProductAssistSetRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductAssistSkuRepository.php b/app/common/repositories/store/product/ProductAssistSkuRepository.php index f607020..8635fc0 100644 --- a/app/common/repositories/store/product/ProductAssistSkuRepository.php +++ b/app/common/repositories/store/product/ProductAssistSkuRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductAssistUserRepository.php b/app/common/repositories/store/product/ProductAssistUserRepository.php index 3767489..6503036 100644 --- a/app/common/repositories/store/product/ProductAssistUserRepository.php +++ b/app/common/repositories/store/product/ProductAssistUserRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductAttrRepository.php b/app/common/repositories/store/product/ProductAttrRepository.php index 83bb4bf..a12f79e 100644 --- a/app/common/repositories/store/product/ProductAttrRepository.php +++ b/app/common/repositories/store/product/ProductAttrRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductAttrValueRepository.php b/app/common/repositories/store/product/ProductAttrValueRepository.php index a16cca3..f4f48c4 100644 --- a/app/common/repositories/store/product/ProductAttrValueRepository.php +++ b/app/common/repositories/store/product/ProductAttrValueRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductCateRepository.php b/app/common/repositories/store/product/ProductCateRepository.php index 2a1873d..36290aa 100644 --- a/app/common/repositories/store/product/ProductCateRepository.php +++ b/app/common/repositories/store/product/ProductCateRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductCdkeyRepository.php b/app/common/repositories/store/product/ProductCdkeyRepository.php index 8ff12fb..54091c8 100644 --- a/app/common/repositories/store/product/ProductCdkeyRepository.php +++ b/app/common/repositories/store/product/ProductCdkeyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductContentRepository.php b/app/common/repositories/store/product/ProductContentRepository.php index f640a72..8008615 100644 --- a/app/common/repositories/store/product/ProductContentRepository.php +++ b/app/common/repositories/store/product/ProductContentRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductCopyRepository.php b/app/common/repositories/store/product/ProductCopyRepository.php index 1f448f6..b8dabc7 100644 --- a/app/common/repositories/store/product/ProductCopyRepository.php +++ b/app/common/repositories/store/product/ProductCopyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductGroupBuyingRepository.php b/app/common/repositories/store/product/ProductGroupBuyingRepository.php index c956e0f..77059f1 100644 --- a/app/common/repositories/store/product/ProductGroupBuyingRepository.php +++ b/app/common/repositories/store/product/ProductGroupBuyingRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; use app\common\model\store\order\StoreOrder; diff --git a/app/common/repositories/store/product/ProductGroupRepository.php b/app/common/repositories/store/product/ProductGroupRepository.php index 15265ab..f321b74 100644 --- a/app/common/repositories/store/product/ProductGroupRepository.php +++ b/app/common/repositories/store/product/ProductGroupRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; use app\common\model\store\product\ProductLabel; diff --git a/app/common/repositories/store/product/ProductGroupSkuRepository.php b/app/common/repositories/store/product/ProductGroupSkuRepository.php index fa0731e..8168585 100644 --- a/app/common/repositories/store/product/ProductGroupSkuRepository.php +++ b/app/common/repositories/store/product/ProductGroupSkuRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; use app\common\repositories\BaseRepository; diff --git a/app/common/repositories/store/product/ProductGroupUserRepository.php b/app/common/repositories/store/product/ProductGroupUserRepository.php index ebe9c80..ba404ff 100644 --- a/app/common/repositories/store/product/ProductGroupUserRepository.php +++ b/app/common/repositories/store/product/ProductGroupUserRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; use app\common\repositories\BaseRepository; diff --git a/app/common/repositories/store/product/ProductLabelRepository.php b/app/common/repositories/store/product/ProductLabelRepository.php index 5b4f223..7baf9df 100644 --- a/app/common/repositories/store/product/ProductLabelRepository.php +++ b/app/common/repositories/store/product/ProductLabelRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; use app\common\dao\store\product\ProductLabelDao; diff --git a/app/common/repositories/store/product/ProductPresellRepository.php b/app/common/repositories/store/product/ProductPresellRepository.php index 2070c1c..9cb0658 100644 --- a/app/common/repositories/store/product/ProductPresellRepository.php +++ b/app/common/repositories/store/product/ProductPresellRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductPresellSkuRepository.php b/app/common/repositories/store/product/ProductPresellSkuRepository.php index 0449d82..dc46be5 100644 --- a/app/common/repositories/store/product/ProductPresellSkuRepository.php +++ b/app/common/repositories/store/product/ProductPresellSkuRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductReplyRepository.php b/app/common/repositories/store/product/ProductReplyRepository.php index 08bfe92..e9142bf 100644 --- a/app/common/repositories/store/product/ProductReplyRepository.php +++ b/app/common/repositories/store/product/ProductReplyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductRepository.php b/app/common/repositories/store/product/ProductRepository.php index 1d883b4..507b004 100644 --- a/app/common/repositories/store/product/ProductRepository.php +++ b/app/common/repositories/store/product/ProductRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductSkuRepository.php b/app/common/repositories/store/product/ProductSkuRepository.php index 80a4991..ef5f486 100644 --- a/app/common/repositories/store/product/ProductSkuRepository.php +++ b/app/common/repositories/store/product/ProductSkuRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/ProductTakeRepository.php b/app/common/repositories/store/product/ProductTakeRepository.php index d1604e3..484e2c8 100644 --- a/app/common/repositories/store/product/ProductTakeRepository.php +++ b/app/common/repositories/store/product/ProductTakeRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; use app\common\dao\store\product\ProductTakeDao; diff --git a/app/common/repositories/store/product/SpuRepository.php b/app/common/repositories/store/product/SpuRepository.php index e8cf209..7229991 100644 --- a/app/common/repositories/store/product/SpuRepository.php +++ b/app/common/repositories/store/product/SpuRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; use app\common\repositories\store\coupon\StoreCouponProductRepository; diff --git a/app/common/repositories/store/product/StoreDiscountProductRepository.php b/app/common/repositories/store/product/StoreDiscountProductRepository.php index 5ad124f..d858a44 100644 --- a/app/common/repositories/store/product/StoreDiscountProductRepository.php +++ b/app/common/repositories/store/product/StoreDiscountProductRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/product/StoreDiscountRepository.php b/app/common/repositories/store/product/StoreDiscountRepository.php index c4e81ca..b45db61 100644 --- a/app/common/repositories/store/product/StoreDiscountRepository.php +++ b/app/common/repositories/store/product/StoreDiscountRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\product; diff --git a/app/common/repositories/store/service/StoreServiceLogRepository.php b/app/common/repositories/store/service/StoreServiceLogRepository.php index ac9571d..0e41505 100644 --- a/app/common/repositories/store/service/StoreServiceLogRepository.php +++ b/app/common/repositories/store/service/StoreServiceLogRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\service; diff --git a/app/common/repositories/store/service/StoreServiceReplyRepository.php b/app/common/repositories/store/service/StoreServiceReplyRepository.php index ba8aba2..33b7c9e 100644 --- a/app/common/repositories/store/service/StoreServiceReplyRepository.php +++ b/app/common/repositories/store/service/StoreServiceReplyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\service; diff --git a/app/common/repositories/store/service/StoreServiceRepository.php b/app/common/repositories/store/service/StoreServiceRepository.php index b4a3a3d..6dd8d04 100644 --- a/app/common/repositories/store/service/StoreServiceRepository.php +++ b/app/common/repositories/store/service/StoreServiceRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\service; diff --git a/app/common/repositories/store/service/StoreServiceUserRepository.php b/app/common/repositories/store/service/StoreServiceUserRepository.php index 34f0332..37fac4d 100644 --- a/app/common/repositories/store/service/StoreServiceUserRepository.php +++ b/app/common/repositories/store/service/StoreServiceUserRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\service; diff --git a/app/common/repositories/store/shipping/CityRepository.php b/app/common/repositories/store/shipping/CityRepository.php index d323e62..edde308 100644 --- a/app/common/repositories/store/shipping/CityRepository.php +++ b/app/common/repositories/store/shipping/CityRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\shipping; diff --git a/app/common/repositories/store/shipping/ExpressPartnerRepository.php b/app/common/repositories/store/shipping/ExpressPartnerRepository.php index 0661f48..f7c12ab 100644 --- a/app/common/repositories/store/shipping/ExpressPartnerRepository.php +++ b/app/common/repositories/store/shipping/ExpressPartnerRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\shipping; diff --git a/app/common/repositories/store/shipping/ExpressRepository.php b/app/common/repositories/store/shipping/ExpressRepository.php index 053a716..f449508 100644 --- a/app/common/repositories/store/shipping/ExpressRepository.php +++ b/app/common/repositories/store/shipping/ExpressRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\shipping; diff --git a/app/common/repositories/store/shipping/ShippingTemplateFreeRepository.php b/app/common/repositories/store/shipping/ShippingTemplateFreeRepository.php index b7c0f0b..81f756a 100644 --- a/app/common/repositories/store/shipping/ShippingTemplateFreeRepository.php +++ b/app/common/repositories/store/shipping/ShippingTemplateFreeRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\shipping; diff --git a/app/common/repositories/store/shipping/ShippingTemplateRegionRepository.php b/app/common/repositories/store/shipping/ShippingTemplateRegionRepository.php index e7dbbdb..43e6e56 100644 --- a/app/common/repositories/store/shipping/ShippingTemplateRegionRepository.php +++ b/app/common/repositories/store/shipping/ShippingTemplateRegionRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\shipping; diff --git a/app/common/repositories/store/shipping/ShippingTemplateRepository.php b/app/common/repositories/store/shipping/ShippingTemplateRepository.php index 57e4439..e8f4787 100644 --- a/app/common/repositories/store/shipping/ShippingTemplateRepository.php +++ b/app/common/repositories/store/shipping/ShippingTemplateRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\shipping; diff --git a/app/common/repositories/store/shipping/ShippingTemplateUndeliveRepository.php b/app/common/repositories/store/shipping/ShippingTemplateUndeliveRepository.php index ac69e23..f67bdc5 100644 --- a/app/common/repositories/store/shipping/ShippingTemplateUndeliveRepository.php +++ b/app/common/repositories/store/shipping/ShippingTemplateUndeliveRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\store\shipping; diff --git a/app/common/repositories/system/CacheRepository.php b/app/common/repositories/system/CacheRepository.php index ead6741..e566ccb 100644 --- a/app/common/repositories/system/CacheRepository.php +++ b/app/common/repositories/system/CacheRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system; diff --git a/app/common/repositories/system/ExtendRepository.php b/app/common/repositories/system/ExtendRepository.php index 1722ad9..eb9d1e8 100644 --- a/app/common/repositories/system/ExtendRepository.php +++ b/app/common/repositories/system/ExtendRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system; diff --git a/app/common/repositories/system/RelevanceRepository.php b/app/common/repositories/system/RelevanceRepository.php index 8242a85..cf817c7 100644 --- a/app/common/repositories/system/RelevanceRepository.php +++ b/app/common/repositories/system/RelevanceRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system; diff --git a/app/common/repositories/system/admin/AdminLogRepository.php b/app/common/repositories/system/admin/AdminLogRepository.php index ae2986d..cc38a0d 100644 --- a/app/common/repositories/system/admin/AdminLogRepository.php +++ b/app/common/repositories/system/admin/AdminLogRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\admin; diff --git a/app/common/repositories/system/admin/AdminRepository.php b/app/common/repositories/system/admin/AdminRepository.php index 16d1a80..80ec13e 100644 --- a/app/common/repositories/system/admin/AdminRepository.php +++ b/app/common/repositories/system/admin/AdminRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\admin; diff --git a/app/common/repositories/system/attachment/AttachmentCategoryRepository.php b/app/common/repositories/system/attachment/AttachmentCategoryRepository.php index f9a3341..c607008 100644 --- a/app/common/repositories/system/attachment/AttachmentCategoryRepository.php +++ b/app/common/repositories/system/attachment/AttachmentCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\attachment; diff --git a/app/common/repositories/system/attachment/AttachmentRepository.php b/app/common/repositories/system/attachment/AttachmentRepository.php index 2cc71e9..b88230a 100644 --- a/app/common/repositories/system/attachment/AttachmentRepository.php +++ b/app/common/repositories/system/attachment/AttachmentRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\attachment; diff --git a/app/common/repositories/system/auth/MenuRepository.php b/app/common/repositories/system/auth/MenuRepository.php index c72eb91..4085268 100644 --- a/app/common/repositories/system/auth/MenuRepository.php +++ b/app/common/repositories/system/auth/MenuRepository.php @@ -1,23 +1,7 @@ -// +---------------------------------------------------------------------- -// +---------------------------------------------------------------------- -// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] -// +---------------------------------------------------------------------- -// | Copyright (c) 2016~2022 https://www.crmeb.com All rights reserved. -// +---------------------------------------------------------------------- -// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 -// +---------------------------------------------------------------------- -// | Author: CRMEB Team -// +---------------------------------------------------------------------- + + namespace app\common\repositories\system\auth; diff --git a/app/common/repositories/system/auth/RoleRepository.php b/app/common/repositories/system/auth/RoleRepository.php index 73378f0..b6c1b92 100644 --- a/app/common/repositories/system/auth/RoleRepository.php +++ b/app/common/repositories/system/auth/RoleRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\auth; diff --git a/app/common/repositories/system/config/ConfigClassifyRepository.php b/app/common/repositories/system/config/ConfigClassifyRepository.php index 37b77de..07c113d 100644 --- a/app/common/repositories/system/config/ConfigClassifyRepository.php +++ b/app/common/repositories/system/config/ConfigClassifyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\config; diff --git a/app/common/repositories/system/config/ConfigRepository.php b/app/common/repositories/system/config/ConfigRepository.php index c240e0f..6860c2e 100644 --- a/app/common/repositories/system/config/ConfigRepository.php +++ b/app/common/repositories/system/config/ConfigRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\config; diff --git a/app/common/repositories/system/config/ConfigValueRepository.php b/app/common/repositories/system/config/ConfigValueRepository.php index bd24e59..c40b1a8 100644 --- a/app/common/repositories/system/config/ConfigValueRepository.php +++ b/app/common/repositories/system/config/ConfigValueRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\config; diff --git a/app/common/repositories/system/diy/DiyRepository.php b/app/common/repositories/system/diy/DiyRepository.php index 718db8b..478496e 100644 --- a/app/common/repositories/system/diy/DiyRepository.php +++ b/app/common/repositories/system/diy/DiyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\diy; diff --git a/app/common/repositories/system/diy/PageCategoryRepository.php b/app/common/repositories/system/diy/PageCategoryRepository.php index 047dc1e..3a74eed 100644 --- a/app/common/repositories/system/diy/PageCategoryRepository.php +++ b/app/common/repositories/system/diy/PageCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\diy; diff --git a/app/common/repositories/system/diy/PageLinkRepository.php b/app/common/repositories/system/diy/PageLinkRepository.php index 559acde..626dd25 100644 --- a/app/common/repositories/system/diy/PageLinkRepository.php +++ b/app/common/repositories/system/diy/PageLinkRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\diy; diff --git a/app/common/repositories/system/financial/FinancialRepository.php b/app/common/repositories/system/financial/FinancialRepository.php index 39bba5a..554b6d5 100644 --- a/app/common/repositories/system/financial/FinancialRepository.php +++ b/app/common/repositories/system/financial/FinancialRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\financial; diff --git a/app/common/repositories/system/groupData/GroupDataRepository.php b/app/common/repositories/system/groupData/GroupDataRepository.php index 222e5cc..0db6c9f 100644 --- a/app/common/repositories/system/groupData/GroupDataRepository.php +++ b/app/common/repositories/system/groupData/GroupDataRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\groupData; diff --git a/app/common/repositories/system/groupData/GroupRepository.php b/app/common/repositories/system/groupData/GroupRepository.php index 14f9f55..73db86f 100644 --- a/app/common/repositories/system/groupData/GroupRepository.php +++ b/app/common/repositories/system/groupData/GroupRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\groupData; diff --git a/app/common/repositories/system/merchant/FinancialRecordRepository.php b/app/common/repositories/system/merchant/FinancialRecordRepository.php index 0ddd53a..d9cbe50 100644 --- a/app/common/repositories/system/merchant/FinancialRecordRepository.php +++ b/app/common/repositories/system/merchant/FinancialRecordRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\merchant; diff --git a/app/common/repositories/system/merchant/MerchantAdminRepository.php b/app/common/repositories/system/merchant/MerchantAdminRepository.php index f3dac47..2f8900d 100644 --- a/app/common/repositories/system/merchant/MerchantAdminRepository.php +++ b/app/common/repositories/system/merchant/MerchantAdminRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\merchant; diff --git a/app/common/repositories/system/merchant/MerchantApplymentsRepository.php b/app/common/repositories/system/merchant/MerchantApplymentsRepository.php index ef30ded..d617aed 100644 --- a/app/common/repositories/system/merchant/MerchantApplymentsRepository.php +++ b/app/common/repositories/system/merchant/MerchantApplymentsRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\merchant; diff --git a/app/common/repositories/system/merchant/MerchantCategoryRepository.php b/app/common/repositories/system/merchant/MerchantCategoryRepository.php index 0299857..28f945e 100644 --- a/app/common/repositories/system/merchant/MerchantCategoryRepository.php +++ b/app/common/repositories/system/merchant/MerchantCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\merchant; diff --git a/app/common/repositories/system/merchant/MerchantIntentionRepository.php b/app/common/repositories/system/merchant/MerchantIntentionRepository.php index 04728e5..30a076f 100644 --- a/app/common/repositories/system/merchant/MerchantIntentionRepository.php +++ b/app/common/repositories/system/merchant/MerchantIntentionRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\merchant; diff --git a/app/common/repositories/system/merchant/MerchantRepository.php b/app/common/repositories/system/merchant/MerchantRepository.php index 9a08259..2d4b5da 100644 --- a/app/common/repositories/system/merchant/MerchantRepository.php +++ b/app/common/repositories/system/merchant/MerchantRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\merchant; diff --git a/app/common/repositories/system/merchant/MerchantTypeRepository.php b/app/common/repositories/system/merchant/MerchantTypeRepository.php index da05347..7f28876 100644 --- a/app/common/repositories/system/merchant/MerchantTypeRepository.php +++ b/app/common/repositories/system/merchant/MerchantTypeRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\merchant; diff --git a/app/common/repositories/system/notice/SystemNoticeConfigRepository.php b/app/common/repositories/system/notice/SystemNoticeConfigRepository.php index bcaba58..ea67539 100644 --- a/app/common/repositories/system/notice/SystemNoticeConfigRepository.php +++ b/app/common/repositories/system/notice/SystemNoticeConfigRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\notice; diff --git a/app/common/repositories/system/notice/SystemNoticeLogRepository.php b/app/common/repositories/system/notice/SystemNoticeLogRepository.php index 7fd088a..92c4efd 100644 --- a/app/common/repositories/system/notice/SystemNoticeLogRepository.php +++ b/app/common/repositories/system/notice/SystemNoticeLogRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\notice; diff --git a/app/common/repositories/system/notice/SystemNoticeRepository.php b/app/common/repositories/system/notice/SystemNoticeRepository.php index b032ca2..8740843 100644 --- a/app/common/repositories/system/notice/SystemNoticeRepository.php +++ b/app/common/repositories/system/notice/SystemNoticeRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\notice; diff --git a/app/common/repositories/system/serve/ServeMealRepository.php b/app/common/repositories/system/serve/ServeMealRepository.php index 8906596..92f6b46 100644 --- a/app/common/repositories/system/serve/ServeMealRepository.php +++ b/app/common/repositories/system/serve/ServeMealRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\serve; diff --git a/app/common/repositories/system/serve/ServeOrderRepository.php b/app/common/repositories/system/serve/ServeOrderRepository.php index 2660f94..088f723 100644 --- a/app/common/repositories/system/serve/ServeOrderRepository.php +++ b/app/common/repositories/system/serve/ServeOrderRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\serve; diff --git a/app/common/repositories/system/sms/SmsRecordRepository.php b/app/common/repositories/system/sms/SmsRecordRepository.php index 0e4294d..4e75678 100644 --- a/app/common/repositories/system/sms/SmsRecordRepository.php +++ b/app/common/repositories/system/sms/SmsRecordRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\system\sms; diff --git a/app/common/repositories/user/FeedBackCategoryRepository.php b/app/common/repositories/user/FeedBackCategoryRepository.php index 967394e..992f8c4 100644 --- a/app/common/repositories/user/FeedBackCategoryRepository.php +++ b/app/common/repositories/user/FeedBackCategoryRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/FeedbackRepository.php b/app/common/repositories/user/FeedbackRepository.php index 7ed2441..f39b0ab 100644 --- a/app/common/repositories/user/FeedbackRepository.php +++ b/app/common/repositories/user/FeedbackRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/IntegralGiveRecordRepository.php b/app/common/repositories/user/IntegralGiveRecordRepository.php index c533bb3..c19e447 100644 --- a/app/common/repositories/user/IntegralGiveRecordRepository.php +++ b/app/common/repositories/user/IntegralGiveRecordRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/IntegralRepository.php b/app/common/repositories/user/IntegralRepository.php index e02d993..0e9dd35 100644 --- a/app/common/repositories/user/IntegralRepository.php +++ b/app/common/repositories/user/IntegralRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/LabelRuleRepository.php b/app/common/repositories/user/LabelRuleRepository.php index deb1f09..cf46d59 100644 --- a/app/common/repositories/user/LabelRuleRepository.php +++ b/app/common/repositories/user/LabelRuleRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/MemberinterestsRepository.php b/app/common/repositories/user/MemberinterestsRepository.php index 00bca49..54440d6 100644 --- a/app/common/repositories/user/MemberinterestsRepository.php +++ b/app/common/repositories/user/MemberinterestsRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserAddressRepository.php b/app/common/repositories/user/UserAddressRepository.php index 1920865..b509a7b 100644 --- a/app/common/repositories/user/UserAddressRepository.php +++ b/app/common/repositories/user/UserAddressRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserBillRepository.php b/app/common/repositories/user/UserBillRepository.php index 6822afe..9227e57 100644 --- a/app/common/repositories/user/UserBillRepository.php +++ b/app/common/repositories/user/UserBillRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserBrokerageRepository.php b/app/common/repositories/user/UserBrokerageRepository.php index d88410f..714b2b4 100644 --- a/app/common/repositories/user/UserBrokerageRepository.php +++ b/app/common/repositories/user/UserBrokerageRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserExtractRepository.php b/app/common/repositories/user/UserExtractRepository.php index a720fed..f58d376 100644 --- a/app/common/repositories/user/UserExtractRepository.php +++ b/app/common/repositories/user/UserExtractRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserGroupRepository.php b/app/common/repositories/user/UserGroupRepository.php index dd22ee2..ff0d50f 100644 --- a/app/common/repositories/user/UserGroupRepository.php +++ b/app/common/repositories/user/UserGroupRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserHistoryRepository.php b/app/common/repositories/user/UserHistoryRepository.php index 854b49c..0047207 100644 --- a/app/common/repositories/user/UserHistoryRepository.php +++ b/app/common/repositories/user/UserHistoryRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserLabelRepository.php b/app/common/repositories/user/UserLabelRepository.php index 4f79b1a..7782206 100644 --- a/app/common/repositories/user/UserLabelRepository.php +++ b/app/common/repositories/user/UserLabelRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserMerchantRepository.php b/app/common/repositories/user/UserMerchantRepository.php index 6b0ba1c..6bb78d8 100644 --- a/app/common/repositories/user/UserMerchantRepository.php +++ b/app/common/repositories/user/UserMerchantRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserOrderRepository.php b/app/common/repositories/user/UserOrderRepository.php index 6c2a7d3..a1b8af8 100644 --- a/app/common/repositories/user/UserOrderRepository.php +++ b/app/common/repositories/user/UserOrderRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserReceiptRepository.php b/app/common/repositories/user/UserReceiptRepository.php index 6ea598d..2480265 100644 --- a/app/common/repositories/user/UserReceiptRepository.php +++ b/app/common/repositories/user/UserReceiptRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserRechargeRepository.php b/app/common/repositories/user/UserRechargeRepository.php index 6272c1a..8e43f20 100644 --- a/app/common/repositories/user/UserRechargeRepository.php +++ b/app/common/repositories/user/UserRechargeRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserRelationRepository.php b/app/common/repositories/user/UserRelationRepository.php index 5d50263..ad50caa 100644 --- a/app/common/repositories/user/UserRelationRepository.php +++ b/app/common/repositories/user/UserRelationRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserRepository.php b/app/common/repositories/user/UserRepository.php index f7911f8..54f8a13 100644 --- a/app/common/repositories/user/UserRepository.php +++ b/app/common/repositories/user/UserRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserSignRepository.php b/app/common/repositories/user/UserSignRepository.php index 6f7ce70..7917f5a 100644 --- a/app/common/repositories/user/UserSignRepository.php +++ b/app/common/repositories/user/UserSignRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserSpreadLogRepository.php b/app/common/repositories/user/UserSpreadLogRepository.php index 1b5cb87..fc74ca1 100644 --- a/app/common/repositories/user/UserSpreadLogRepository.php +++ b/app/common/repositories/user/UserSpreadLogRepository.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/user/UserVisitRepository.php b/app/common/repositories/user/UserVisitRepository.php index c51889f..f015fde 100644 --- a/app/common/repositories/user/UserVisitRepository.php +++ b/app/common/repositories/user/UserVisitRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\user; diff --git a/app/common/repositories/wechat/RoutineQrcodeRepository.php b/app/common/repositories/wechat/RoutineQrcodeRepository.php index 0f448db..5916634 100644 --- a/app/common/repositories/wechat/RoutineQrcodeRepository.php +++ b/app/common/repositories/wechat/RoutineQrcodeRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\wechat; diff --git a/app/common/repositories/wechat/TemplateMessageRepository.php b/app/common/repositories/wechat/TemplateMessageRepository.php index 61eb867..eb27281 100644 --- a/app/common/repositories/wechat/TemplateMessageRepository.php +++ b/app/common/repositories/wechat/TemplateMessageRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\wechat; diff --git a/app/common/repositories/wechat/WechatNewsRepository.php b/app/common/repositories/wechat/WechatNewsRepository.php index de8ab59..319c078 100644 --- a/app/common/repositories/wechat/WechatNewsRepository.php +++ b/app/common/repositories/wechat/WechatNewsRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\wechat; diff --git a/app/common/repositories/wechat/WechatQrcodeRepository.php b/app/common/repositories/wechat/WechatQrcodeRepository.php index 1818cc4..0fa8a91 100644 --- a/app/common/repositories/wechat/WechatQrcodeRepository.php +++ b/app/common/repositories/wechat/WechatQrcodeRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\wechat; diff --git a/app/common/repositories/wechat/WechatReplyRepository.php b/app/common/repositories/wechat/WechatReplyRepository.php index 6331cbd..75d06d9 100644 --- a/app/common/repositories/wechat/WechatReplyRepository.php +++ b/app/common/repositories/wechat/WechatReplyRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\wechat; diff --git a/app/common/repositories/wechat/WechatUserRepository.php b/app/common/repositories/wechat/WechatUserRepository.php index 4fe937f..190f34a 100644 --- a/app/common/repositories/wechat/WechatUserRepository.php +++ b/app/common/repositories/wechat/WechatUserRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\common\repositories\wechat; diff --git a/app/controller/View.php b/app/controller/View.php index a2e3b94..5ce78f7 100644 --- a/app/controller/View.php +++ b/app/controller/View.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller; diff --git a/app/controller/WechatNotice.php b/app/controller/WechatNotice.php index 4dc86a9..f7307f6 100644 --- a/app/controller/WechatNotice.php +++ b/app/controller/WechatNotice.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller; diff --git a/app/controller/admin/Common.php b/app/controller/admin/Common.php index 63c6678..4f24c87 100644 --- a/app/controller/admin/Common.php +++ b/app/controller/admin/Common.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin; @@ -308,42 +300,44 @@ class Common extends BaseController */ public function auth_apply() { - $data = $this->request->params([ - ['company_name', ''], - ['domain_name', ''], - ['order_id', ''], - ['phone', ''], - ['label', 10], - ['captcha', ''], - ]); - if (!$data['company_name']) { - return app('json')->fail('请填写公司名称'); - } - if (!$data['domain_name']) { - return app('json')->fail('请填写授权域名'); - } - if (!$data['phone']) { - return app('json')->fail('请填写手机号码'); - } - if (!$data['order_id']) { - return app('json')->fail('请填写订单id'); - } - if (!$data['captcha']) { - return app('json')->fail('请填写验证码'); - } - $res = HttpService::postRequest('http://authorize.crmeb.net/api/auth_apply', $data); - if ($res === false) { - return app('json')->fail('申请失败,服务器没有响应!'); - } - $res = json_decode($res, true); - if (isset($res['status'])) { - if ($res['status'] == 400) { - return app('json')->fail($res['msg'] ?? "申请失败"); - } else { - return app('json')->success($res['msg'] ?? '申请成功', $res); - } - } - return app('json')->fail("申请授权失败!"); + // $data = $this->request->params([ + // ['company_name', ''], + // ['domain_name', ''], + // ['order_id', ''], + // ['phone', ''], + // ['label', 10], + // ['captcha', ''], + // ]); + // if (!$data['company_name']) { + // return app('json')->fail('请填写公司名称'); + // } + // if (!$data['domain_name']) { + // return app('json')->fail('请填写授权域名'); + // } + // if (!$data['phone']) { + // return app('json')->fail('请填写手机号码'); + // } + // if (!$data['order_id']) { + // return app('json')->fail('请填写订单id'); + // } + // if (!$data['captcha']) { + // return app('json')->fail('请填写验证码'); + // } + // $res = HttpService::postRequest('http://authorize.crmeb.net/api/auth_apply', $data); + // if ($res === false) { + // return app('json')->fail('申请失败,服务器没有响应!'); + // } + // $res = json_decode($res, true); + // if (isset($res['status'])) { + // if ($res['status'] == 400) { + // return app('json')->fail($res['msg'] ?? "申请失败"); + // } else { + // return app('json')->success($res['msg'] ?? '申请成功', $res); + // } + // } + // return app('json')->fail("申请授权失败!"); + + return app('json')->success($res['msg'] ?? '申请成功', $res); } public function uploadConfig(ConfigRepository $repository) diff --git a/app/controller/admin/article/Article.php b/app/controller/admin/article/Article.php index 651fb82..1164eb6 100644 --- a/app/controller/admin/article/Article.php +++ b/app/controller/admin/article/Article.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\article; diff --git a/app/controller/admin/article/ArticleCategory.php b/app/controller/admin/article/ArticleCategory.php index c1b0e14..d210f55 100644 --- a/app/controller/admin/article/ArticleCategory.php +++ b/app/controller/admin/article/ArticleCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\article; diff --git a/app/controller/admin/community/Community.php b/app/controller/admin/community/Community.php index 7d0419a..9ce2fd7 100644 --- a/app/controller/admin/community/Community.php +++ b/app/controller/admin/community/Community.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\community; diff --git a/app/controller/admin/community/CommunityCategory.php b/app/controller/admin/community/CommunityCategory.php index 0f6c513..b5ddb6d 100644 --- a/app/controller/admin/community/CommunityCategory.php +++ b/app/controller/admin/community/CommunityCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\community; diff --git a/app/controller/admin/community/CommunityReply.php b/app/controller/admin/community/CommunityReply.php index 3219b1d..d8ae0f4 100644 --- a/app/controller/admin/community/CommunityReply.php +++ b/app/controller/admin/community/CommunityReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\community; diff --git a/app/controller/admin/community/CommunityTopic.php b/app/controller/admin/community/CommunityTopic.php index 0a0c573..6ed6b97 100644 --- a/app/controller/admin/community/CommunityTopic.php +++ b/app/controller/admin/community/CommunityTopic.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\community; diff --git a/app/controller/admin/delivery/DeliveryOrder.php b/app/controller/admin/delivery/DeliveryOrder.php index 04e42b8..f823f86 100644 --- a/app/controller/admin/delivery/DeliveryOrder.php +++ b/app/controller/admin/delivery/DeliveryOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\delivery; diff --git a/app/controller/admin/delivery/DeliveryStation.php b/app/controller/admin/delivery/DeliveryStation.php index 2cec72b..d322457 100644 --- a/app/controller/admin/delivery/DeliveryStation.php +++ b/app/controller/admin/delivery/DeliveryStation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\delivery; diff --git a/app/controller/admin/order/Order.php b/app/controller/admin/order/Order.php index 8a0f3ad..1517f08 100644 --- a/app/controller/admin/order/Order.php +++ b/app/controller/admin/order/Order.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\order; diff --git a/app/controller/admin/order/OrderProfitsharing.php b/app/controller/admin/order/OrderProfitsharing.php index fcdf560..7bd4567 100644 --- a/app/controller/admin/order/OrderProfitsharing.php +++ b/app/controller/admin/order/OrderProfitsharing.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\order; diff --git a/app/controller/admin/order/Reconciliation.php b/app/controller/admin/order/Reconciliation.php index b61bb1a..802650c 100644 --- a/app/controller/admin/order/Reconciliation.php +++ b/app/controller/admin/order/Reconciliation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\order; diff --git a/app/controller/admin/order/RefundOrder.php b/app/controller/admin/order/RefundOrder.php index aea47da..91ea4b9 100644 --- a/app/controller/admin/order/RefundOrder.php +++ b/app/controller/admin/order/RefundOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\order; diff --git a/app/controller/admin/parameter/ParameterTemplate.php b/app/controller/admin/parameter/ParameterTemplate.php index 8e5112c..73f3c84 100644 --- a/app/controller/admin/parameter/ParameterTemplate.php +++ b/app/controller/admin/parameter/ParameterTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\parameter; diff --git a/app/controller/admin/points/Category.php b/app/controller/admin/points/Category.php index a2a5806..d510b1b 100644 --- a/app/controller/admin/points/Category.php +++ b/app/controller/admin/points/Category.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\points; diff --git a/app/controller/admin/points/Order.php b/app/controller/admin/points/Order.php index 91a0d2f..4d489e0 100644 --- a/app/controller/admin/points/Order.php +++ b/app/controller/admin/points/Order.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\points; diff --git a/app/controller/admin/points/Product.php b/app/controller/admin/points/Product.php index 6e67e40..246b38a 100644 --- a/app/controller/admin/points/Product.php +++ b/app/controller/admin/points/Product.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\points; diff --git a/app/controller/admin/store/BroadcastGoods.php b/app/controller/admin/store/BroadcastGoods.php index 0de85eb..0587f4a 100644 --- a/app/controller/admin/store/BroadcastGoods.php +++ b/app/controller/admin/store/BroadcastGoods.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/BroadcastRoom.php b/app/controller/admin/store/BroadcastRoom.php index 25f3fe4..8ff9f81 100644 --- a/app/controller/admin/store/BroadcastRoom.php +++ b/app/controller/admin/store/BroadcastRoom.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/CityArea.php b/app/controller/admin/store/CityArea.php index 031fd2e..8d57983 100644 --- a/app/controller/admin/store/CityArea.php +++ b/app/controller/admin/store/CityArea.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/Coupon.php b/app/controller/admin/store/Coupon.php index 089063c..0891e10 100644 --- a/app/controller/admin/store/Coupon.php +++ b/app/controller/admin/store/Coupon.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/Discounts.php b/app/controller/admin/store/Discounts.php index d0b2056..d0da389 100644 --- a/app/controller/admin/store/Discounts.php +++ b/app/controller/admin/store/Discounts.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; use app\common\repositories\store\product\StoreDiscountRepository; diff --git a/app/controller/admin/store/Express.php b/app/controller/admin/store/Express.php index 878bfb2..50a2a09 100644 --- a/app/controller/admin/store/Express.php +++ b/app/controller/admin/store/Express.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/Guarantee.php b/app/controller/admin/store/Guarantee.php index 616a8c3..b6ff5bf 100644 --- a/app/controller/admin/store/Guarantee.php +++ b/app/controller/admin/store/Guarantee.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/PriceRule.php b/app/controller/admin/store/PriceRule.php index ed3bfb5..62d7c40 100644 --- a/app/controller/admin/store/PriceRule.php +++ b/app/controller/admin/store/PriceRule.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; use app\common\repositories\store\PriceRuleRepository; diff --git a/app/controller/admin/store/ProductLabel.php b/app/controller/admin/store/ProductLabel.php index bd8269d..0eb5b1e 100644 --- a/app/controller/admin/store/ProductLabel.php +++ b/app/controller/admin/store/ProductLabel.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; use app\common\repositories\store\product\ProductLabelRepository; diff --git a/app/controller/admin/store/StoreBrand.php b/app/controller/admin/store/StoreBrand.php index 3065060..ee977c4 100644 --- a/app/controller/admin/store/StoreBrand.php +++ b/app/controller/admin/store/StoreBrand.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreBrandCategory.php b/app/controller/admin/store/StoreBrandCategory.php index 0897e2e..a7a9c45 100644 --- a/app/controller/admin/store/StoreBrandCategory.php +++ b/app/controller/admin/store/StoreBrandCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreCategory.php b/app/controller/admin/store/StoreCategory.php index 9a50930..5a967d5 100644 --- a/app/controller/admin/store/StoreCategory.php +++ b/app/controller/admin/store/StoreCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreProduct.php b/app/controller/admin/store/StoreProduct.php index 9f769e2..ddd8e55 100644 --- a/app/controller/admin/store/StoreProduct.php +++ b/app/controller/admin/store/StoreProduct.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreProductAssist.php b/app/controller/admin/store/StoreProductAssist.php index af06409..f56cacd 100644 --- a/app/controller/admin/store/StoreProductAssist.php +++ b/app/controller/admin/store/StoreProductAssist.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreProductAssistSet.php b/app/controller/admin/store/StoreProductAssistSet.php index 6d3d7b4..1ce0c73 100644 --- a/app/controller/admin/store/StoreProductAssistSet.php +++ b/app/controller/admin/store/StoreProductAssistSet.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreProductGroup.php b/app/controller/admin/store/StoreProductGroup.php index b5fdf53..87c64bb 100644 --- a/app/controller/admin/store/StoreProductGroup.php +++ b/app/controller/admin/store/StoreProductGroup.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; use app\common\repositories\store\product\ProductGroupRepository; diff --git a/app/controller/admin/store/StoreProductGroupBuying.php b/app/controller/admin/store/StoreProductGroupBuying.php index 21d393a..8b45685 100644 --- a/app/controller/admin/store/StoreProductGroupBuying.php +++ b/app/controller/admin/store/StoreProductGroupBuying.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; use app\common\repositories\store\product\ProductGroupBuyingRepository; diff --git a/app/controller/admin/store/StoreProductPresell.php b/app/controller/admin/store/StoreProductPresell.php index c913dff..53bc80a 100644 --- a/app/controller/admin/store/StoreProductPresell.php +++ b/app/controller/admin/store/StoreProductPresell.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreProductReply.php b/app/controller/admin/store/StoreProductReply.php index 32a5028..0429876 100644 --- a/app/controller/admin/store/StoreProductReply.php +++ b/app/controller/admin/store/StoreProductReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreProductSeckill.php b/app/controller/admin/store/StoreProductSeckill.php index 552b27e..9e888a6 100644 --- a/app/controller/admin/store/StoreProductSeckill.php +++ b/app/controller/admin/store/StoreProductSeckill.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreSeckill.php b/app/controller/admin/store/StoreSeckill.php index 09fe756..b049021 100644 --- a/app/controller/admin/store/StoreSeckill.php +++ b/app/controller/admin/store/StoreSeckill.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/StoreService.php b/app/controller/admin/store/StoreService.php index 9e6a51f..75f8411 100644 --- a/app/controller/admin/store/StoreService.php +++ b/app/controller/admin/store/StoreService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store; diff --git a/app/controller/admin/store/marketing/StoreAtmosphere.php b/app/controller/admin/store/marketing/StoreAtmosphere.php index 4faf93b..8efb01d 100644 --- a/app/controller/admin/store/marketing/StoreAtmosphere.php +++ b/app/controller/admin/store/marketing/StoreAtmosphere.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store\marketing; diff --git a/app/controller/admin/store/marketing/StoreBorder.php b/app/controller/admin/store/marketing/StoreBorder.php index 9132a55..9322aa0 100644 --- a/app/controller/admin/store/marketing/StoreBorder.php +++ b/app/controller/admin/store/marketing/StoreBorder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\store\marketing; diff --git a/app/controller/admin/system/Cache.php b/app/controller/admin/system/Cache.php index d1a9479..14fcebd 100644 --- a/app/controller/admin/system/Cache.php +++ b/app/controller/admin/system/Cache.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system; use app\common\repositories\system\CacheRepository; diff --git a/app/controller/admin/system/admin/Admin.php b/app/controller/admin/system/admin/Admin.php index bbdaf39..dd87f8f 100644 --- a/app/controller/admin/system/admin/Admin.php +++ b/app/controller/admin/system/admin/Admin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\admin; diff --git a/app/controller/admin/system/admin/AdminLog.php b/app/controller/admin/system/admin/AdminLog.php index 238c93c..045f546 100644 --- a/app/controller/admin/system/admin/AdminLog.php +++ b/app/controller/admin/system/admin/AdminLog.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\admin; diff --git a/app/controller/admin/system/admin/Login.php b/app/controller/admin/system/admin/Login.php index e9bf27d..bb668c9 100644 --- a/app/controller/admin/system/admin/Login.php +++ b/app/controller/admin/system/admin/Login.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\admin; diff --git a/app/controller/admin/system/attachment/Attachment.php b/app/controller/admin/system/attachment/Attachment.php index d0cd3a3..04015e2 100644 --- a/app/controller/admin/system/attachment/Attachment.php +++ b/app/controller/admin/system/attachment/Attachment.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\attachment; diff --git a/app/controller/admin/system/attachment/AttachmentCategory.php b/app/controller/admin/system/attachment/AttachmentCategory.php index 186b84f..236568a 100644 --- a/app/controller/admin/system/attachment/AttachmentCategory.php +++ b/app/controller/admin/system/attachment/AttachmentCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\attachment; diff --git a/app/controller/admin/system/auth/Menu.php b/app/controller/admin/system/auth/Menu.php index 60749b5..cb2cf9b 100644 --- a/app/controller/admin/system/auth/Menu.php +++ b/app/controller/admin/system/auth/Menu.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\auth; diff --git a/app/controller/admin/system/auth/Role.php b/app/controller/admin/system/auth/Role.php index 7d39230..fcf8844 100644 --- a/app/controller/admin/system/auth/Role.php +++ b/app/controller/admin/system/auth/Role.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\auth; diff --git a/app/controller/admin/system/config/Config.php b/app/controller/admin/system/config/Config.php index 29f22d6..a9ab11a 100644 --- a/app/controller/admin/system/config/Config.php +++ b/app/controller/admin/system/config/Config.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\config; diff --git a/app/controller/admin/system/config/ConfigClassify.php b/app/controller/admin/system/config/ConfigClassify.php index 84c76a1..514f7fb 100644 --- a/app/controller/admin/system/config/ConfigClassify.php +++ b/app/controller/admin/system/config/ConfigClassify.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\config; diff --git a/app/controller/admin/system/config/ConfigOthers.php b/app/controller/admin/system/config/ConfigOthers.php index f76db12..fa9ff47 100644 --- a/app/controller/admin/system/config/ConfigOthers.php +++ b/app/controller/admin/system/config/ConfigOthers.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\config; diff --git a/app/controller/admin/system/config/ConfigValue.php b/app/controller/admin/system/config/ConfigValue.php index 027c7c1..922d285 100644 --- a/app/controller/admin/system/config/ConfigValue.php +++ b/app/controller/admin/system/config/ConfigValue.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\config; diff --git a/app/controller/admin/system/diy/Diy.php b/app/controller/admin/system/diy/Diy.php index 3e6cb36..58d6d35 100644 --- a/app/controller/admin/system/diy/Diy.php +++ b/app/controller/admin/system/diy/Diy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\diy; diff --git a/app/controller/admin/system/diy/PageCategroy.php b/app/controller/admin/system/diy/PageCategroy.php index 29d40d5..5683b51 100644 --- a/app/controller/admin/system/diy/PageCategroy.php +++ b/app/controller/admin/system/diy/PageCategroy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\diy; use app\common\repositories\system\diy\PageCategoryRepository; diff --git a/app/controller/admin/system/diy/PageLink.php b/app/controller/admin/system/diy/PageLink.php index 28608da..53b2fa7 100644 --- a/app/controller/admin/system/diy/PageLink.php +++ b/app/controller/admin/system/diy/PageLink.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\diy; diff --git a/app/controller/admin/system/financial/Financial.php b/app/controller/admin/system/financial/Financial.php index 5a27b51..8e84116 100644 --- a/app/controller/admin/system/financial/Financial.php +++ b/app/controller/admin/system/financial/Financial.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\financial; use app\common\repositories\store\ExcelRepository; diff --git a/app/controller/admin/system/groupData/Group.php b/app/controller/admin/system/groupData/Group.php index 9273f52..6d2acd8 100644 --- a/app/controller/admin/system/groupData/Group.php +++ b/app/controller/admin/system/groupData/Group.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\groupData; diff --git a/app/controller/admin/system/groupData/GroupData.php b/app/controller/admin/system/groupData/GroupData.php index b5c61f5..0a0d2cd 100644 --- a/app/controller/admin/system/groupData/GroupData.php +++ b/app/controller/admin/system/groupData/GroupData.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\groupData; diff --git a/app/controller/admin/system/merchant/FinancialRecord.php b/app/controller/admin/system/merchant/FinancialRecord.php index 0677865..e55a3c4 100644 --- a/app/controller/admin/system/merchant/FinancialRecord.php +++ b/app/controller/admin/system/merchant/FinancialRecord.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/merchant/Merchant.php b/app/controller/admin/system/merchant/Merchant.php index cb82752..2b1217e 100644 --- a/app/controller/admin/system/merchant/Merchant.php +++ b/app/controller/admin/system/merchant/Merchant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/merchant/MerchantAdmin.php b/app/controller/admin/system/merchant/MerchantAdmin.php index 4d71444..d7c0d11 100644 --- a/app/controller/admin/system/merchant/MerchantAdmin.php +++ b/app/controller/admin/system/merchant/MerchantAdmin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/merchant/MerchantApplyments.php b/app/controller/admin/system/merchant/MerchantApplyments.php index 9fc71dd..c0dcb32 100644 --- a/app/controller/admin/system/merchant/MerchantApplyments.php +++ b/app/controller/admin/system/merchant/MerchantApplyments.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/merchant/MerchantCategory.php b/app/controller/admin/system/merchant/MerchantCategory.php index a66c7e8..0eadcf9 100644 --- a/app/controller/admin/system/merchant/MerchantCategory.php +++ b/app/controller/admin/system/merchant/MerchantCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/merchant/MerchantIntention.php b/app/controller/admin/system/merchant/MerchantIntention.php index ef2222b..15e9ebb 100644 --- a/app/controller/admin/system/merchant/MerchantIntention.php +++ b/app/controller/admin/system/merchant/MerchantIntention.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/merchant/MerchantMargin.php b/app/controller/admin/system/merchant/MerchantMargin.php index bee1ff8..d09b13f 100644 --- a/app/controller/admin/system/merchant/MerchantMargin.php +++ b/app/controller/admin/system/merchant/MerchantMargin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/merchant/MerchantType.php b/app/controller/admin/system/merchant/MerchantType.php index 1ce51f1..fa7f7b6 100644 --- a/app/controller/admin/system/merchant/MerchantType.php +++ b/app/controller/admin/system/merchant/MerchantType.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\merchant; diff --git a/app/controller/admin/system/notice/SystemNotice.php b/app/controller/admin/system/notice/SystemNotice.php index a8733e3..1cb59bc 100644 --- a/app/controller/admin/system/notice/SystemNotice.php +++ b/app/controller/admin/system/notice/SystemNotice.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\notice; diff --git a/app/controller/admin/system/notice/SystemNoticeConfig.php b/app/controller/admin/system/notice/SystemNoticeConfig.php index 2649b1d..69139da 100644 --- a/app/controller/admin/system/notice/SystemNoticeConfig.php +++ b/app/controller/admin/system/notice/SystemNoticeConfig.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\notice; diff --git a/app/controller/admin/system/safety/Database.php b/app/controller/admin/system/safety/Database.php index be737bc..6cb2ef8 100644 --- a/app/controller/admin/system/safety/Database.php +++ b/app/controller/admin/system/safety/Database.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\safety; diff --git a/app/controller/admin/system/serve/Config.php b/app/controller/admin/system/serve/Config.php index 1584c18..ea55231 100644 --- a/app/controller/admin/system/serve/Config.php +++ b/app/controller/admin/system/serve/Config.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\serve; use app\common\repositories\system\serve\ServeMealRepository; diff --git a/app/controller/admin/system/serve/Export.php b/app/controller/admin/system/serve/Export.php index 228ddd9..cfc1524 100644 --- a/app/controller/admin/system/serve/Export.php +++ b/app/controller/admin/system/serve/Export.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\serve; diff --git a/app/controller/admin/system/serve/Login.php b/app/controller/admin/system/serve/Login.php index 612f73d..df07d13 100644 --- a/app/controller/admin/system/serve/Login.php +++ b/app/controller/admin/system/serve/Login.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\serve; diff --git a/app/controller/admin/system/serve/Serve.php b/app/controller/admin/system/serve/Serve.php index 1d68dcb..7143510 100644 --- a/app/controller/admin/system/serve/Serve.php +++ b/app/controller/admin/system/serve/Serve.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\serve; diff --git a/app/controller/admin/system/serve/Sms.php b/app/controller/admin/system/serve/Sms.php index 96b6dd8..1f875d4 100644 --- a/app/controller/admin/system/serve/Sms.php +++ b/app/controller/admin/system/serve/Sms.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\serve; diff --git a/app/controller/admin/system/service/StoreService.php b/app/controller/admin/system/service/StoreService.php index f487eee..c2c4204 100644 --- a/app/controller/admin/system/service/StoreService.php +++ b/app/controller/admin/system/service/StoreService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\service; diff --git a/app/controller/admin/system/sms/Sms.php b/app/controller/admin/system/sms/Sms.php index adc22e5..9b0ee83 100644 --- a/app/controller/admin/system/sms/Sms.php +++ b/app/controller/admin/system/sms/Sms.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\sms; diff --git a/app/controller/admin/system/sms/SmsPay.php b/app/controller/admin/system/sms/SmsPay.php index 78eec90..5a61f79 100644 --- a/app/controller/admin/system/sms/SmsPay.php +++ b/app/controller/admin/system/sms/SmsPay.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\sms; diff --git a/app/controller/admin/system/sms/SmsTemplate.php b/app/controller/admin/system/sms/SmsTemplate.php index 5314346..2f28ab7 100644 --- a/app/controller/admin/system/sms/SmsTemplate.php +++ b/app/controller/admin/system/sms/SmsTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\system\sms; diff --git a/app/controller/admin/user/FeedBack.php b/app/controller/admin/user/FeedBack.php index f81699d..22e0e73 100644 --- a/app/controller/admin/user/FeedBack.php +++ b/app/controller/admin/user/FeedBack.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/FeedBackCategory.php b/app/controller/admin/user/FeedBackCategory.php index c025380..2a55b03 100644 --- a/app/controller/admin/user/FeedBackCategory.php +++ b/app/controller/admin/user/FeedBackCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/MemberInterests.php b/app/controller/admin/user/MemberInterests.php index 8600880..1846eec 100644 --- a/app/controller/admin/user/MemberInterests.php +++ b/app/controller/admin/user/MemberInterests.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/Svip.php b/app/controller/admin/user/Svip.php index ce5a727..754cfee 100644 --- a/app/controller/admin/user/Svip.php +++ b/app/controller/admin/user/Svip.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/User.php b/app/controller/admin/user/User.php index 5fda4bf..83bffc9 100644 --- a/app/controller/admin/user/User.php +++ b/app/controller/admin/user/User.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/UserBill.php b/app/controller/admin/user/UserBill.php index 1e63e5a..192825e 100644 --- a/app/controller/admin/user/UserBill.php +++ b/app/controller/admin/user/UserBill.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/UserBrokerage.php b/app/controller/admin/user/UserBrokerage.php index e7263c9..4154a22 100644 --- a/app/controller/admin/user/UserBrokerage.php +++ b/app/controller/admin/user/UserBrokerage.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/UserExtract.php b/app/controller/admin/user/UserExtract.php index eed007b..eebc8e8 100644 --- a/app/controller/admin/user/UserExtract.php +++ b/app/controller/admin/user/UserExtract.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/UserGroup.php b/app/controller/admin/user/UserGroup.php index 62ec117..84e7df4 100644 --- a/app/controller/admin/user/UserGroup.php +++ b/app/controller/admin/user/UserGroup.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/UserIntegral.php b/app/controller/admin/user/UserIntegral.php index a72a014..3244d24 100644 --- a/app/controller/admin/user/UserIntegral.php +++ b/app/controller/admin/user/UserIntegral.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/UserLabel.php b/app/controller/admin/user/UserLabel.php index 6d8fd28..30cc00d 100644 --- a/app/controller/admin/user/UserLabel.php +++ b/app/controller/admin/user/UserLabel.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/user/UserRecharge.php b/app/controller/admin/user/UserRecharge.php index 66e3b8d..758c179 100644 --- a/app/controller/admin/user/UserRecharge.php +++ b/app/controller/admin/user/UserRecharge.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\user; diff --git a/app/controller/admin/wechat/TemplateMessage.php b/app/controller/admin/wechat/TemplateMessage.php index 35e17eb..18acc5b 100644 --- a/app/controller/admin/wechat/TemplateMessage.php +++ b/app/controller/admin/wechat/TemplateMessage.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\wechat; diff --git a/app/controller/admin/wechat/WechatGroup.php b/app/controller/admin/wechat/WechatGroup.php index 4a9a908..95df4d7 100644 --- a/app/controller/admin/wechat/WechatGroup.php +++ b/app/controller/admin/wechat/WechatGroup.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\wechat; diff --git a/app/controller/admin/wechat/WechatMenu.php b/app/controller/admin/wechat/WechatMenu.php index 111c5df..f7eb2a2 100644 --- a/app/controller/admin/wechat/WechatMenu.php +++ b/app/controller/admin/wechat/WechatMenu.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\wechat; diff --git a/app/controller/admin/wechat/WechatNews.php b/app/controller/admin/wechat/WechatNews.php index 8c38a0d..46d606b 100644 --- a/app/controller/admin/wechat/WechatNews.php +++ b/app/controller/admin/wechat/WechatNews.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\wechat; diff --git a/app/controller/admin/wechat/WechatReply.php b/app/controller/admin/wechat/WechatReply.php index cb1ee00..48fd1f8 100644 --- a/app/controller/admin/wechat/WechatReply.php +++ b/app/controller/admin/wechat/WechatReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\wechat; diff --git a/app/controller/admin/wechat/WechatTag.php b/app/controller/admin/wechat/WechatTag.php index 591228b..6ca6984 100644 --- a/app/controller/admin/wechat/WechatTag.php +++ b/app/controller/admin/wechat/WechatTag.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\wechat; diff --git a/app/controller/admin/wechat/WechatUser.php b/app/controller/admin/wechat/WechatUser.php index 68832f8..09abd26 100644 --- a/app/controller/admin/wechat/WechatUser.php +++ b/app/controller/admin/wechat/WechatUser.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\admin\wechat; diff --git a/app/controller/api/Auth.php b/app/controller/api/Auth.php index c62e738..a12ec07 100644 --- a/app/controller/api/Auth.php +++ b/app/controller/api/Auth.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api; diff --git a/app/controller/api/Common.php b/app/controller/api/Common.php index 8fec325..b532830 100644 --- a/app/controller/api/Common.php +++ b/app/controller/api/Common.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api; diff --git a/app/controller/api/Diy.php b/app/controller/api/Diy.php index 2300d49..6751053 100644 --- a/app/controller/api/Diy.php +++ b/app/controller/api/Diy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api; use app\common\repositories\community\CommunityRepository; diff --git a/app/controller/api/Wechat.php b/app/controller/api/Wechat.php index 0a5fe80..50d5141 100644 --- a/app/controller/api/Wechat.php +++ b/app/controller/api/Wechat.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api; diff --git a/app/controller/api/article/Article.php b/app/controller/api/article/Article.php index a4dd581..5e08d4b 100644 --- a/app/controller/api/article/Article.php +++ b/app/controller/api/article/Article.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\article; diff --git a/app/controller/api/article/ArticleCategory.php b/app/controller/api/article/ArticleCategory.php index 8ecc353..ce0a08a 100644 --- a/app/controller/api/article/ArticleCategory.php +++ b/app/controller/api/article/ArticleCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\article; diff --git a/app/controller/api/community/Community.php b/app/controller/api/community/Community.php index 23bfb8f..9294326 100644 --- a/app/controller/api/community/Community.php +++ b/app/controller/api/community/Community.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\community; diff --git a/app/controller/api/community/CommunityCategory.php b/app/controller/api/community/CommunityCategory.php index 6e4f1f3..f9b2d72 100644 --- a/app/controller/api/community/CommunityCategory.php +++ b/app/controller/api/community/CommunityCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\community; diff --git a/app/controller/api/community/CommunityReply.php b/app/controller/api/community/CommunityReply.php index 98d224e..ab463f8 100644 --- a/app/controller/api/community/CommunityReply.php +++ b/app/controller/api/community/CommunityReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\community; diff --git a/app/controller/api/server/ShippingTemplate.php b/app/controller/api/server/ShippingTemplate.php index 71010ed..93599f7 100644 --- a/app/controller/api/server/ShippingTemplate.php +++ b/app/controller/api/server/ShippingTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\server; diff --git a/app/controller/api/server/StoreCategory.php b/app/controller/api/server/StoreCategory.php index 6510f22..685e7bf 100644 --- a/app/controller/api/server/StoreCategory.php +++ b/app/controller/api/server/StoreCategory.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\server; use app\common\repositories\store\StoreCategoryRepository; diff --git a/app/controller/api/server/StoreOrder.php b/app/controller/api/server/StoreOrder.php index f956034..0f6e3b1 100644 --- a/app/controller/api/server/StoreOrder.php +++ b/app/controller/api/server/StoreOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\server; diff --git a/app/controller/api/server/StoreProduct.php b/app/controller/api/server/StoreProduct.php index 84e0d15..8b4f35e 100644 --- a/app/controller/api/server/StoreProduct.php +++ b/app/controller/api/server/StoreProduct.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\server; use app\common\repositories\store\order\StoreCartRepository; diff --git a/app/controller/api/server/StoreProductAttrTemplate.php b/app/controller/api/server/StoreProductAttrTemplate.php index 1e51bdd..3f1e357 100644 --- a/app/controller/api/server/StoreProductAttrTemplate.php +++ b/app/controller/api/server/StoreProductAttrTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\server; use crmeb\basic\BaseController; diff --git a/app/controller/api/server/StoreRefundOrder.php b/app/controller/api/server/StoreRefundOrder.php index 81d38c2..4849dcd 100644 --- a/app/controller/api/server/StoreRefundOrder.php +++ b/app/controller/api/server/StoreRefundOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\server; use app\common\repositories\store\order\StoreOrderProductRepository; diff --git a/app/controller/api/store/broadcast/BroadcastRoom.php b/app/controller/api/store/broadcast/BroadcastRoom.php index e06405a..06c61e5 100644 --- a/app/controller/api/store/broadcast/BroadcastRoom.php +++ b/app/controller/api/store/broadcast/BroadcastRoom.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\broadcast; diff --git a/app/controller/api/store/merchant/Merchant.php b/app/controller/api/store/merchant/Merchant.php index c4dcb1d..7e1aaa4 100644 --- a/app/controller/api/store/merchant/Merchant.php +++ b/app/controller/api/store/merchant/Merchant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\merchant; diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index cc0f823..681f13f 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\merchant; diff --git a/app/controller/api/store/order/PointsOrder.php b/app/controller/api/store/order/PointsOrder.php index 244205a..5369293 100644 --- a/app/controller/api/store/order/PointsOrder.php +++ b/app/controller/api/store/order/PointsOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\order; diff --git a/app/controller/api/store/order/PresellOrder.php b/app/controller/api/store/order/PresellOrder.php index 9d4b519..80bd0a8 100644 --- a/app/controller/api/store/order/PresellOrder.php +++ b/app/controller/api/store/order/PresellOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\order; diff --git a/app/controller/api/store/order/StoreCart.php b/app/controller/api/store/order/StoreCart.php index b3951f0..4855e7d 100644 --- a/app/controller/api/store/order/StoreCart.php +++ b/app/controller/api/store/order/StoreCart.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\order; diff --git a/app/controller/api/store/order/StoreOrder.php b/app/controller/api/store/order/StoreOrder.php index cc32a4f..60d4d2c 100644 --- a/app/controller/api/store/order/StoreOrder.php +++ b/app/controller/api/store/order/StoreOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\order; diff --git a/app/controller/api/store/order/StoreOrderVerify.php b/app/controller/api/store/order/StoreOrderVerify.php index 4b573fc..27d66cb 100644 --- a/app/controller/api/store/order/StoreOrderVerify.php +++ b/app/controller/api/store/order/StoreOrderVerify.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\order; diff --git a/app/controller/api/store/order/StoreRefundOrder.php b/app/controller/api/store/order/StoreRefundOrder.php index 5b3d8e9..c89e5bf 100644 --- a/app/controller/api/store/order/StoreRefundOrder.php +++ b/app/controller/api/store/order/StoreRefundOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\order; diff --git a/app/controller/api/store/product/Discounts.php b/app/controller/api/store/product/Discounts.php index 6fdcd34..47a58fe 100644 --- a/app/controller/api/store/product/Discounts.php +++ b/app/controller/api/store/product/Discounts.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; use app\common\repositories\store\product\StoreDiscountProductRepository; diff --git a/app/controller/api/store/product/PointsProduct.php b/app/controller/api/store/product/PointsProduct.php index cd7503d..4143fdb 100644 --- a/app/controller/api/store/product/PointsProduct.php +++ b/app/controller/api/store/product/PointsProduct.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; use app\common\repositories\store\pionts\PointsProductRepository; diff --git a/app/controller/api/store/product/StoreBrand.php b/app/controller/api/store/product/StoreBrand.php index 8a5aae7..ed8cae6 100644 --- a/app/controller/api/store/product/StoreBrand.php +++ b/app/controller/api/store/product/StoreBrand.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreCategory.php b/app/controller/api/store/product/StoreCategory.php index c20a5ea..1e682a0 100644 --- a/app/controller/api/store/product/StoreCategory.php +++ b/app/controller/api/store/product/StoreCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreCoupon.php b/app/controller/api/store/product/StoreCoupon.php index 94c1b61..66257ae 100644 --- a/app/controller/api/store/product/StoreCoupon.php +++ b/app/controller/api/store/product/StoreCoupon.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreProduct.php b/app/controller/api/store/product/StoreProduct.php index 44a8f0e..62f9c0f 100644 --- a/app/controller/api/store/product/StoreProduct.php +++ b/app/controller/api/store/product/StoreProduct.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreProductAssist.php b/app/controller/api/store/product/StoreProductAssist.php index 48b024f..5e629f1 100644 --- a/app/controller/api/store/product/StoreProductAssist.php +++ b/app/controller/api/store/product/StoreProductAssist.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreProductAssistSet.php b/app/controller/api/store/product/StoreProductAssistSet.php index 30c00c0..d3e261c 100644 --- a/app/controller/api/store/product/StoreProductAssistSet.php +++ b/app/controller/api/store/product/StoreProductAssistSet.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreProductGroup.php b/app/controller/api/store/product/StoreProductGroup.php index 72efc66..a3514f2 100644 --- a/app/controller/api/store/product/StoreProductGroup.php +++ b/app/controller/api/store/product/StoreProductGroup.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreProductPresell.php b/app/controller/api/store/product/StoreProductPresell.php index 291cdc1..22c1f33 100644 --- a/app/controller/api/store/product/StoreProductPresell.php +++ b/app/controller/api/store/product/StoreProductPresell.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreProductSeckill.php b/app/controller/api/store/product/StoreProductSeckill.php index 99e27f6..81475e4 100644 --- a/app/controller/api/store/product/StoreProductSeckill.php +++ b/app/controller/api/store/product/StoreProductSeckill.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreReply.php b/app/controller/api/store/product/StoreReply.php index 98f186e..316df0c 100644 --- a/app/controller/api/store/product/StoreReply.php +++ b/app/controller/api/store/product/StoreReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; diff --git a/app/controller/api/store/product/StoreSpu.php b/app/controller/api/store/product/StoreSpu.php index 0313680..9c8d136 100644 --- a/app/controller/api/store/product/StoreSpu.php +++ b/app/controller/api/store/product/StoreSpu.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\product; use app\common\repositories\store\product\ProductRepository; diff --git a/app/controller/api/store/service/Service.php b/app/controller/api/store/service/Service.php index 1a6d118..87652f1 100644 --- a/app/controller/api/store/service/Service.php +++ b/app/controller/api/store/service/Service.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\store\service; diff --git a/app/controller/api/user/Admin.php b/app/controller/api/user/Admin.php index 9537992..be4e1a1 100644 --- a/app/controller/api/user/Admin.php +++ b/app/controller/api/user/Admin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/FeedBackCategory.php b/app/controller/api/user/FeedBackCategory.php index 35bdff6..7a9719e 100644 --- a/app/controller/api/user/FeedBackCategory.php +++ b/app/controller/api/user/FeedBackCategory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/Feedback.php b/app/controller/api/user/Feedback.php index 8bdef61..3b47313 100644 --- a/app/controller/api/user/Feedback.php +++ b/app/controller/api/user/Feedback.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/Member.php b/app/controller/api/user/Member.php index 889c394..59c1c50 100644 --- a/app/controller/api/user/Member.php +++ b/app/controller/api/user/Member.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/Svip.php b/app/controller/api/user/Svip.php index b19954e..ed82f03 100644 --- a/app/controller/api/user/Svip.php +++ b/app/controller/api/user/Svip.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/User.php b/app/controller/api/user/User.php index 367d71f..2a6e14e 100644 --- a/app/controller/api/user/User.php +++ b/app/controller/api/user/User.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/UserAddress.php b/app/controller/api/user/UserAddress.php index c34f6da..44053da 100644 --- a/app/controller/api/user/UserAddress.php +++ b/app/controller/api/user/UserAddress.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/UserExtract.php b/app/controller/api/user/UserExtract.php index 78b3d5a..9e216ff 100644 --- a/app/controller/api/user/UserExtract.php +++ b/app/controller/api/user/UserExtract.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/UserHistory.php b/app/controller/api/user/UserHistory.php index 78cd0ac..26cc7e8 100644 --- a/app/controller/api/user/UserHistory.php +++ b/app/controller/api/user/UserHistory.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/UserReceipt.php b/app/controller/api/user/UserReceipt.php index 03deb9c..967d81e 100644 --- a/app/controller/api/user/UserReceipt.php +++ b/app/controller/api/user/UserReceipt.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/UserRecharge.php b/app/controller/api/user/UserRecharge.php index 271f3b4..964bd20 100644 --- a/app/controller/api/user/UserRecharge.php +++ b/app/controller/api/user/UserRecharge.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/UserRelation.php b/app/controller/api/user/UserRelation.php index 2c4d070..21d068e 100644 --- a/app/controller/api/user/UserRelation.php +++ b/app/controller/api/user/UserRelation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/api/user/UserSign.php b/app/controller/api/user/UserSign.php index f029525..94fb269 100644 --- a/app/controller/api/user/UserSign.php +++ b/app/controller/api/user/UserSign.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\api\user; diff --git a/app/controller/merchant/Common.php b/app/controller/merchant/Common.php index 5b70618..2776d81 100644 --- a/app/controller/merchant/Common.php +++ b/app/controller/merchant/Common.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant; diff --git a/app/controller/merchant/store/Excel.php b/app/controller/merchant/store/Excel.php index e808a51..b437c92 100644 --- a/app/controller/merchant/store/Excel.php +++ b/app/controller/merchant/store/Excel.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store; diff --git a/app/controller/merchant/store/StoreAttrTemplate.php b/app/controller/merchant/store/StoreAttrTemplate.php index 923bb4d..6fef497 100644 --- a/app/controller/merchant/store/StoreAttrTemplate.php +++ b/app/controller/merchant/store/StoreAttrTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store; diff --git a/app/controller/merchant/store/StoreImport.php b/app/controller/merchant/store/StoreImport.php index 225ee32..ef3c478 100644 --- a/app/controller/merchant/store/StoreImport.php +++ b/app/controller/merchant/store/StoreImport.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store; diff --git a/app/controller/merchant/store/StorePrinter.php b/app/controller/merchant/store/StorePrinter.php index 6cd18d4..2e13b93 100644 --- a/app/controller/merchant/store/StorePrinter.php +++ b/app/controller/merchant/store/StorePrinter.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store; diff --git a/app/controller/merchant/store/StoreProductReply.php b/app/controller/merchant/store/StoreProductReply.php index 438cae9..796b8da 100644 --- a/app/controller/merchant/store/StoreProductReply.php +++ b/app/controller/merchant/store/StoreProductReply.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store; diff --git a/app/controller/merchant/store/broadcast/BroadcastAssistant.php b/app/controller/merchant/store/broadcast/BroadcastAssistant.php index 9c993f4..becf24c 100644 --- a/app/controller/merchant/store/broadcast/BroadcastAssistant.php +++ b/app/controller/merchant/store/broadcast/BroadcastAssistant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\broadcast; diff --git a/app/controller/merchant/store/broadcast/BroadcastGoods.php b/app/controller/merchant/store/broadcast/BroadcastGoods.php index 056ca55..b4d2399 100644 --- a/app/controller/merchant/store/broadcast/BroadcastGoods.php +++ b/app/controller/merchant/store/broadcast/BroadcastGoods.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\broadcast; diff --git a/app/controller/merchant/store/broadcast/BroadcastRoom.php b/app/controller/merchant/store/broadcast/BroadcastRoom.php index ec06df7..ace93c3 100644 --- a/app/controller/merchant/store/broadcast/BroadcastRoom.php +++ b/app/controller/merchant/store/broadcast/BroadcastRoom.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\broadcast; diff --git a/app/controller/merchant/store/coupon/Coupon.php b/app/controller/merchant/store/coupon/Coupon.php index fa1c96a..18e68ed 100644 --- a/app/controller/merchant/store/coupon/Coupon.php +++ b/app/controller/merchant/store/coupon/Coupon.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\coupon; diff --git a/app/controller/merchant/store/coupon/CouponSend.php b/app/controller/merchant/store/coupon/CouponSend.php index 22d2dc8..0f3620e 100644 --- a/app/controller/merchant/store/coupon/CouponSend.php +++ b/app/controller/merchant/store/coupon/CouponSend.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\coupon; diff --git a/app/controller/merchant/store/delivery/DeliveryOrder.php b/app/controller/merchant/store/delivery/DeliveryOrder.php index 63bc694..3bec758 100644 --- a/app/controller/merchant/store/delivery/DeliveryOrder.php +++ b/app/controller/merchant/store/delivery/DeliveryOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\delivery; diff --git a/app/controller/merchant/store/delivery/DeliveryStation.php b/app/controller/merchant/store/delivery/DeliveryStation.php index 9263388..ea1cd65 100644 --- a/app/controller/merchant/store/delivery/DeliveryStation.php +++ b/app/controller/merchant/store/delivery/DeliveryStation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\delivery; diff --git a/app/controller/merchant/store/guarantee/GuaranteeTemplate.php b/app/controller/merchant/store/guarantee/GuaranteeTemplate.php index 8a6f75f..0b9165a 100644 --- a/app/controller/merchant/store/guarantee/GuaranteeTemplate.php +++ b/app/controller/merchant/store/guarantee/GuaranteeTemplate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\guarantee; use app\common\repositories\store\GuaranteeRepository; diff --git a/app/controller/merchant/store/order/Order.php b/app/controller/merchant/store/order/Order.php index 6dea166..55c3277 100644 --- a/app/controller/merchant/store/order/Order.php +++ b/app/controller/merchant/store/order/Order.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\order; diff --git a/app/controller/merchant/store/order/OrderReceipt.php b/app/controller/merchant/store/order/OrderReceipt.php index b3471ce..338e0c2 100644 --- a/app/controller/merchant/store/order/OrderReceipt.php +++ b/app/controller/merchant/store/order/OrderReceipt.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\order; diff --git a/app/controller/merchant/store/order/Reconciliation.php b/app/controller/merchant/store/order/Reconciliation.php index a844507..2ff9f4c 100644 --- a/app/controller/merchant/store/order/Reconciliation.php +++ b/app/controller/merchant/store/order/Reconciliation.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\order; diff --git a/app/controller/merchant/store/order/RefundOrder.php b/app/controller/merchant/store/order/RefundOrder.php index 0cbb862..bce844b 100644 --- a/app/controller/merchant/store/order/RefundOrder.php +++ b/app/controller/merchant/store/order/RefundOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\order; diff --git a/app/controller/merchant/store/product/Discounts.php b/app/controller/merchant/store/product/Discounts.php index 9542f62..337bc8b 100644 --- a/app/controller/merchant/store/product/Discounts.php +++ b/app/controller/merchant/store/product/Discounts.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; use app\common\repositories\store\product\StoreDiscountRepository; diff --git a/app/controller/merchant/store/product/Product.php b/app/controller/merchant/store/product/Product.php index 4452834..7ba325e 100644 --- a/app/controller/merchant/store/product/Product.php +++ b/app/controller/merchant/store/product/Product.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; diff --git a/app/controller/merchant/store/product/ProductAssist.php b/app/controller/merchant/store/product/ProductAssist.php index 70b815b..f735597 100644 --- a/app/controller/merchant/store/product/ProductAssist.php +++ b/app/controller/merchant/store/product/ProductAssist.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; diff --git a/app/controller/merchant/store/product/ProductAssistSet.php b/app/controller/merchant/store/product/ProductAssistSet.php index b7353d6..35d8eb8 100644 --- a/app/controller/merchant/store/product/ProductAssistSet.php +++ b/app/controller/merchant/store/product/ProductAssistSet.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; diff --git a/app/controller/merchant/store/product/ProductCopy.php b/app/controller/merchant/store/product/ProductCopy.php index 9a0a3df..0507bb7 100644 --- a/app/controller/merchant/store/product/ProductCopy.php +++ b/app/controller/merchant/store/product/ProductCopy.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; diff --git a/app/controller/merchant/store/product/ProductGroup.php b/app/controller/merchant/store/product/ProductGroup.php index 2b91853..7f01eca 100644 --- a/app/controller/merchant/store/product/ProductGroup.php +++ b/app/controller/merchant/store/product/ProductGroup.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; use app\common\repositories\store\product\ProductRepository; diff --git a/app/controller/merchant/store/product/ProductGroupBuying.php b/app/controller/merchant/store/product/ProductGroupBuying.php index 1f88d18..10b0ea3 100644 --- a/app/controller/merchant/store/product/ProductGroupBuying.php +++ b/app/controller/merchant/store/product/ProductGroupBuying.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; use app\common\repositories\store\product\ProductGroupUserRepository; diff --git a/app/controller/merchant/store/product/ProductLabel.php b/app/controller/merchant/store/product/ProductLabel.php index 56dca92..d5a28ae 100644 --- a/app/controller/merchant/store/product/ProductLabel.php +++ b/app/controller/merchant/store/product/ProductLabel.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; use app\common\repositories\store\product\ProductLabelRepository; diff --git a/app/controller/merchant/store/product/ProductPresell.php b/app/controller/merchant/store/product/ProductPresell.php index 829a039..775a563 100644 --- a/app/controller/merchant/store/product/ProductPresell.php +++ b/app/controller/merchant/store/product/ProductPresell.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; diff --git a/app/controller/merchant/store/product/ProductSeckill.php b/app/controller/merchant/store/product/ProductSeckill.php index 3b02679..4d1d1a0 100644 --- a/app/controller/merchant/store/product/ProductSeckill.php +++ b/app/controller/merchant/store/product/ProductSeckill.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\product; diff --git a/app/controller/merchant/store/service/StoreService.php b/app/controller/merchant/store/service/StoreService.php index 2a3065b..ce05119 100644 --- a/app/controller/merchant/store/service/StoreService.php +++ b/app/controller/merchant/store/service/StoreService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\service; diff --git a/app/controller/merchant/store/service/StoreServiceReply.php b/app/controller/merchant/store/service/StoreServiceReply.php index 81dfe94..8d15f14 100644 --- a/app/controller/merchant/store/service/StoreServiceReply.php +++ b/app/controller/merchant/store/service/StoreServiceReply.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\service; diff --git a/app/controller/merchant/store/shipping/City.php b/app/controller/merchant/store/shipping/City.php index 8247d8b..8c82959 100644 --- a/app/controller/merchant/store/shipping/City.php +++ b/app/controller/merchant/store/shipping/City.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\shipping; diff --git a/app/controller/merchant/store/shipping/ShippingTemplate.php b/app/controller/merchant/store/shipping/ShippingTemplate.php index acb3ac9..d8429b1 100644 --- a/app/controller/merchant/store/shipping/ShippingTemplate.php +++ b/app/controller/merchant/store/shipping/ShippingTemplate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\shipping; diff --git a/app/controller/merchant/store/shipping/ShippingTemplateFree.php b/app/controller/merchant/store/shipping/ShippingTemplateFree.php index 96c2e5f..49f3de6 100644 --- a/app/controller/merchant/store/shipping/ShippingTemplateFree.php +++ b/app/controller/merchant/store/shipping/ShippingTemplateFree.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\shipping; diff --git a/app/controller/merchant/store/shipping/ShippingTemplateRegion.php b/app/controller/merchant/store/shipping/ShippingTemplateRegion.php index 5cf1bc2..e2ef00f 100644 --- a/app/controller/merchant/store/shipping/ShippingTemplateRegion.php +++ b/app/controller/merchant/store/shipping/ShippingTemplateRegion.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\shipping; diff --git a/app/controller/merchant/store/shipping/ShippingTemplateUndelive.php b/app/controller/merchant/store/shipping/ShippingTemplateUndelive.php index 796369e..04d69b5 100644 --- a/app/controller/merchant/store/shipping/ShippingTemplateUndelive.php +++ b/app/controller/merchant/store/shipping/ShippingTemplateUndelive.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\store\shipping; diff --git a/app/controller/merchant/system/Merchant.php b/app/controller/merchant/system/Merchant.php index 717c64a..744ec17 100644 --- a/app/controller/merchant/system/Merchant.php +++ b/app/controller/merchant/system/Merchant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system; diff --git a/app/controller/merchant/system/MerchantApplyments.php b/app/controller/merchant/system/MerchantApplyments.php index 92240b4..9b998ee 100644 --- a/app/controller/merchant/system/MerchantApplyments.php +++ b/app/controller/merchant/system/MerchantApplyments.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system; diff --git a/app/controller/merchant/system/admin/Login.php b/app/controller/merchant/system/admin/Login.php index acd9687..e6fa482 100644 --- a/app/controller/merchant/system/admin/Login.php +++ b/app/controller/merchant/system/admin/Login.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\admin; diff --git a/app/controller/merchant/system/admin/MerchantAdmin.php b/app/controller/merchant/system/admin/MerchantAdmin.php index 2cda04f..f79b8d9 100644 --- a/app/controller/merchant/system/admin/MerchantAdmin.php +++ b/app/controller/merchant/system/admin/MerchantAdmin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\admin; diff --git a/app/controller/merchant/system/auth/Role.php b/app/controller/merchant/system/auth/Role.php index 207a9a6..07a8455 100644 --- a/app/controller/merchant/system/auth/Role.php +++ b/app/controller/merchant/system/auth/Role.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\auth; diff --git a/app/controller/merchant/system/diy/Diy.php b/app/controller/merchant/system/diy/Diy.php index 714fb24..2ebc0fa 100644 --- a/app/controller/merchant/system/diy/Diy.php +++ b/app/controller/merchant/system/diy/Diy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\diy; diff --git a/app/controller/merchant/system/financial/Financial.php b/app/controller/merchant/system/financial/Financial.php index 24ad46f..bc2e6b6 100644 --- a/app/controller/merchant/system/financial/Financial.php +++ b/app/controller/merchant/system/financial/Financial.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\financial; use app\common\repositories\store\ExcelRepository; diff --git a/app/controller/merchant/system/notice/SystemNoticeLog.php b/app/controller/merchant/system/notice/SystemNoticeLog.php index 97ad080..f23dc3a 100644 --- a/app/controller/merchant/system/notice/SystemNoticeLog.php +++ b/app/controller/merchant/system/notice/SystemNoticeLog.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\notice; diff --git a/app/controller/merchant/system/openapi/OpenApi.php b/app/controller/merchant/system/openapi/OpenApi.php index 518eb7f..eb739fc 100644 --- a/app/controller/merchant/system/openapi/OpenApi.php +++ b/app/controller/merchant/system/openapi/OpenApi.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\openapi; diff --git a/app/controller/merchant/system/serve/Config.php b/app/controller/merchant/system/serve/Config.php index 369f3a1..8360c6a 100644 --- a/app/controller/merchant/system/serve/Config.php +++ b/app/controller/merchant/system/serve/Config.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\serve; diff --git a/app/controller/merchant/system/serve/Serve.php b/app/controller/merchant/system/serve/Serve.php index 55a2c88..ffaaa58 100644 --- a/app/controller/merchant/system/serve/Serve.php +++ b/app/controller/merchant/system/serve/Serve.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\system\serve; diff --git a/app/controller/merchant/user/LabelRule.php b/app/controller/merchant/user/LabelRule.php index a3d2a35..54c155c 100644 --- a/app/controller/merchant/user/LabelRule.php +++ b/app/controller/merchant/user/LabelRule.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\user; diff --git a/app/controller/merchant/user/User.php b/app/controller/merchant/user/User.php index edd8caa..eedb34c 100644 --- a/app/controller/merchant/user/User.php +++ b/app/controller/merchant/user/User.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\user; diff --git a/app/controller/merchant/user/UserIntegral.php b/app/controller/merchant/user/UserIntegral.php index 7aa1c57..16e6d50 100644 --- a/app/controller/merchant/user/UserIntegral.php +++ b/app/controller/merchant/user/UserIntegral.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\user; diff --git a/app/controller/merchant/user/UserMerchant.php b/app/controller/merchant/user/UserMerchant.php index ce80d5d..6a33cc4 100644 --- a/app/controller/merchant/user/UserMerchant.php +++ b/app/controller/merchant/user/UserMerchant.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\merchant\user; diff --git a/app/controller/openapi/Auth.php b/app/controller/openapi/Auth.php index 5580f48..d976e65 100644 --- a/app/controller/openapi/Auth.php +++ b/app/controller/openapi/Auth.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\openapi; diff --git a/app/controller/openapi/store/StoreOrder.php b/app/controller/openapi/store/StoreOrder.php index 946bd93..b865db5 100644 --- a/app/controller/openapi/store/StoreOrder.php +++ b/app/controller/openapi/store/StoreOrder.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\openapi\store; diff --git a/app/controller/openapi/store/StoreProduct.php b/app/controller/openapi/store/StoreProduct.php index 5420f89..d6c445d 100644 --- a/app/controller/openapi/store/StoreProduct.php +++ b/app/controller/openapi/store/StoreProduct.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\controller\openapi\store; diff --git a/app/event.php b/app/event.php index cd14a3e..38c1e8e 100644 --- a/app/event.php +++ b/app/event.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // 事件定义文件 return [ diff --git a/app/middleware.php b/app/middleware.php index 1295060..87e2283 100644 --- a/app/middleware.php +++ b/app/middleware.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // 全局中间件定义文件 return [ diff --git a/app/provider.php b/app/provider.php index 9b78e02..b19f724 100644 --- a/app/provider.php +++ b/app/provider.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\ExceptionHandle; diff --git a/app/service.php b/app/service.php index 9c1e7c1..26078c9 100644 --- a/app/service.php +++ b/app/service.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\AppService; diff --git a/app/validate/admin/AdminEditValidate.php b/app/validate/admin/AdminEditValidate.php index 5c3fe60..10ad2b2 100644 --- a/app/validate/admin/AdminEditValidate.php +++ b/app/validate/admin/AdminEditValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/AdminValidate.php b/app/validate/admin/AdminValidate.php index 7719cd4..4a7223d 100644 --- a/app/validate/admin/AdminValidate.php +++ b/app/validate/admin/AdminValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/ArticleCategoryValidate.php b/app/validate/admin/ArticleCategoryValidate.php index 80ac962..ea40a58 100644 --- a/app/validate/admin/ArticleCategoryValidate.php +++ b/app/validate/admin/ArticleCategoryValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/ArticleValidate.php b/app/validate/admin/ArticleValidate.php index b0e38e8..aed0393 100644 --- a/app/validate/admin/ArticleValidate.php +++ b/app/validate/admin/ArticleValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/AttachmentCategoryValidate.php b/app/validate/admin/AttachmentCategoryValidate.php index cca7542..70f0614 100644 --- a/app/validate/admin/AttachmentCategoryValidate.php +++ b/app/validate/admin/AttachmentCategoryValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/AttachmentValidate.php b/app/validate/admin/AttachmentValidate.php index ced04d5..ec827d6 100644 --- a/app/validate/admin/AttachmentValidate.php +++ b/app/validate/admin/AttachmentValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/CommunityTopicValidate.php b/app/validate/admin/CommunityTopicValidate.php index 4bb07c2..46f0c5c 100644 --- a/app/validate/admin/CommunityTopicValidate.php +++ b/app/validate/admin/CommunityTopicValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/ConfigClassifyValidate.php b/app/validate/admin/ConfigClassifyValidate.php index dec2da1..31dda6c 100644 --- a/app/validate/admin/ConfigClassifyValidate.php +++ b/app/validate/admin/ConfigClassifyValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/ConfigValidate.php b/app/validate/admin/ConfigValidate.php index 65974ea..7ed563e 100644 --- a/app/validate/admin/ConfigValidate.php +++ b/app/validate/admin/ConfigValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/CrmebServeValidata.php b/app/validate/admin/CrmebServeValidata.php index 8e13f80..2f46941 100644 --- a/app/validate/admin/CrmebServeValidata.php +++ b/app/validate/admin/CrmebServeValidata.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/ExpressValidata.php b/app/validate/admin/ExpressValidata.php index 0d59a15..4722eac 100644 --- a/app/validate/admin/ExpressValidata.php +++ b/app/validate/admin/ExpressValidata.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/GroupDataValidate.php b/app/validate/admin/GroupDataValidate.php index 9facc81..982801e 100644 --- a/app/validate/admin/GroupDataValidate.php +++ b/app/validate/admin/GroupDataValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/GroupValidate.php b/app/validate/admin/GroupValidate.php index ffd018c..8acb1e4 100644 --- a/app/validate/admin/GroupValidate.php +++ b/app/validate/admin/GroupValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/GuaranteeTemplateValidate.php b/app/validate/admin/GuaranteeTemplateValidate.php index 28dd052..b321c1e 100644 --- a/app/validate/admin/GuaranteeTemplateValidate.php +++ b/app/validate/admin/GuaranteeTemplateValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/GuaranteeValidate.php b/app/validate/admin/GuaranteeValidate.php index 94c9c80..a016ae6 100644 --- a/app/validate/admin/GuaranteeValidate.php +++ b/app/validate/admin/GuaranteeValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/IntegralConfigValidate.php b/app/validate/admin/IntegralConfigValidate.php index 0f37b28..070caff 100644 --- a/app/validate/admin/IntegralConfigValidate.php +++ b/app/validate/admin/IntegralConfigValidate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/LoginValidate.php b/app/validate/admin/LoginValidate.php index 481335a..41b0955 100644 --- a/app/validate/admin/LoginValidate.php +++ b/app/validate/admin/LoginValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/MealValidata.php b/app/validate/admin/MealValidata.php index 784155a..3329c64 100644 --- a/app/validate/admin/MealValidata.php +++ b/app/validate/admin/MealValidata.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/MenuValidate.php b/app/validate/admin/MenuValidate.php index ee04ab1..bedb0b4 100644 --- a/app/validate/admin/MenuValidate.php +++ b/app/validate/admin/MenuValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/MerchantCategoryValidate.php b/app/validate/admin/MerchantCategoryValidate.php index 4fd0fa7..7c9f308 100644 --- a/app/validate/admin/MerchantCategoryValidate.php +++ b/app/validate/admin/MerchantCategoryValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/MerchantTypeValidate.php b/app/validate/admin/MerchantTypeValidate.php index e02bd47..6271089 100644 --- a/app/validate/admin/MerchantTypeValidate.php +++ b/app/validate/admin/MerchantTypeValidate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/MerchantValidate.php b/app/validate/admin/MerchantValidate.php index f24d74a..2d3a8c1 100644 --- a/app/validate/admin/MerchantValidate.php +++ b/app/validate/admin/MerchantValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/ParameterTemplateValidate.php b/app/validate/admin/ParameterTemplateValidate.php index be706db..17fe146 100644 --- a/app/validate/admin/ParameterTemplateValidate.php +++ b/app/validate/admin/ParameterTemplateValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/PriceRuleValidate.php b/app/validate/admin/PriceRuleValidate.php index 617ff2b..7bd5bcb 100644 --- a/app/validate/admin/PriceRuleValidate.php +++ b/app/validate/admin/PriceRuleValidate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/ProductLabelValidate.php b/app/validate/admin/ProductLabelValidate.php index 26c3ddb..f5a4bd6 100644 --- a/app/validate/admin/ProductLabelValidate.php +++ b/app/validate/admin/ProductLabelValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/RoleValidate.php b/app/validate/admin/RoleValidate.php index 3e8cda6..9e25721 100644 --- a/app/validate/admin/RoleValidate.php +++ b/app/validate/admin/RoleValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/SmsRegisterValidate.php b/app/validate/admin/SmsRegisterValidate.php index de2f48a..9219237 100644 --- a/app/validate/admin/SmsRegisterValidate.php +++ b/app/validate/admin/SmsRegisterValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/StoreActivityValidate.php b/app/validate/admin/StoreActivityValidate.php index e3e3bc5..6113044 100644 --- a/app/validate/admin/StoreActivityValidate.php +++ b/app/validate/admin/StoreActivityValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/StoreBrandCategoryValidate.php b/app/validate/admin/StoreBrandCategoryValidate.php index 8769e87..290a88b 100644 --- a/app/validate/admin/StoreBrandCategoryValidate.php +++ b/app/validate/admin/StoreBrandCategoryValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/StoreBrandValidate.php b/app/validate/admin/StoreBrandValidate.php index 3680846..e4f7fa1 100644 --- a/app/validate/admin/StoreBrandValidate.php +++ b/app/validate/admin/StoreBrandValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/StoreCategoryValidate.php b/app/validate/admin/StoreCategoryValidate.php index 8e19d1a..06fb895 100644 --- a/app/validate/admin/StoreCategoryValidate.php +++ b/app/validate/admin/StoreCategoryValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/StoreProductReplyValidate.php b/app/validate/admin/StoreProductReplyValidate.php index 501e100..d1c012c 100644 --- a/app/validate/admin/StoreProductReplyValidate.php +++ b/app/validate/admin/StoreProductReplyValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/StoreSeckillValidate.php b/app/validate/admin/StoreSeckillValidate.php index 206787f..646c4d1 100644 --- a/app/validate/admin/StoreSeckillValidate.php +++ b/app/validate/admin/StoreSeckillValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/SystemNoticeConfigValidate.php b/app/validate/admin/SystemNoticeConfigValidate.php index cdfd8ff..3c5e469 100644 --- a/app/validate/admin/SystemNoticeConfigValidate.php +++ b/app/validate/admin/SystemNoticeConfigValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/SystemNoticeValidate.php b/app/validate/admin/SystemNoticeValidate.php index 56a7518..42ac517 100644 --- a/app/validate/admin/SystemNoticeValidate.php +++ b/app/validate/admin/SystemNoticeValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/TemplateMessageValidate.php b/app/validate/admin/TemplateMessageValidate.php index b7e1418..0a53c45 100644 --- a/app/validate/admin/TemplateMessageValidate.php +++ b/app/validate/admin/TemplateMessageValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/UserBrokerageValidate.php b/app/validate/admin/UserBrokerageValidate.php index cf0280d..158bfa0 100644 --- a/app/validate/admin/UserBrokerageValidate.php +++ b/app/validate/admin/UserBrokerageValidate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/UserGroupValidate.php b/app/validate/admin/UserGroupValidate.php index 13ce4bc..e46f4fe 100644 --- a/app/validate/admin/UserGroupValidate.php +++ b/app/validate/admin/UserGroupValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/UserLabelValidate.php b/app/validate/admin/UserLabelValidate.php index 395d504..3540578 100644 --- a/app/validate/admin/UserLabelValidate.php +++ b/app/validate/admin/UserLabelValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/UserNowMoneyValidate.php b/app/validate/admin/UserNowMoneyValidate.php index c893425..70bdbce 100644 --- a/app/validate/admin/UserNowMoneyValidate.php +++ b/app/validate/admin/UserNowMoneyValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/UserValidate.php b/app/validate/admin/UserValidate.php index 235d561..9149069 100644 --- a/app/validate/admin/UserValidate.php +++ b/app/validate/admin/UserValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/WechatNewsValidate.php b/app/validate/admin/WechatNewsValidate.php index 9c81dd0..323964a 100644 --- a/app/validate/admin/WechatNewsValidate.php +++ b/app/validate/admin/WechatNewsValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/admin/WechatReplyValidate.php b/app/validate/admin/WechatReplyValidate.php index 63dcae5..e2b2572 100644 --- a/app/validate/admin/WechatReplyValidate.php +++ b/app/validate/admin/WechatReplyValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\admin; diff --git a/app/validate/api/BackGoodsValidate.php b/app/validate/api/BackGoodsValidate.php index 483b2e8..b0f2eb6 100644 --- a/app/validate/api/BackGoodsValidate.php +++ b/app/validate/api/BackGoodsValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/ChangePasswordValidate.php b/app/validate/api/ChangePasswordValidate.php index b11fd3e..fa367f0 100644 --- a/app/validate/api/ChangePasswordValidate.php +++ b/app/validate/api/ChangePasswordValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/CommunityValidate.php b/app/validate/api/CommunityValidate.php index fd6974f..49f5fac 100644 --- a/app/validate/api/CommunityValidate.php +++ b/app/validate/api/CommunityValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/FeedbackValidate.php b/app/validate/api/FeedbackValidate.php index e97eea8..283b188 100644 --- a/app/validate/api/FeedbackValidate.php +++ b/app/validate/api/FeedbackValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/MerchantIntentionValidate.php b/app/validate/api/MerchantIntentionValidate.php index e3d1e81..44f075d 100644 --- a/app/validate/api/MerchantIntentionValidate.php +++ b/app/validate/api/MerchantIntentionValidate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/OrderVirtualFieldValidate.php b/app/validate/api/OrderVirtualFieldValidate.php index 73b8dd1..84cd8c4 100644 --- a/app/validate/api/OrderVirtualFieldValidate.php +++ b/app/validate/api/OrderVirtualFieldValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/ProductReplyValidate.php b/app/validate/api/ProductReplyValidate.php index 2b13e1d..db4440e 100644 --- a/app/validate/api/ProductReplyValidate.php +++ b/app/validate/api/ProductReplyValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/StoreCartValidate.php b/app/validate/api/StoreCartValidate.php index f004782..a6da9e4 100644 --- a/app/validate/api/StoreCartValidate.php +++ b/app/validate/api/StoreCartValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/StoreRefundOrderValidate.php b/app/validate/api/StoreRefundOrderValidate.php index 349e362..5795f87 100644 --- a/app/validate/api/StoreRefundOrderValidate.php +++ b/app/validate/api/StoreRefundOrderValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/UserAddressValidate.php b/app/validate/api/UserAddressValidate.php index 0505d3a..73453cd 100644 --- a/app/validate/api/UserAddressValidate.php +++ b/app/validate/api/UserAddressValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/UserAuthValidate.php b/app/validate/api/UserAuthValidate.php index e7fa52e..86f98d0 100644 --- a/app/validate/api/UserAuthValidate.php +++ b/app/validate/api/UserAuthValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/UserBaseInfoValidate.php b/app/validate/api/UserBaseInfoValidate.php index f48173d..9dc6229 100644 --- a/app/validate/api/UserBaseInfoValidate.php +++ b/app/validate/api/UserBaseInfoValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/UserExtractValidate.php b/app/validate/api/UserExtractValidate.php index f558ebe..bfc6094 100644 --- a/app/validate/api/UserExtractValidate.php +++ b/app/validate/api/UserExtractValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/api/UserReceiptValidate.php b/app/validate/api/UserReceiptValidate.php index 6eb8b60..e318d32 100644 --- a/app/validate/api/UserReceiptValidate.php +++ b/app/validate/api/UserReceiptValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\api; diff --git a/app/validate/merchant/BroadcastGoodsValidate.php b/app/validate/merchant/BroadcastGoodsValidate.php index 4ac5afa..9ebf126 100644 --- a/app/validate/merchant/BroadcastGoodsValidate.php +++ b/app/validate/merchant/BroadcastGoodsValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/BroadcastRoomValidate.php b/app/validate/merchant/BroadcastRoomValidate.php index 1353917..b479859 100644 --- a/app/validate/merchant/BroadcastRoomValidate.php +++ b/app/validate/merchant/BroadcastRoomValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/DeliveryStationValidate.php b/app/validate/merchant/DeliveryStationValidate.php index 997a1f0..d1ecdc7 100644 --- a/app/validate/merchant/DeliveryStationValidate.php +++ b/app/validate/merchant/DeliveryStationValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/LabelRuleValidate.php b/app/validate/merchant/LabelRuleValidate.php index f4c93ee..81c672e 100644 --- a/app/validate/merchant/LabelRuleValidate.php +++ b/app/validate/merchant/LabelRuleValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/MerchantApplymentsValidate.php b/app/validate/merchant/MerchantApplymentsValidate.php index 6aaa584..9b0251c 100644 --- a/app/validate/merchant/MerchantApplymentsValidate.php +++ b/app/validate/merchant/MerchantApplymentsValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/MerchantFinancialAccountValidate.php b/app/validate/merchant/MerchantFinancialAccountValidate.php index b6179e2..8c2830e 100644 --- a/app/validate/merchant/MerchantFinancialAccountValidate.php +++ b/app/validate/merchant/MerchantFinancialAccountValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/MerchantTakeValidate.php b/app/validate/merchant/MerchantTakeValidate.php index 2b0f729..6c49288 100644 --- a/app/validate/merchant/MerchantTakeValidate.php +++ b/app/validate/merchant/MerchantTakeValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/MerchantUpdateValidate.php b/app/validate/merchant/MerchantUpdateValidate.php index 7a47dd5..1405181 100644 --- a/app/validate/merchant/MerchantUpdateValidate.php +++ b/app/validate/merchant/MerchantUpdateValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/OpenAuthValidate.php b/app/validate/merchant/OpenAuthValidate.php index 847f82d..ac31522 100644 --- a/app/validate/merchant/OpenAuthValidate.php +++ b/app/validate/merchant/OpenAuthValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/ServiceReplyValidate.php b/app/validate/merchant/ServiceReplyValidate.php index 015d49c..e2cbedb 100644 --- a/app/validate/merchant/ServiceReplyValidate.php +++ b/app/validate/merchant/ServiceReplyValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/ShippingTemplateValidate.php b/app/validate/merchant/ShippingTemplateValidate.php index 20bef34..c07e7d2 100644 --- a/app/validate/merchant/ShippingTemplateValidate.php +++ b/app/validate/merchant/ShippingTemplateValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreAttrTemplateValidate.php b/app/validate/merchant/StoreAttrTemplateValidate.php index a731b18..e5e61f2 100644 --- a/app/validate/merchant/StoreAttrTemplateValidate.php +++ b/app/validate/merchant/StoreAttrTemplateValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreCouponSendValidate.php b/app/validate/merchant/StoreCouponSendValidate.php index 1cec617..fd83ef3 100644 --- a/app/validate/merchant/StoreCouponSendValidate.php +++ b/app/validate/merchant/StoreCouponSendValidate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreCouponValidate.php b/app/validate/merchant/StoreCouponValidate.php index 099998f..293c99b 100644 --- a/app/validate/merchant/StoreCouponValidate.php +++ b/app/validate/merchant/StoreCouponValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreDiscountsValidate.php b/app/validate/merchant/StoreDiscountsValidate.php index 483353c..6a0fabf 100644 --- a/app/validate/merchant/StoreDiscountsValidate.php +++ b/app/validate/merchant/StoreDiscountsValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreProductAdminValidate.php b/app/validate/merchant/StoreProductAdminValidate.php index 7a150ed..8207517 100644 --- a/app/validate/merchant/StoreProductAdminValidate.php +++ b/app/validate/merchant/StoreProductAdminValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreProductAssistValidate.php b/app/validate/merchant/StoreProductAssistValidate.php index 0cf8ba6..073947c 100644 --- a/app/validate/merchant/StoreProductAssistValidate.php +++ b/app/validate/merchant/StoreProductAssistValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreProductGroupValidate.php b/app/validate/merchant/StoreProductGroupValidate.php index 4f10fab..465023d 100644 --- a/app/validate/merchant/StoreProductGroupValidate.php +++ b/app/validate/merchant/StoreProductGroupValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreProductPresellValidate.php b/app/validate/merchant/StoreProductPresellValidate.php index 7a228fd..aa0e1e9 100644 --- a/app/validate/merchant/StoreProductPresellValidate.php +++ b/app/validate/merchant/StoreProductPresellValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreProductValidate.php b/app/validate/merchant/StoreProductValidate.php index ea05bc4..bd99f68 100644 --- a/app/validate/merchant/StoreProductValidate.php +++ b/app/validate/merchant/StoreProductValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreSeckillProductValidate.php b/app/validate/merchant/StoreSeckillProductValidate.php index 9b96bb6..4463138 100644 --- a/app/validate/merchant/StoreSeckillProductValidate.php +++ b/app/validate/merchant/StoreSeckillProductValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/validate/merchant/StoreServiceValidate.php b/app/validate/merchant/StoreServiceValidate.php index 56f09cd..a39f0e1 100644 --- a/app/validate/merchant/StoreServiceValidate.php +++ b/app/validate/merchant/StoreServiceValidate.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\validate\merchant; diff --git a/app/webscoket/Manager.php b/app/webscoket/Manager.php index 1c23134..0925f5a 100644 --- a/app/webscoket/Manager.php +++ b/app/webscoket/Manager.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\webscoket; diff --git a/app/webscoket/Ping.php b/app/webscoket/Ping.php index deaa477..e5b3d04 100644 --- a/app/webscoket/Ping.php +++ b/app/webscoket/Ping.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\webscoket; diff --git a/app/webscoket/SwooleWorkerStart.php b/app/webscoket/SwooleWorkerStart.php index a2b2b44..7e8b2b5 100644 --- a/app/webscoket/SwooleWorkerStart.php +++ b/app/webscoket/SwooleWorkerStart.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\webscoket; diff --git a/app/webscoket/handler/AdminHandler.php b/app/webscoket/handler/AdminHandler.php index a892ad3..785fa04 100644 --- a/app/webscoket/handler/AdminHandler.php +++ b/app/webscoket/handler/AdminHandler.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\webscoket\handler; diff --git a/app/webscoket/handler/MerchantHandler.php b/app/webscoket/handler/MerchantHandler.php index 7eaaa45..c49e6df 100644 --- a/app/webscoket/handler/MerchantHandler.php +++ b/app/webscoket/handler/MerchantHandler.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\webscoket\handler; diff --git a/app/webscoket/handler/ServiceHandler.php b/app/webscoket/handler/ServiceHandler.php index 5f51b3a..02bb1f8 100644 --- a/app/webscoket/handler/ServiceHandler.php +++ b/app/webscoket/handler/ServiceHandler.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\webscoket\handler; diff --git a/app/webscoket/handler/UserHandler.php b/app/webscoket/handler/UserHandler.php index 9da6ae1..45430e2 100644 --- a/app/webscoket/handler/UserHandler.php +++ b/app/webscoket/handler/UserHandler.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace app\webscoket\handler; diff --git a/config/admin.php b/config/admin.php index 8268fd7..370b968 100644 --- a/config/admin.php +++ b/config/admin.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + return [ diff --git a/config/app.php b/config/app.php index 5126c3b..01b10c2 100644 --- a/config/app.php +++ b/config/app.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 应用设置 diff --git a/config/cache.php b/config/cache.php index 15796fa..9eb845a 100644 --- a/config/cache.php +++ b/config/cache.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- diff --git a/config/console.php b/config/console.php index 28d5d0d..d2ae6a8 100644 --- a/config/console.php +++ b/config/console.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 控制台配置 diff --git a/config/cookie.php b/config/cookie.php index 4aba5c1..764d2b8 100644 --- a/config/cookie.php +++ b/config/cookie.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | Cookie设置 diff --git a/config/database.php b/config/database.php index 8c4a79c..87d8a80 100644 --- a/config/database.php +++ b/config/database.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + return [ diff --git a/config/delivery.php b/config/delivery.php index 956ffc4..d490d60 100644 --- a/config/delivery.php +++ b/config/delivery.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 同城配送 diff --git a/config/filesystem.php b/config/filesystem.php index 5977d47..2931a44 100644 --- a/config/filesystem.php +++ b/config/filesystem.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + return [ diff --git a/config/lang.php b/config/lang.php index 5f51c84..4767b1b 100644 --- a/config/lang.php +++ b/config/lang.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 多语言设置 diff --git a/config/log.php b/config/log.php index 1c7215f..79173cc 100644 --- a/config/log.php +++ b/config/log.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- diff --git a/config/middleware.php b/config/middleware.php index c584659..9f765f9 100644 --- a/config/middleware.php +++ b/config/middleware.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // 中间件配置 return [ diff --git a/config/notice.php b/config/notice.php index 1203205..c38f9c7 100644 --- a/config/notice.php +++ b/config/notice.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 模板消息配置 diff --git a/config/printer.php b/config/printer.php index 379388d..4baf00f 100644 --- a/config/printer.php +++ b/config/printer.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 打印机配置 diff --git a/config/qrcode.php b/config/qrcode.php index 01b9c6a..cf84538 100644 --- a/config/qrcode.php +++ b/config/qrcode.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + return [ 'cache_dir' => 'uploads/qrcode', //本地缓存地址 diff --git a/config/queue.php b/config/queue.php index dbbcaab..7e86477 100644 --- a/config/queue.php +++ b/config/queue.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + return [ 'default' => 'redis', diff --git a/config/route.php b/config/route.php index 5351cdb..ffc260f 100644 --- a/config/route.php +++ b/config/route.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 路由设置 diff --git a/config/session.php b/config/session.php index 0a6eb47..dec1dee 100644 --- a/config/session.php +++ b/config/session.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 会话设置 diff --git a/config/sms.php b/config/sms.php index e36fc2c..f0b7961 100644 --- a/config/sms.php +++ b/config/sms.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 短信配置 diff --git a/config/swoole.php b/config/swoole.php index 8429e47..4a7df64 100644 --- a/config/swoole.php +++ b/config/swoole.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\webscoket\Manager; diff --git a/config/template.php b/config/template.php index 3851133..accc899 100644 --- a/config/template.php +++ b/config/template.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 模板消息配置 diff --git a/config/trace.php b/config/trace.php index b23b2e7..2130c60 100644 --- a/config/trace.php +++ b/config/trace.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | Trace设置 开启调试模式后有效 diff --git a/config/upload.php b/config/upload.php index 2de3d2b..89485bc 100644 --- a/config/upload.php +++ b/config/upload.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 上传配置 diff --git a/config/view.php b/config/view.php index b5fb94b..c25e5ba 100644 --- a/config/view.php +++ b/config/view.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | 模板设置 diff --git a/crmeb/exceptions/AuthException.php b/crmeb/exceptions/AuthException.php index 07367de..2fd39a6 100644 --- a/crmeb/exceptions/AuthException.php +++ b/crmeb/exceptions/AuthException.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\exceptions; diff --git a/crmeb/exceptions/SmsException.php b/crmeb/exceptions/SmsException.php index 6c8f361..ba04fe4 100644 --- a/crmeb/exceptions/SmsException.php +++ b/crmeb/exceptions/SmsException.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\exceptions; diff --git a/crmeb/exceptions/UploadException.php b/crmeb/exceptions/UploadException.php index f8ee7b3..700b7c8 100644 --- a/crmeb/exceptions/UploadException.php +++ b/crmeb/exceptions/UploadException.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + diff --git a/crmeb/exceptions/UploadFailException.php b/crmeb/exceptions/UploadFailException.php index 5a93fb6..c9362e1 100644 --- a/crmeb/exceptions/UploadFailException.php +++ b/crmeb/exceptions/UploadFailException.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\exceptions; diff --git a/crmeb/exceptions/WechatException.php b/crmeb/exceptions/WechatException.php index d7214cf..8d79851 100644 --- a/crmeb/exceptions/WechatException.php +++ b/crmeb/exceptions/WechatException.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\exceptions; diff --git a/crmeb/interfaces/DeliveryInterface.php b/crmeb/interfaces/DeliveryInterface.php index 1efcec5..9cb0c9b 100644 --- a/crmeb/interfaces/DeliveryInterface.php +++ b/crmeb/interfaces/DeliveryInterface.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\interfaces; diff --git a/crmeb/interfaces/JobInterface.php b/crmeb/interfaces/JobInterface.php index 04d1a0f..d79df46 100644 --- a/crmeb/interfaces/JobInterface.php +++ b/crmeb/interfaces/JobInterface.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\interfaces; diff --git a/crmeb/interfaces/ListenerInterface.php b/crmeb/interfaces/ListenerInterface.php index 76e5b18..15496be 100644 --- a/crmeb/interfaces/ListenerInterface.php +++ b/crmeb/interfaces/ListenerInterface.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + diff --git a/crmeb/interfaces/MiddlewareInterface.php b/crmeb/interfaces/MiddlewareInterface.php index f12ba30..4888f77 100644 --- a/crmeb/interfaces/MiddlewareInterface.php +++ b/crmeb/interfaces/MiddlewareInterface.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + diff --git a/crmeb/interfaces/RouteParserInterface.php b/crmeb/interfaces/RouteParserInterface.php index 92576d3..fe6f96c 100644 --- a/crmeb/interfaces/RouteParserInterface.php +++ b/crmeb/interfaces/RouteParserInterface.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\interfaces; diff --git a/crmeb/interfaces/VersionUpdateInterface.php b/crmeb/interfaces/VersionUpdateInterface.php index 511fa0c..474bf20 100644 --- a/crmeb/interfaces/VersionUpdateInterface.php +++ b/crmeb/interfaces/VersionUpdateInterface.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\interfaces; diff --git a/crmeb/jobs/ApplyBroadcastGoodsJob.php b/crmeb/jobs/ApplyBroadcastGoodsJob.php index c858a8c..955f575 100644 --- a/crmeb/jobs/ApplyBroadcastGoodsJob.php +++ b/crmeb/jobs/ApplyBroadcastGoodsJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/AutoChangeStatusActivityJob.php b/crmeb/jobs/AutoChangeStatusActivityJob.php index 3d1fb85..0dd9d5b 100644 --- a/crmeb/jobs/AutoChangeStatusActivityJob.php +++ b/crmeb/jobs/AutoChangeStatusActivityJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/AutoUserPosterJob.php b/crmeb/jobs/AutoUserPosterJob.php index 802edd3..0386481 100644 --- a/crmeb/jobs/AutoUserPosterJob.php +++ b/crmeb/jobs/AutoUserPosterJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/BatchDeliveryJob.php b/crmeb/jobs/BatchDeliveryJob.php index 82559bc..5301f50 100644 --- a/crmeb/jobs/BatchDeliveryJob.php +++ b/crmeb/jobs/BatchDeliveryJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/CancelGroupBuyingJob.php b/crmeb/jobs/CancelGroupBuyingJob.php index 7c1ae47..7f0b2ef 100644 --- a/crmeb/jobs/CancelGroupBuyingJob.php +++ b/crmeb/jobs/CancelGroupBuyingJob.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/CancelGroupOrderJob.php b/crmeb/jobs/CancelGroupOrderJob.php index 483675c..28b439b 100644 --- a/crmeb/jobs/CancelGroupOrderJob.php +++ b/crmeb/jobs/CancelGroupOrderJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/ChangeMerchantStatusJob.php b/crmeb/jobs/ChangeMerchantStatusJob.php index 7ea6593..6669902 100644 --- a/crmeb/jobs/ChangeMerchantStatusJob.php +++ b/crmeb/jobs/ChangeMerchantStatusJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/ChangeSpuStatusJob.php b/crmeb/jobs/ChangeSpuStatusJob.php index 1b58d5c..e4fdb3e 100644 --- a/crmeb/jobs/ChangeSpuStatusJob.php +++ b/crmeb/jobs/ChangeSpuStatusJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/CheckProductPresellJob.php b/crmeb/jobs/CheckProductPresellJob.php index 4e84acc..a6ba3c4 100644 --- a/crmeb/jobs/CheckProductPresellJob.php +++ b/crmeb/jobs/CheckProductPresellJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/ClearCacheJob.php b/crmeb/jobs/ClearCacheJob.php index f4a8cc0..7767c4f 100644 --- a/crmeb/jobs/ClearCacheJob.php +++ b/crmeb/jobs/ClearCacheJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/ClearMerchantStoreJob.php b/crmeb/jobs/ClearMerchantStoreJob.php index 0a757b6..6220eaf 100644 --- a/crmeb/jobs/ClearMerchantStoreJob.php +++ b/crmeb/jobs/ClearMerchantStoreJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/ClearUserIntegralJob.php b/crmeb/jobs/ClearUserIntegralJob.php index 836fb92..7ba8dac 100644 --- a/crmeb/jobs/ClearUserIntegralJob.php +++ b/crmeb/jobs/ClearUserIntegralJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/CloseSvipCouponJob.php b/crmeb/jobs/CloseSvipCouponJob.php index 313ed62..0d5a13e 100644 --- a/crmeb/jobs/CloseSvipCouponJob.php +++ b/crmeb/jobs/CloseSvipCouponJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/CloseUserSvipJob.php b/crmeb/jobs/CloseUserSvipJob.php index 26a7fe0..2a9c570 100644 --- a/crmeb/jobs/CloseUserSvipJob.php +++ b/crmeb/jobs/CloseUserSvipJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/DownloadProductCopyImage.php b/crmeb/jobs/DownloadProductCopyImage.php index 279bea4..d7916f5 100644 --- a/crmeb/jobs/DownloadProductCopyImage.php +++ b/crmeb/jobs/DownloadProductCopyImage.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/ExpressSyncJob.php b/crmeb/jobs/ExpressSyncJob.php index 4f19bda..3c840c4 100644 --- a/crmeb/jobs/ExpressSyncJob.php +++ b/crmeb/jobs/ExpressSyncJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/GauaranteeCountJob.php b/crmeb/jobs/GauaranteeCountJob.php index 054ac90..2f92d6a 100644 --- a/crmeb/jobs/GauaranteeCountJob.php +++ b/crmeb/jobs/GauaranteeCountJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/ImportSpreadsheetExcelJob.php b/crmeb/jobs/ImportSpreadsheetExcelJob.php index 0b8e52c..7bba508 100644 --- a/crmeb/jobs/ImportSpreadsheetExcelJob.php +++ b/crmeb/jobs/ImportSpreadsheetExcelJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/MerchantSendCouponJob.php b/crmeb/jobs/MerchantSendCouponJob.php index d579b55..4bd9ddd 100644 --- a/crmeb/jobs/MerchantSendCouponJob.php +++ b/crmeb/jobs/MerchantSendCouponJob.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/OrderProfitsharingJob.php b/crmeb/jobs/OrderProfitsharingJob.php index 16da9a3..11ebeb3 100644 --- a/crmeb/jobs/OrderProfitsharingJob.php +++ b/crmeb/jobs/OrderProfitsharingJob.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/OrderReplyJob.php b/crmeb/jobs/OrderReplyJob.php index 1f51957..3278bea 100644 --- a/crmeb/jobs/OrderReplyJob.php +++ b/crmeb/jobs/OrderReplyJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/PayGiveCouponJob.php b/crmeb/jobs/PayGiveCouponJob.php index 12eec6f..ce29c90 100644 --- a/crmeb/jobs/PayGiveCouponJob.php +++ b/crmeb/jobs/PayGiveCouponJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/SendNewPeopleCouponJob.php b/crmeb/jobs/SendNewPeopleCouponJob.php index d53cd6e..3bc8d08 100644 --- a/crmeb/jobs/SendNewPeopleCouponJob.php +++ b/crmeb/jobs/SendNewPeopleCouponJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/SendNewsJob.php b/crmeb/jobs/SendNewsJob.php index 4d0c344..704d978 100644 --- a/crmeb/jobs/SendNewsJob.php +++ b/crmeb/jobs/SendNewsJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/SendSmsJob.php b/crmeb/jobs/SendSmsJob.php index 70db931..8e3926d 100644 --- a/crmeb/jobs/SendSmsJob.php +++ b/crmeb/jobs/SendSmsJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/SendSvipCouponJob.php b/crmeb/jobs/SendSvipCouponJob.php index 8689434..f0f2188 100644 --- a/crmeb/jobs/SendSvipCouponJob.php +++ b/crmeb/jobs/SendSvipCouponJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/SendTemplateMessageJob.php b/crmeb/jobs/SendTemplateMessageJob.php index dedb55f..f064866 100644 --- a/crmeb/jobs/SendTemplateMessageJob.php +++ b/crmeb/jobs/SendTemplateMessageJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/SpreadsheetExcelJob.php b/crmeb/jobs/SpreadsheetExcelJob.php index 5c1b379..19a06a4 100644 --- a/crmeb/jobs/SpreadsheetExcelJob.php +++ b/crmeb/jobs/SpreadsheetExcelJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/TestJob.php b/crmeb/jobs/TestJob.php index 9f04cd1..9928d9c 100644 --- a/crmeb/jobs/TestJob.php +++ b/crmeb/jobs/TestJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/UpdateProductReplyJob.php b/crmeb/jobs/UpdateProductReplyJob.php index dabac1d..db56ca8 100644 --- a/crmeb/jobs/UpdateProductReplyJob.php +++ b/crmeb/jobs/UpdateProductReplyJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/UserBrokerageLevelJob.php b/crmeb/jobs/UserBrokerageLevelJob.php index 367294f..80fa311 100644 --- a/crmeb/jobs/UserBrokerageLevelJob.php +++ b/crmeb/jobs/UserBrokerageLevelJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/jobs/VisitProductJob.php b/crmeb/jobs/VisitProductJob.php index 3d6ad51..d87f0c1 100644 --- a/crmeb/jobs/VisitProductJob.php +++ b/crmeb/jobs/VisitProductJob.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\jobs; diff --git a/crmeb/listens/AuthCancelActivityListen.php b/crmeb/listens/AuthCancelActivityListen.php index b5430db..9bdf47f 100644 --- a/crmeb/listens/AuthCancelActivityListen.php +++ b/crmeb/listens/AuthCancelActivityListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AuthCancelPresellOrderListen.php b/crmeb/listens/AuthCancelPresellOrderListen.php index 1878802..e2843d3 100644 --- a/crmeb/listens/AuthCancelPresellOrderListen.php +++ b/crmeb/listens/AuthCancelPresellOrderListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AuthTakeOrderListen.php b/crmeb/listens/AuthTakeOrderListen.php index 09d43fb..8d93828 100644 --- a/crmeb/listens/AuthTakeOrderListen.php +++ b/crmeb/listens/AuthTakeOrderListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoCancelGroupOrderListen.php b/crmeb/listens/AutoCancelGroupOrderListen.php index 271e450..0f912ae 100644 --- a/crmeb/listens/AutoCancelGroupOrderListen.php +++ b/crmeb/listens/AutoCancelGroupOrderListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoCheckCouponListen.php b/crmeb/listens/AutoCheckCouponListen.php index 451f4b2..78cb7e7 100644 --- a/crmeb/listens/AutoCheckCouponListen.php +++ b/crmeb/listens/AutoCheckCouponListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoClearIntegralListen.php b/crmeb/listens/AutoClearIntegralListen.php index 146355e..0e629a0 100644 --- a/crmeb/listens/AutoClearIntegralListen.php +++ b/crmeb/listens/AutoClearIntegralListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoOrderProfitsharingListen.php b/crmeb/listens/AutoOrderProfitsharingListen.php index cfc9844..eacec63 100644 --- a/crmeb/listens/AutoOrderProfitsharingListen.php +++ b/crmeb/listens/AutoOrderProfitsharingListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoOrderReplyListen.php b/crmeb/listens/AutoOrderReplyListen.php index 19ad5b5..2e14352 100644 --- a/crmeb/listens/AutoOrderReplyListen.php +++ b/crmeb/listens/AutoOrderReplyListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoSendPayOrderSmsListen.php b/crmeb/listens/AutoSendPayOrderSmsListen.php index 861aef3..320eab1 100644 --- a/crmeb/listens/AutoSendPayOrderSmsListen.php +++ b/crmeb/listens/AutoSendPayOrderSmsListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoUnLockBrokerageListen.php b/crmeb/listens/AutoUnLockBrokerageListen.php index f86b882..f6a85dd 100644 --- a/crmeb/listens/AutoUnLockBrokerageListen.php +++ b/crmeb/listens/AutoUnLockBrokerageListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoUnLockIntegralListen.php b/crmeb/listens/AutoUnLockIntegralListen.php index 1442343..d38fcb0 100644 --- a/crmeb/listens/AutoUnLockIntegralListen.php +++ b/crmeb/listens/AutoUnLockIntegralListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/AutoUnlockMerchantMoneyListen.php b/crmeb/listens/AutoUnlockMerchantMoneyListen.php index 612b208..7dda994 100644 --- a/crmeb/listens/AutoUnlockMerchantMoneyListen.php +++ b/crmeb/listens/AutoUnlockMerchantMoneyListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/CloseUserSvipListen.php b/crmeb/listens/CloseUserSvipListen.php index 3d3b2d3..57a2d8d 100644 --- a/crmeb/listens/CloseUserSvipListen.php +++ b/crmeb/listens/CloseUserSvipListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/CreateTimerListen.php b/crmeb/listens/CreateTimerListen.php index 9572b8c..1a3338f 100644 --- a/crmeb/listens/CreateTimerListen.php +++ b/crmeb/listens/CreateTimerListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/ExcelFileDelListen.php b/crmeb/listens/ExcelFileDelListen.php index 54992cd..cebd9d6 100644 --- a/crmeb/listens/ExcelFileDelListen.php +++ b/crmeb/listens/ExcelFileDelListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/GuaranteeCountListen.php b/crmeb/listens/GuaranteeCountListen.php index 0621df4..7f72bf6 100644 --- a/crmeb/listens/GuaranteeCountListen.php +++ b/crmeb/listens/GuaranteeCountListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/InitSwooleLockListen.php b/crmeb/listens/InitSwooleLockListen.php index 479a10a..129e199 100644 --- a/crmeb/listens/InitSwooleLockListen.php +++ b/crmeb/listens/InitSwooleLockListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/MerchantApplyMentsCheckListen.php b/crmeb/listens/MerchantApplyMentsCheckListen.php index ed7cde1..692ec87 100644 --- a/crmeb/listens/MerchantApplyMentsCheckListen.php +++ b/crmeb/listens/MerchantApplyMentsCheckListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/ProductGroupStatusCheckListen.php b/crmeb/listens/ProductGroupStatusCheckListen.php index ca83610..9139d47 100644 --- a/crmeb/listens/ProductGroupStatusCheckListen.php +++ b/crmeb/listens/ProductGroupStatusCheckListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/ProductPresellStatusListen.php b/crmeb/listens/ProductPresellStatusListen.php index 4926781..c7b1a66 100644 --- a/crmeb/listens/ProductPresellStatusListen.php +++ b/crmeb/listens/ProductPresellStatusListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/QueueListen.php b/crmeb/listens/QueueListen.php index bb37c5d..e7aa354 100644 --- a/crmeb/listens/QueueListen.php +++ b/crmeb/listens/QueueListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/RefundOrderAgreeListen.php b/crmeb/listens/RefundOrderAgreeListen.php index 869539e..388e793 100644 --- a/crmeb/listens/RefundOrderAgreeListen.php +++ b/crmeb/listens/RefundOrderAgreeListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SeckillTImeCheckListen.php b/crmeb/listens/SeckillTImeCheckListen.php index 93af06c..1914f47 100644 --- a/crmeb/listens/SeckillTImeCheckListen.php +++ b/crmeb/listens/SeckillTImeCheckListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SendSvipCouponListen.php b/crmeb/listens/SendSvipCouponListen.php index 4ecaf8b..7b621a8 100644 --- a/crmeb/listens/SendSvipCouponListen.php +++ b/crmeb/listens/SendSvipCouponListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SumCountListen.php b/crmeb/listens/SumCountListen.php index 50dbb8b..e4a9c1d 100644 --- a/crmeb/listens/SumCountListen.php +++ b/crmeb/listens/SumCountListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SwooleTaskListen.php b/crmeb/listens/SwooleTaskListen.php index a270b34..8b67bdb 100644 --- a/crmeb/listens/SwooleTaskListen.php +++ b/crmeb/listens/SwooleTaskListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SwooleWorkerExitListen.php b/crmeb/listens/SwooleWorkerExitListen.php index f72bf52..073ad4d 100644 --- a/crmeb/listens/SwooleWorkerExitListen.php +++ b/crmeb/listens/SwooleWorkerExitListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SyncBroadcastStatusListen.php b/crmeb/listens/SyncBroadcastStatusListen.php index 940ae87..5d99869 100644 --- a/crmeb/listens/SyncBroadcastStatusListen.php +++ b/crmeb/listens/SyncBroadcastStatusListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SyncHotRankingListen.php b/crmeb/listens/SyncHotRankingListen.php index 19a0ac6..e68a5e7 100644 --- a/crmeb/listens/SyncHotRankingListen.php +++ b/crmeb/listens/SyncHotRankingListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SyncMerchantMarginStatusListen.php b/crmeb/listens/SyncMerchantMarginStatusListen.php index e139038..5e0eb63 100644 --- a/crmeb/listens/SyncMerchantMarginStatusListen.php +++ b/crmeb/listens/SyncMerchantMarginStatusListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SyncSmsResultCodeListen.php b/crmeb/listens/SyncSmsResultCodeListen.php index 5a1e36c..32541b7 100644 --- a/crmeb/listens/SyncSmsResultCodeListen.php +++ b/crmeb/listens/SyncSmsResultCodeListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/SyncSpreadStatusListen.php b/crmeb/listens/SyncSpreadStatusListen.php index 7cbd46c..7ff6534 100644 --- a/crmeb/listens/SyncSpreadStatusListen.php +++ b/crmeb/listens/SyncSpreadStatusListen.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens; diff --git a/crmeb/listens/pay/MealSuccessListen.php b/crmeb/listens/pay/MealSuccessListen.php index 7f8b25b..1760297 100644 --- a/crmeb/listens/pay/MealSuccessListen.php +++ b/crmeb/listens/pay/MealSuccessListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens\pay; diff --git a/crmeb/listens/pay/OrderPaySuccessListen.php b/crmeb/listens/pay/OrderPaySuccessListen.php index cc2f7c2..014787b 100644 --- a/crmeb/listens/pay/OrderPaySuccessListen.php +++ b/crmeb/listens/pay/OrderPaySuccessListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens\pay; diff --git a/crmeb/listens/pay/PresellPaySuccessListen.php b/crmeb/listens/pay/PresellPaySuccessListen.php index a229b8e..5c77e17 100644 --- a/crmeb/listens/pay/PresellPaySuccessListen.php +++ b/crmeb/listens/pay/PresellPaySuccessListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens\pay; diff --git a/crmeb/listens/pay/UserOrderSuccessListen.php b/crmeb/listens/pay/UserOrderSuccessListen.php index f4d9fa1..f76db78 100644 --- a/crmeb/listens/pay/UserOrderSuccessListen.php +++ b/crmeb/listens/pay/UserOrderSuccessListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens\pay; diff --git a/crmeb/listens/pay/UserRechargeSuccessListen.php b/crmeb/listens/pay/UserRechargeSuccessListen.php index 1b1efd4..997f4ff 100644 --- a/crmeb/listens/pay/UserRechargeSuccessListen.php +++ b/crmeb/listens/pay/UserRechargeSuccessListen.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\listens\pay; diff --git a/crmeb/services/AccessTokenServeService.php b/crmeb/services/AccessTokenServeService.php index 7fd7581..6c24bee 100644 --- a/crmeb/services/AccessTokenServeService.php +++ b/crmeb/services/AccessTokenServeService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/AlipayService.php b/crmeb/services/AlipayService.php index f9b79bd..c855f0d 100644 --- a/crmeb/services/AlipayService.php +++ b/crmeb/services/AlipayService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/ApiResponseService.php b/crmeb/services/ApiResponseService.php index 2783dd6..c464992 100644 --- a/crmeb/services/ApiResponseService.php +++ b/crmeb/services/ApiResponseService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/BaseExpress.php b/crmeb/services/BaseExpress.php index eb8e402..6d6bc2a 100644 --- a/crmeb/services/BaseExpress.php +++ b/crmeb/services/BaseExpress.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/BaseProduct.php b/crmeb/services/BaseProduct.php index f6f2333..a377a1f 100644 --- a/crmeb/services/BaseProduct.php +++ b/crmeb/services/BaseProduct.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/BaseSmss.php b/crmeb/services/BaseSmss.php index 5e83133..148e2ce 100644 --- a/crmeb/services/BaseSmss.php +++ b/crmeb/services/BaseSmss.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; use crmeb\basic\BaseStorage; diff --git a/crmeb/services/BlockPuzzleCaptchaService.php b/crmeb/services/BlockPuzzleCaptchaService.php index 9f6a6f8..948a785 100644 --- a/crmeb/services/BlockPuzzleCaptchaService.php +++ b/crmeb/services/BlockPuzzleCaptchaService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; use Fastknife\Domain\Vo\PointVo; diff --git a/crmeb/services/CacheService.php b/crmeb/services/CacheService.php index 6d62adc..9a0dd57 100644 --- a/crmeb/services/CacheService.php +++ b/crmeb/services/CacheService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/CombinePayService.php b/crmeb/services/CombinePayService.php index e98656e..131a9e5 100644 --- a/crmeb/services/CombinePayService.php +++ b/crmeb/services/CombinePayService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/CopyCommand.php b/crmeb/services/CopyCommand.php index b26ad0f..464cb37 100644 --- a/crmeb/services/CopyCommand.php +++ b/crmeb/services/CopyCommand.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; use app\common\repositories\store\product\ProductAssistSetRepository; diff --git a/crmeb/services/CopyProductService.php b/crmeb/services/CopyProductService.php index a8c5ccd..1781c0c 100644 --- a/crmeb/services/CopyProductService.php +++ b/crmeb/services/CopyProductService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/CrmebServeServices.php b/crmeb/services/CrmebServeServices.php index 2001470..9ee7a53 100644 --- a/crmeb/services/CrmebServeServices.php +++ b/crmeb/services/CrmebServeServices.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/DeliverySevices.php b/crmeb/services/DeliverySevices.php index 203aeea..445a5eb 100644 --- a/crmeb/services/DeliverySevices.php +++ b/crmeb/services/DeliverySevices.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/DownloadImageService.php b/crmeb/services/DownloadImageService.php index ef15d0c..47c48fc 100644 --- a/crmeb/services/DownloadImageService.php +++ b/crmeb/services/DownloadImageService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/ExcelService.php b/crmeb/services/ExcelService.php index 9c8d2fa..ffb7d4d 100644 --- a/crmeb/services/ExcelService.php +++ b/crmeb/services/ExcelService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/ExpressService.php b/crmeb/services/ExpressService.php index 60af77c..9e7bd96 100644 --- a/crmeb/services/ExpressService.php +++ b/crmeb/services/ExpressService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/FileService.php b/crmeb/services/FileService.php index 170c079..433711a 100644 --- a/crmeb/services/FileService.php +++ b/crmeb/services/FileService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; use app\services\shipping\ExpressServices; diff --git a/crmeb/services/HttpService.php b/crmeb/services/HttpService.php index 6856066..b198912 100644 --- a/crmeb/services/HttpService.php +++ b/crmeb/services/HttpService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/ImageWaterMarkService.php b/crmeb/services/ImageWaterMarkService.php index 3be4d08..40a2966 100644 --- a/crmeb/services/ImageWaterMarkService.php +++ b/crmeb/services/ImageWaterMarkService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/JwtTokenService.php b/crmeb/services/JwtTokenService.php index 8c316ad..de82bb4 100644 --- a/crmeb/services/JwtTokenService.php +++ b/crmeb/services/JwtTokenService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/MiniProgramService.php b/crmeb/services/MiniProgramService.php index 99510cb..c3cb44a 100644 --- a/crmeb/services/MiniProgramService.php +++ b/crmeb/services/MiniProgramService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/MysqlBackupService.php b/crmeb/services/MysqlBackupService.php index bb03e0c..459be08 100644 --- a/crmeb/services/MysqlBackupService.php +++ b/crmeb/services/MysqlBackupService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + // +---------------------------------------------------------------------- // | origin:tp5er\tp5-databackup diff --git a/crmeb/services/PayService.php b/crmeb/services/PayService.php index 3bbadc1..63d0eb4 100644 --- a/crmeb/services/PayService.php +++ b/crmeb/services/PayService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/PaymentService.php b/crmeb/services/PaymentService.php index e6a988d..bb0bd0d 100644 --- a/crmeb/services/PaymentService.php +++ b/crmeb/services/PaymentService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/PrinterService.php b/crmeb/services/PrinterService.php index 37a7275..ff263fe 100644 --- a/crmeb/services/PrinterService.php +++ b/crmeb/services/PrinterService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/QrcodeService.php b/crmeb/services/QrcodeService.php index 85b2cf8..1b56cf5 100644 --- a/crmeb/services/QrcodeService.php +++ b/crmeb/services/QrcodeService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/RedisCacheService.php b/crmeb/services/RedisCacheService.php index 2b88609..eaf1617 100644 --- a/crmeb/services/RedisCacheService.php +++ b/crmeb/services/RedisCacheService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/RoutineTemplateService.php b/crmeb/services/RoutineTemplateService.php index 67fb5a7..843315a 100644 --- a/crmeb/services/RoutineTemplateService.php +++ b/crmeb/services/RoutineTemplateService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/SmsService.php b/crmeb/services/SmsService.php index 0101e03..c0bece7 100644 --- a/crmeb/services/SmsService.php +++ b/crmeb/services/SmsService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/SpreadsheetExcelService.php b/crmeb/services/SpreadsheetExcelService.php index a838f17..425c078 100644 --- a/crmeb/services/SpreadsheetExcelService.php +++ b/crmeb/services/SpreadsheetExcelService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/SwooleTaskService.php b/crmeb/services/SwooleTaskService.php index 00a8779..03b0ad1 100644 --- a/crmeb/services/SwooleTaskService.php +++ b/crmeb/services/SwooleTaskService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/TimerService.php b/crmeb/services/TimerService.php index 053e686..8058acb 100644 --- a/crmeb/services/TimerService.php +++ b/crmeb/services/TimerService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/UpdateAuthInit.php b/crmeb/services/UpdateAuthInit.php index 0e1981b..2004c18 100644 --- a/crmeb/services/UpdateAuthInit.php +++ b/crmeb/services/UpdateAuthInit.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/UploadService.php b/crmeb/services/UploadService.php index 8f4b408..f8101f5 100644 --- a/crmeb/services/UploadService.php +++ b/crmeb/services/UploadService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/VicWordService.php b/crmeb/services/VicWordService.php index 2f04627..c93f1fa 100644 --- a/crmeb/services/VicWordService.php +++ b/crmeb/services/VicWordService.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/WechatService.php b/crmeb/services/WechatService.php index f184630..18e0d24 100644 --- a/crmeb/services/WechatService.php +++ b/crmeb/services/WechatService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/WechatTemplateMessageService.php b/crmeb/services/WechatTemplateMessageService.php index b61b78d..9664e5d 100644 --- a/crmeb/services/WechatTemplateMessageService.php +++ b/crmeb/services/WechatTemplateMessageService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/WechatUserGroupService.php b/crmeb/services/WechatUserGroupService.php index 7d1f389..90bf1fe 100644 --- a/crmeb/services/WechatUserGroupService.php +++ b/crmeb/services/WechatUserGroupService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/WechatUserTagService.php b/crmeb/services/WechatUserTagService.php index dad212f..3f5773a 100644 --- a/crmeb/services/WechatUserTagService.php +++ b/crmeb/services/WechatUserTagService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/YunxinSmsService.php b/crmeb/services/YunxinSmsService.php index 7ef1425..5a446ae 100644 --- a/crmeb/services/YunxinSmsService.php +++ b/crmeb/services/YunxinSmsService.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services; diff --git a/crmeb/services/alipay/AlipayNotify.php b/crmeb/services/alipay/AlipayNotify.php index 480cef0..cf53d12 100644 --- a/crmeb/services/alipay/AlipayNotify.php +++ b/crmeb/services/alipay/AlipayNotify.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\alipay; diff --git a/crmeb/services/delivery/Delivery.php b/crmeb/services/delivery/Delivery.php index 6748bc5..9445f7f 100644 --- a/crmeb/services/delivery/Delivery.php +++ b/crmeb/services/delivery/Delivery.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\delivery; diff --git a/crmeb/services/delivery/storage/Dada.php b/crmeb/services/delivery/storage/Dada.php index ce2575a..f1dcb0e 100644 --- a/crmeb/services/delivery/storage/Dada.php +++ b/crmeb/services/delivery/storage/Dada.php @@ -1,13 +1,5 @@ -// +----------------------------------------------------------------------\ +\ namespace crmeb\services\delivery\storage; use crmeb\basic\BaseStorage; diff --git a/crmeb/services/delivery/storage/Uupt.php b/crmeb/services/delivery/storage/Uupt.php index bd32325..e44e2ff 100644 --- a/crmeb/services/delivery/storage/Uupt.php +++ b/crmeb/services/delivery/storage/Uupt.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\delivery\storage; use crmeb\basic\BaseStorage; diff --git a/crmeb/services/easywechat/BaseClient.php b/crmeb/services/easywechat/BaseClient.php index e164cb2..b613d6c 100644 --- a/crmeb/services/easywechat/BaseClient.php +++ b/crmeb/services/easywechat/BaseClient.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat; diff --git a/crmeb/services/easywechat/batches/Client.php b/crmeb/services/easywechat/batches/Client.php index 0a820f0..e1f7da4 100644 --- a/crmeb/services/easywechat/batches/Client.php +++ b/crmeb/services/easywechat/batches/Client.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\batches; diff --git a/crmeb/services/easywechat/broadcast/Client.php b/crmeb/services/easywechat/broadcast/Client.php index ca35139..a5fe043 100644 --- a/crmeb/services/easywechat/broadcast/Client.php +++ b/crmeb/services/easywechat/broadcast/Client.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\broadcast; diff --git a/crmeb/services/easywechat/broadcast/ServiceProvider.php b/crmeb/services/easywechat/broadcast/ServiceProvider.php index 8a8a36d..f8981de 100644 --- a/crmeb/services/easywechat/broadcast/ServiceProvider.php +++ b/crmeb/services/easywechat/broadcast/ServiceProvider.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\broadcast; diff --git a/crmeb/services/easywechat/certficates/Client.php b/crmeb/services/easywechat/certficates/Client.php index 494aca3..e86bffc 100644 --- a/crmeb/services/easywechat/certficates/Client.php +++ b/crmeb/services/easywechat/certficates/Client.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\certficates; diff --git a/crmeb/services/easywechat/combinePay/Client.php b/crmeb/services/easywechat/combinePay/Client.php index d42ac3f..9a02be4 100644 --- a/crmeb/services/easywechat/combinePay/Client.php +++ b/crmeb/services/easywechat/combinePay/Client.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\combinePay; diff --git a/crmeb/services/easywechat/pay/Client.php b/crmeb/services/easywechat/pay/Client.php index 3a190cc..474c001 100644 --- a/crmeb/services/easywechat/pay/Client.php +++ b/crmeb/services/easywechat/pay/Client.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\pay; diff --git a/crmeb/services/easywechat/subscribe/ProgramProvider.php b/crmeb/services/easywechat/subscribe/ProgramProvider.php index 57d0273..1b7cb44 100644 --- a/crmeb/services/easywechat/subscribe/ProgramProvider.php +++ b/crmeb/services/easywechat/subscribe/ProgramProvider.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\subscribe; diff --git a/crmeb/services/easywechat/subscribe/ProgramSubscribe.php b/crmeb/services/easywechat/subscribe/ProgramSubscribe.php index 993c66a..c6bfe70 100644 --- a/crmeb/services/easywechat/subscribe/ProgramSubscribe.php +++ b/crmeb/services/easywechat/subscribe/ProgramSubscribe.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\subscribe; diff --git a/crmeb/services/easywechat/wechatTemplate/ProgramTemplate.php b/crmeb/services/easywechat/wechatTemplate/ProgramTemplate.php index b361cd2..f4091f4 100644 --- a/crmeb/services/easywechat/wechatTemplate/ProgramTemplate.php +++ b/crmeb/services/easywechat/wechatTemplate/ProgramTemplate.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\wechatTemplate; diff --git a/crmeb/services/easywechat/wechatTemplate/ServiceProvider.php b/crmeb/services/easywechat/wechatTemplate/ServiceProvider.php index 3023578..03d3990 100644 --- a/crmeb/services/easywechat/wechatTemplate/ServiceProvider.php +++ b/crmeb/services/easywechat/wechatTemplate/ServiceProvider.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\easywechat\wechatTemplate; use EasyWeChat\Core\AccessToken; diff --git a/crmeb/services/express/Express.php b/crmeb/services/express/Express.php index de85316..f7d096c 100644 --- a/crmeb/services/express/Express.php +++ b/crmeb/services/express/Express.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\express; diff --git a/crmeb/services/express/storage/Express.php b/crmeb/services/express/storage/Express.php index f033782..db3785b 100644 --- a/crmeb/services/express/storage/Express.php +++ b/crmeb/services/express/storage/Express.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\express\storage; diff --git a/crmeb/services/printer/AccessToken.php b/crmeb/services/printer/AccessToken.php index 87b4379..1bac325 100644 --- a/crmeb/services/printer/AccessToken.php +++ b/crmeb/services/printer/AccessToken.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\printer; diff --git a/crmeb/services/printer/Printer.php b/crmeb/services/printer/Printer.php index 626bfc4..37a1f5f 100644 --- a/crmeb/services/printer/Printer.php +++ b/crmeb/services/printer/Printer.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\printer; diff --git a/crmeb/services/printer/storage/FeiEYun.php b/crmeb/services/printer/storage/FeiEYun.php index 25bd0c6..dbfdfe7 100644 --- a/crmeb/services/printer/storage/FeiEYun.php +++ b/crmeb/services/printer/storage/FeiEYun.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\printer\storage; diff --git a/crmeb/services/printer/storage/YiLianYun.php b/crmeb/services/printer/storage/YiLianYun.php index f2f156e..a7565c8 100644 --- a/crmeb/services/printer/storage/YiLianYun.php +++ b/crmeb/services/printer/storage/YiLianYun.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\printer\storage; diff --git a/crmeb/services/product/Product.php b/crmeb/services/product/Product.php index 7b8263a..465e8ce 100644 --- a/crmeb/services/product/Product.php +++ b/crmeb/services/product/Product.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\product; diff --git a/crmeb/services/product/storage/Copy.php b/crmeb/services/product/storage/Copy.php index 047a513..f88af4d 100644 --- a/crmeb/services/product/storage/Copy.php +++ b/crmeb/services/product/storage/Copy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\product\storage; diff --git a/crmeb/services/serve/Serve.php b/crmeb/services/serve/Serve.php index 431e988..41e5db3 100644 --- a/crmeb/services/serve/Serve.php +++ b/crmeb/services/serve/Serve.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\serve; diff --git a/crmeb/services/serve/storage/Crmeb.php b/crmeb/services/serve/storage/Crmeb.php index 417b583..2eb6cf2 100644 --- a/crmeb/services/serve/storage/Crmeb.php +++ b/crmeb/services/serve/storage/Crmeb.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\serve\storage; diff --git a/crmeb/services/sms/Sms.php b/crmeb/services/sms/Sms.php index 3e2ebbc..5023770 100644 --- a/crmeb/services/sms/Sms.php +++ b/crmeb/services/sms/Sms.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\sms; diff --git a/crmeb/services/sms/storage/Aliyun.php b/crmeb/services/sms/storage/Aliyun.php index cc9a347..194a2d3 100644 --- a/crmeb/services/sms/storage/Aliyun.php +++ b/crmeb/services/sms/storage/Aliyun.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\sms\storage; diff --git a/crmeb/services/sms/storage/Yunxin.php b/crmeb/services/sms/storage/Yunxin.php index 5b08e7c..184e355 100644 --- a/crmeb/services/sms/storage/Yunxin.php +++ b/crmeb/services/sms/storage/Yunxin.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\sms\storage; diff --git a/crmeb/services/template/Template.php b/crmeb/services/template/Template.php index f178acd..2507d54 100644 --- a/crmeb/services/template/Template.php +++ b/crmeb/services/template/Template.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\template; diff --git a/crmeb/services/template/storage/Subscribe.php b/crmeb/services/template/storage/Subscribe.php index 30c24b3..32c2bfe 100644 --- a/crmeb/services/template/storage/Subscribe.php +++ b/crmeb/services/template/storage/Subscribe.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\template\storage; diff --git a/crmeb/services/template/storage/Wechat.php b/crmeb/services/template/storage/Wechat.php index 216c79c..641461d 100644 --- a/crmeb/services/template/storage/Wechat.php +++ b/crmeb/services/template/storage/Wechat.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\template\storage; diff --git a/crmeb/services/upload/Upload.php b/crmeb/services/upload/Upload.php index f9d8903..396ed52 100644 --- a/crmeb/services/upload/Upload.php +++ b/crmeb/services/upload/Upload.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload; diff --git a/crmeb/services/upload/client/UploadManager.php b/crmeb/services/upload/client/UploadManager.php index cda4a57..0ad67ea 100644 --- a/crmeb/services/upload/client/UploadManager.php +++ b/crmeb/services/upload/client/UploadManager.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload\client; use UCloud\ActionType; diff --git a/crmeb/services/upload/storage/Cos.php b/crmeb/services/upload/storage/Cos.php index 52fda8a..24b42a8 100644 --- a/crmeb/services/upload/storage/Cos.php +++ b/crmeb/services/upload/storage/Cos.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload\storage; diff --git a/crmeb/services/upload/storage/Jdoss.php b/crmeb/services/upload/storage/Jdoss.php index f81777e..daf2223 100644 --- a/crmeb/services/upload/storage/Jdoss.php +++ b/crmeb/services/upload/storage/Jdoss.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload\storage; diff --git a/crmeb/services/upload/storage/Local.php b/crmeb/services/upload/storage/Local.php index c73c969..77aed38 100644 --- a/crmeb/services/upload/storage/Local.php +++ b/crmeb/services/upload/storage/Local.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload\storage; diff --git a/crmeb/services/upload/storage/Oss.php b/crmeb/services/upload/storage/Oss.php index 001dbb4..519ccbc 100644 --- a/crmeb/services/upload/storage/Oss.php +++ b/crmeb/services/upload/storage/Oss.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload\storage; diff --git a/crmeb/services/upload/storage/Qiniu.php b/crmeb/services/upload/storage/Qiniu.php index 63a8ade..aa10083 100644 --- a/crmeb/services/upload/storage/Qiniu.php +++ b/crmeb/services/upload/storage/Qiniu.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload\storage; diff --git a/crmeb/services/upload/storage/Us3.php b/crmeb/services/upload/storage/Us3.php index 6d42780..dd24aa2 100644 --- a/crmeb/services/upload/storage/Us3.php +++ b/crmeb/services/upload/storage/Us3.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\services\upload\storage; diff --git a/crmeb/traits/CategoresDao.php b/crmeb/traits/CategoresDao.php index 6c157bf..38052c1 100644 --- a/crmeb/traits/CategoresDao.php +++ b/crmeb/traits/CategoresDao.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\traits; diff --git a/crmeb/traits/CategoresRepository.php b/crmeb/traits/CategoresRepository.php index 67b53e9..d6d0398 100644 --- a/crmeb/traits/CategoresRepository.php +++ b/crmeb/traits/CategoresRepository.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\traits; diff --git a/crmeb/traits/ErrorTrait.php b/crmeb/traits/ErrorTrait.php index a126b04..4d5e931 100644 --- a/crmeb/traits/ErrorTrait.php +++ b/crmeb/traits/ErrorTrait.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\traits; diff --git a/crmeb/traits/Macro.php b/crmeb/traits/Macro.php index c87417f..142c444 100644 --- a/crmeb/traits/Macro.php +++ b/crmeb/traits/Macro.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + namespace crmeb\traits; diff --git a/crmeb/utils/ApiErrorCode.php b/crmeb/utils/ApiErrorCode.php index 80446a7..058e44a 100644 --- a/crmeb/utils/ApiErrorCode.php +++ b/crmeb/utils/ApiErrorCode.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + namespace crmeb\utils; diff --git a/route/admin.php b/route/admin.php index 84637e0..4318242 100644 --- a/route/admin.php +++ b/route/admin.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AdminAuthMiddleware; use app\common\middleware\AdminTokenMiddleware; diff --git a/route/admin/accounts.php b/route/admin/accounts.php index f5c4c0e..5061938 100644 --- a/route/admin/accounts.php +++ b/route/admin/accounts.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/article.php b/route/admin/article.php index cf05f47..b92549e 100644 --- a/route/admin/article.php +++ b/route/admin/article.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/attachment.php b/route/admin/attachment.php index 6a12c8a..dd0d373 100644 --- a/route/admin/attachment.php +++ b/route/admin/attachment.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/community.php b/route/admin/community.php index 2d60d75..0670c36 100644 --- a/route/admin/community.php +++ b/route/admin/community.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/config.php b/route/admin/config.php index 304a3fe..6f0139f 100644 --- a/route/admin/config.php +++ b/route/admin/config.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/coupon.php b/route/admin/coupon.php index 62cca8c..a154ec4 100644 --- a/route/admin/coupon.php +++ b/route/admin/coupon.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/delivery.php b/route/admin/delivery.php index aef7f39..2370a80 100644 --- a/route/admin/delivery.php +++ b/route/admin/delivery.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/diy.php b/route/admin/diy.php index eb97d39..6ec956c 100644 --- a/route/admin/diy.php +++ b/route/admin/diy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/group.php b/route/admin/group.php index 773b387..9e560c6 100644 --- a/route/admin/group.php +++ b/route/admin/group.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/marketing.php b/route/admin/marketing.php index 0d89af4..c6aec12 100644 --- a/route/admin/marketing.php +++ b/route/admin/marketing.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/member.php b/route/admin/member.php index adcb586..adf1972 100644 --- a/route/admin/member.php +++ b/route/admin/member.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/menu.php b/route/admin/menu.php index 9e24bcc..5ae3305 100644 --- a/route/admin/menu.php +++ b/route/admin/menu.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/merchant.php b/route/admin/merchant.php index 6331b70..60c6f0f 100644 --- a/route/admin/merchant.php +++ b/route/admin/merchant.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/notLogin.php b/route/admin/notLogin.php index 7e57e21..0a9a764 100644 --- a/route/admin/notLogin.php +++ b/route/admin/notLogin.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AllowOriginMiddleware; diff --git a/route/admin/notice.php b/route/admin/notice.php index ef1e159..82bae8a 100644 --- a/route/admin/notice.php +++ b/route/admin/notice.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/order.php b/route/admin/order.php index 6f38173..960caeb 100644 --- a/route/admin/order.php +++ b/route/admin/order.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/points.php b/route/admin/points.php index 5e74276..db8b3a3 100644 --- a/route/admin/points.php +++ b/route/admin/points.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/product.php b/route/admin/product.php index b54dca7..2e76a7e 100644 --- a/route/admin/product.php +++ b/route/admin/product.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/role.php b/route/admin/role.php index 4115599..b50fcb7 100644 --- a/route/admin/role.php +++ b/route/admin/role.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/service.php b/route/admin/service.php index 85bdb48..e353b41 100644 --- a/route/admin/service.php +++ b/route/admin/service.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AdminAuthMiddleware; use app\common\middleware\AdminTokenMiddleware; use app\common\middleware\AllowOriginMiddleware; diff --git a/route/admin/spread.php b/route/admin/spread.php index 120ee3b..2ddb0de 100644 --- a/route/admin/spread.php +++ b/route/admin/spread.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/system.php b/route/admin/system.php index 72454e5..4828853 100644 --- a/route/admin/system.php +++ b/route/admin/system.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/user.php b/route/admin/user.php index fbec02c..4a8a8f1 100644 --- a/route/admin/user.php +++ b/route/admin/user.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/wechat.php b/route/admin/wechat.php index 869c6ab..b8c867f 100644 --- a/route/admin/wechat.php +++ b/route/admin/wechat.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/admin/yihaotong.php b/route/admin/yihaotong.php index d7a200c..17ce37a 100644 --- a/route/admin/yihaotong.php +++ b/route/admin/yihaotong.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AdminAuthMiddleware; diff --git a/route/api.php b/route/api.php index 3d75e8d..c248891 100644 --- a/route/api.php +++ b/route/api.php @@ -1,14 +1,6 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; diff --git a/route/app.php b/route/app.php index 67a0bbb..cfe6e82 100644 --- a/route/app.php +++ b/route/app.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\CheckSiteOpenMiddleware; use app\common\middleware\InstallMiddleware; diff --git a/route/merchant.php b/route/merchant.php index c3ea357..b16e845 100644 --- a/route/merchant.php +++ b/route/merchant.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; diff --git a/route/merchant/accounts.php b/route/merchant/accounts.php index 7a5fbd4..50f8106 100644 --- a/route/merchant/accounts.php +++ b/route/merchant/accounts.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/attachment.php b/route/merchant/attachment.php index 165af9b..7ecf013 100644 --- a/route/merchant/attachment.php +++ b/route/merchant/attachment.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/config.php b/route/merchant/config.php index 63c94ba..c60bcc7 100644 --- a/route/merchant/config.php +++ b/route/merchant/config.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/coupon.php b/route/merchant/coupon.php index 5760809..f3ee9ed 100644 --- a/route/merchant/coupon.php +++ b/route/merchant/coupon.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/delivery.php b/route/merchant/delivery.php index 753849e..eff3763 100644 --- a/route/merchant/delivery.php +++ b/route/merchant/delivery.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/diy.php b/route/merchant/diy.php index 9ebef03..57236d5 100644 --- a/route/merchant/diy.php +++ b/route/merchant/diy.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\LogMiddleware; diff --git a/route/merchant/group.php b/route/merchant/group.php index 7855263..889965c 100644 --- a/route/merchant/group.php +++ b/route/merchant/group.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; diff --git a/route/merchant/marketing.php b/route/merchant/marketing.php index bd9acfa..275549b 100644 --- a/route/merchant/marketing.php +++ b/route/merchant/marketing.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/notLogin.php b/route/merchant/notLogin.php index 6eed7de..07d9703 100644 --- a/route/merchant/notLogin.php +++ b/route/merchant/notLogin.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\AllowOriginMiddleware; diff --git a/route/merchant/openapi.php b/route/merchant/openapi.php index 46fc024..826a3fa 100644 --- a/route/merchant/openapi.php +++ b/route/merchant/openapi.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/order.php b/route/merchant/order.php index 642c2a1..d115df1 100644 --- a/route/merchant/order.php +++ b/route/merchant/order.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; diff --git a/route/merchant/product.php b/route/merchant/product.php index cb93fad..b440d8e 100644 --- a/route/merchant/product.php +++ b/route/merchant/product.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/role.php b/route/merchant/role.php index 1690b4f..4767ae2 100644 --- a/route/merchant/role.php +++ b/route/merchant/role.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/service.php b/route/merchant/service.php index 2e69086..fce09e7 100644 --- a/route/merchant/service.php +++ b/route/merchant/service.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/system.php b/route/merchant/system.php index 700afac..52c0d69 100644 --- a/route/merchant/system.php +++ b/route/merchant/system.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/users.php b/route/merchant/users.php index b307b2f..92f4c9f 100644 --- a/route/merchant/users.php +++ b/route/merchant/users.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/merchant/yihaotong.php b/route/merchant/yihaotong.php index 9a15674..881e934 100644 --- a/route/merchant/yihaotong.php +++ b/route/merchant/yihaotong.php @@ -1,13 +1,4 @@ -// +---------------------------------------------------------------------- use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\LogMiddleware; use app\common\middleware\MerchantAuthMiddleware; diff --git a/route/openapi.php b/route/openapi.php index 0ddb25b..5801add 100644 --- a/route/openapi.php +++ b/route/openapi.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AdminAuthMiddleware; use app\common\middleware\AdminTokenMiddleware; diff --git a/route/openapi/auth.php b/route/openapi/auth.php index 02a65a6..0ac464b 100644 --- a/route/openapi/auth.php +++ b/route/openapi/auth.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\LogMiddleware; diff --git a/route/openapi/store.php b/route/openapi/store.php index 00daaf2..8c54f4d 100644 --- a/route/openapi/store.php +++ b/route/openapi/store.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use think\facade\Route; use app\common\middleware\LogMiddleware; diff --git a/route/service.php b/route/service.php index 4b99943..10bb42e 100644 --- a/route/service.php +++ b/route/service.php @@ -1,13 +1,5 @@ -// +---------------------------------------------------------------------- + use app\common\middleware\AllowOriginMiddleware; use app\common\middleware\ServiceTokenMiddleware;