|
|
|
@ -30,7 +30,6 @@ return [ |
|
|
|
\App\Service\UserRelationBindServiceInterface::class => \App\Service\UserCommunityBindService::class, |
|
|
|
\Hyperf\JsonRpc\JsonRpcTransporter::class => \Hyperf\JsonRpc\JsonRpcPoolTransporter::class, |
|
|
|
\App\JsonRpc\OrderServiceInterface::class => \App\JsonRpc\OrderService::class, |
|
|
|
\App\JsonRpc\OrderOnlineServiceInterface::class => \App\JsonRpc\OrderOnlineService::class, |
|
|
|
\App\Service\FinancialRecordServiceInterface::class => \App\Service\FinancialRecordService::class, |
|
|
|
\App\Service\SeparateAccountsServiceInterface::class => \App\Service\SeparateAccountsService::class, |
|
|
|
\App\Service\ShopCarServiceInterface::class => \App\Service\ShopCarService::class, |
|
|
|
@ -39,6 +38,7 @@ return [ |
|
|
|
\App\Service\OrderListServiceInterface::class => \App\Service\OrderListService::class, |
|
|
|
\App\Service\StoreServiceInterface::class => \App\Service\StoreService::class, |
|
|
|
\App\JsonRpc\SmsServiceInterface::class => \App\JsonRpc\AlismsService::class, |
|
|
|
\App\JsonRpc\OrderonlineServiceInterface::class => \App\JsonRpc\OrderonlineService::class, |
|
|
|
\App\Service\v3\Interfaces\GoodsServiceInterface::class => \App\Service\v3\Implementations\GoodsService::class, |
|
|
|
\App\Service\v3\Interfaces\SmsSendServiceInterface::class => \App\Service\v3\Implementations\SmsAliSendService::class, |
|
|
|
\App\Service\v3\Interfaces\HelperServiceInterface::class => \App\Service\v3\Implementations\HelperService::class, |
|
|
|
|