Commit 62e8ed77 authored by Bob Lee Swagger's avatar Bob Lee Swagger

增加更新速卖通订单推送状态RPC

parent 6b500cd3
......@@ -17,10 +17,26 @@ interface SyncAliexpressServiceInterface
*/
public function syncOrders($siteId, $orderIds);
/**
* @param integer $siteId
* @param array $orderIds
* @param integer $status
* @return mixed
*/
public function updateOrderStatus($siteId, $orderIds, $status);
/**
* @param integer $siteId
* @param array $productIds
* @return mixed
*/
public function syncProducts($siteId, $productIds);
/**
* @param integer $siteId
* @param array $productIds
* @param integer $status
* @return mixed
*/
public function updateProductStatus($siteId, $productIds, $status);
}
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