Commit 4d18a50c authored by 姜克保's avatar 姜克保

修改返回值

parent 3367380e
...@@ -11,9 +11,9 @@ namespace Meibuyu\Rpc\Service\Interfaces\SyncDataService; ...@@ -11,9 +11,9 @@ namespace Meibuyu\Rpc\Service\Interfaces\SyncDataService;
interface SyncMagentoServiceInterface interface SyncMagentoServiceInterface
{ {
/** /**
* @param $platformOrderId 平台单号id * @param int $platformOrderId 平台单号id
* @param int $pageSize 每页最多展示50条 * @param int $pageSize 每页最多展示50条
* @return array * @return bool
*/ */
public function syncOrders($platformOrderId, $pageSize = 10):array; public function syncOrders(int $platformOrderId, $pageSize = 10):bool;
} }
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