Commit 8ebc0cc9 authored by Bob Lee Swagger's avatar Bob Lee Swagger

debug

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