test
Showing
.gitignore
0 → 100644
composer.json
0 → 100644
| { | |||
| "name": "hdll/services", | |||
| "description": "test", | |||
| "authors": [ | |||
| { | |||
| "name": "fly", | |||
| "email": "fly@qq.com" | |||
| } | |||
| ], | |||
| "require": { | |||
| "qcloud/cos-sdk-v5": ">=1.0" | |||
| }, | |||
| "autoload": { | |||
| "psr-4": { | |||
| "Hdll\\Services\\": "src/" | |||
| } | |||
| } | |||
| } |
src/Auth/Enum/AuthError.php
0 → 100644
src/Auth/Exception/AuthException.php
0 → 100644
src/Auth/Lib/AuthInterface.php
0 → 100644
src/Buyer/Enum/BuyerEnum.php
0 → 100644
src/Buyer/Enum/BuyerError.php
0 → 100644
src/Buyer/Lib/BillInterface.php
0 → 100644
src/Buyer/Lib/BuyerInterface.php
0 → 100644
src/Buyer/Lib/CommissionInterface.php
0 → 100644
src/Common/Config/Bean/PathConfig.php
0 → 100644
src/Common/Config/Bean/ScanPath.php
0 → 100644
src/Common/Config/config.php
0 → 100644
src/Common/Controller/CommonController.php
0 → 100644
src/Common/Entity/CommonEntity.php
0 → 100644
src/Common/Entity/User.php
0 → 100644
src/Common/Exception/CommonException.php
0 → 100644
src/Common/Exception/ExceptionData.php
0 → 100644
src/Common/Exception/ExceptionParseData.php
0 → 100644
src/Common/Lib/Alisms.php
0 → 100644
src/Common/Lib/Smscode.php
0 → 100644
src/Common/Lib/Upload.php
0 → 100644
src/Common/Pool/Config/BuyerPoolConfig.php
0 → 100644
src/Common/Pool/Config/OrderPoolConfig.php
0 → 100644
src/Common/Pool/Config/SellerPoolConfig.php
0 → 100644
src/Common/Pool/Config/StorePoolConfig.php
0 → 100644
src/Common/Pool/Config/VipPoolConfig.php
0 → 100644
src/LimitTimeBuy/Enum/LimitTimeBuyEnum.php
0 → 100644
src/Order/Enum/OrderEnum.php
0 → 100644
src/Order/Enum/OrderError.php
0 → 100644
src/Order/Lib/OrderInterface.php
0 → 100644
src/Reservation/Lib/ReservationInterface.php
0 → 100644
src/Schedule/Lib/ScheduleInterface.php
0 → 100644
src/Seller/Enum/SellerError.php
0 → 100644
src/Seller/Lib/SellerFundInterface.php
0 → 100644
src/Seller/Lib/SellerInterface.php
0 → 100644
src/Store/Lib/CommsettingInterface.php
0 → 100644
src/Store/Lib/StoreInterface.php
0 → 100644
src/Store/Lib/TemplateInterface.php
0 → 100644
src/Vip/Enum/VipEnum.php
0 → 100644
src/Vip/Lib/VipInterface.php
0 → 100644
Please
register
or
sign in
to comment