Commit 3367380e authored by 姜克保's avatar 姜克保

添加同步订单rpc接口

parent 471b3c65
<?php
/**
* Created by PhpStorm.
* User: qiudongfang
* Date: ${DATA}
* Time: 下午2:57
*/
namespace Meibuyu\Rpc\Service\Interfaces\SyncDataService;
interface SyncMagentoServiceInterface
{
/**
* @param $platformOrderId 平台单号id
* @param int $pageSize 每页最多展示50条
* @return array
*/
public function syncOrders($platformOrderId, $pageSize = 10):array;
}
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