Commit 64ae81ba authored by jiangkebao's avatar jiangkebao
Browse files

添加shopify rpc 参数

parent a827bac0
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -9,9 +9,7 @@
namespace Meibuyu\Micro\Service\Interfaces\Order;


use phpDocumentor\Reflection\Types\Void_;

interface ShopifyServiceInterface
{
    public function pushOrder($topic, $json);
    public function pushOrder($topic, $array, $shopifySiteId);
}