Commit 6b500cd3 authored by Bob Lee Swagger's avatar Bob Lee Swagger

debug

parent 8ebc0cc9
...@@ -11,14 +11,16 @@ namespace Meibuyu\Rpc\Service\Interfaces\SyncDataService; ...@@ -11,14 +11,16 @@ namespace Meibuyu\Rpc\Service\Interfaces\SyncDataService;
interface SyncAliexpressServiceInterface interface SyncAliexpressServiceInterface
{ {
/** /**
* @param integer $siteId
* @param array $orderIds * @param array $orderIds
* @return mixed * @return mixed
*/ */
public function syncOrders($orderIds); public function syncOrders($siteId, $orderIds);
/** /**
* @param integer $siteId
* @param array $productIds * @param array $productIds
* @return mixed * @return mixed
*/ */
public function syncProducts($productIds); public function syncProducts($siteId, $productIds);
} }
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