Commit 0c883be6 authored by jiangkebao's avatar jiangkebao

修改订单rpc 添加站信息

parent 64ae81ba
......@@ -9,7 +9,15 @@
namespace Meibuyu\Micro\Service\Interfaces\Order;
interface ShopifyServiceInterface
{
public function pushOrder($topic, $array, $shopifySiteId);
/**
* shopify 推送订单信息
* @param string $topic 动作
* @param array $array 订单信息
* @param array $shopifySite 站点信息
* @return mixed
*/
public function pushOrder($topic, array $array = [], array $shopifySite = []);
}
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