Commit 33a70faf authored by 王源's avatar 王源 🎧

Merge branch '1.0' into 2.0

parents 94d1b4d4 366782ba
...@@ -12,6 +12,9 @@ use Exception; ...@@ -12,6 +12,9 @@ use Exception;
use Hyperf\DbConnection\Model\Model; use Hyperf\DbConnection\Model\Model;
use Meibuyu\Micro\Helper; use Meibuyu\Micro\Helper;
/**
* @deprecated 此类废弃,在之后的版本会被删除
*/
class BaseService class BaseService
{ {
/** /**
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces; namespace Meibuyu\Micro\Service\Interfaces;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\App\AppServiceInterface
*/
interface AppServiceInterface interface AppServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces; namespace Meibuyu\Micro\Service\Interfaces;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\User\BaseInfoServiceInterface
*/
interface BaseInfoServiceInterface interface BaseInfoServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces; namespace Meibuyu\Micro\Service\Interfaces;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Datacenter\DatacenterServiceInterface
*/
interface DatacenterServiceInterface interface DatacenterServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\DingTalk; namespace Meibuyu\Micro\Service\Interfaces\DingTalk;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Message\DingTalk\DingDepartmentServiceInterface
*/
interface DingDepartmentServiceInterface interface DingDepartmentServiceInterface
{ {
/** /**
......
...@@ -10,6 +10,10 @@ namespace Meibuyu\Micro\Service\Interfaces\DingTalk; ...@@ -10,6 +10,10 @@ namespace Meibuyu\Micro\Service\Interfaces\DingTalk;
use phpDocumentor\Reflection\Types\Mixed_; use phpDocumentor\Reflection\Types\Mixed_;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Message\DingTalk\DingMessageServiceInterface
*/
interface DingMessageServiceInterface interface DingMessageServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\DingTalk; namespace Meibuyu\Micro\Service\Interfaces\DingTalk;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Message\DingTalk\DingUserServiceInterface
*/
interface DingUserServiceInterface interface DingUserServiceInterface
{ {
/** 通过用户id获取单个用户信息 /** 通过用户id获取单个用户信息
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
namespace Meibuyu\Micro\Service\Interfaces; namespace Meibuyu\Micro\Service\Interfaces;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Store\DispatchPlanServiceInterface
*/
interface DispatchPlanServiceInterface interface DispatchPlanServiceInterface
{ {
/** /**
......
<?php <?php
namespace Meibuyu\Micro\Service\Interfaces\File; namespace Meibuyu\Micro\Service\Interfaces\File;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\File\FileServiceInterface
*/
interface FileServiceInterface interface FileServiceInterface
{ {
/** /**
......
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Flow; namespace Meibuyu\Micro\Service\Interfaces\Flow;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Flow\GetConnectModuleServiceInterface
*/
interface GetConnectModuleServiceInterface interface GetConnectModuleServiceInterface
{ {
/** /**
......
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Flow; namespace Meibuyu\Micro\Service\Interfaces\Flow;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Flow\ProcessFormServiceInterface
*/
interface ProcessFormServiceInterface interface ProcessFormServiceInterface
{ {
/** /**
......
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Logistics; namespace Meibuyu\Micro\Service\Interfaces\Logistics;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Logistics\LogisticsServiceInterface
*/
interface LogisticsServiceInterface interface LogisticsServiceInterface
{ {
/** /**
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Operation; namespace Meibuyu\Micro\Service\Interfaces\Operation;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Operation\OperationServiceInterface
*/
interface OperationServiceInterface interface OperationServiceInterface
{ {
/** /**
......
...@@ -10,6 +10,10 @@ namespace Meibuyu\Micro\Service\Interfaces\Order; ...@@ -10,6 +10,10 @@ namespace Meibuyu\Micro\Service\Interfaces\Order;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Order\ShopifyOrderServiceInterface
*/
interface ShopifyOrderServiceInterface interface ShopifyOrderServiceInterface
{ {
/** /**
......
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Order; namespace Meibuyu\Micro\Service\Interfaces\Order;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Order\StockUpServiceInterface
*/
interface StockUpServiceInterface interface StockUpServiceInterface
{ {
/** /**
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Order; namespace Meibuyu\Micro\Service\Interfaces\Order;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Order\SubOrderServiceInterface
*/
interface SubOrderServiceInterface interface SubOrderServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Product; namespace Meibuyu\Micro\Service\Interfaces\Product;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\MaterialServiceInterface
*/
interface MaterialServiceInterface interface MaterialServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Product; namespace Meibuyu\Micro\Service\Interfaces\Product;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\PlatformProductChildServiceInterface
*/
interface PlatformProductChildServiceInterface interface PlatformProductChildServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Product; namespace Meibuyu\Micro\Service\Interfaces\Product;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\PlatformProductServiceInterface
*/
interface PlatformProductServiceInterface interface PlatformProductServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Product; namespace Meibuyu\Micro\Service\Interfaces\Product;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\ProductChildServiceInterface
*/
interface ProductChildServiceInterface interface ProductChildServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Product; namespace Meibuyu\Micro\Service\Interfaces\Product;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\ProductServiceInterface
*/
interface ProductServiceInterface interface ProductServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Product; namespace Meibuyu\Micro\Service\Interfaces\Product;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\ShopifyProductServiceInterface
*/
interface ShopifyProductServiceInterface interface ShopifyProductServiceInterface
{ {
......
...@@ -11,6 +11,10 @@ namespace Meibuyu\Micro\Service\Interfaces\Product; ...@@ -11,6 +11,10 @@ namespace Meibuyu\Micro\Service\Interfaces\Product;
use Exception; use Exception;
use Meibuyu\Micro\Exceptions\RpcException; use Meibuyu\Micro\Exceptions\RpcException;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\ShopifyServiceInterface
*/
interface ShopifyServiceInterface interface ShopifyServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces; namespace Meibuyu\Micro\Service\Interfaces;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Product\ProductChildServiceInterface
*/
interface ProductChildServiceInterface interface ProductChildServiceInterface
{ {
......
...@@ -4,6 +4,10 @@ namespace Meibuyu\Micro\Service\Interfaces\Production; ...@@ -4,6 +4,10 @@ namespace Meibuyu\Micro\Service\Interfaces\Production;
use Meibuyu\Micro\Exceptions\HttpResponseException; use Meibuyu\Micro\Exceptions\HttpResponseException;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Production\ProductionServiceInterface
*/
interface ProductionServiceInterface interface ProductionServiceInterface
{ {
......
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Purchase; namespace Meibuyu\Micro\Service\Interfaces\Purchase;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Purchase\PurchaseDoneServiceInterface
*/
interface PurchaseDoneServiceInterface interface PurchaseDoneServiceInterface
{ {
/** /**
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Purchase; namespace Meibuyu\Micro\Service\Interfaces\Purchase;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Purchase\PurchaseTaskServiceInterface
*/
interface PurchaseTaskServiceInterface interface PurchaseTaskServiceInterface
{ {
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\Store; namespace Meibuyu\Micro\Service\Interfaces\Store;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Store\StoreMaterialServiceInterface
*/
interface StoreMaterialServiceInterface interface StoreMaterialServiceInterface
{ {
/** /**
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces; namespace Meibuyu\Micro\Service\Interfaces;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\Store\StoreServiceInterface
*/
interface StoreServiceInterface interface StoreServiceInterface
{ {
/** /**
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
namespace Meibuyu\Micro\Service\Interfaces\User; namespace Meibuyu\Micro\Service\Interfaces\User;
/**
* @deprecated 此接口废弃,在之后的版本会被删除
* 请引入meibuyu/rpc组件,使用Meibuyu\Rpc\Service\Interfaces\User\AccessServiceInterface
*/
interface AccessServiceInterface interface AccessServiceInterface
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment