Commit 04724acf authored by Bob Lee Swagger's avatar Bob Lee Swagger

debug

parent 0a0a72f7
<?php
/**
* Created by PhpStorm.
* User: qiudongfang
* Date: ${DATA}
* Time: 下午2:57
*/
namespace Meibuyu\Rpc\Service\Interfaces\SyncDataService;
interface SyncAliexpressServiceInterface
{
/**
* @param array $data
* @return mixed
*/
public function syncOrders($data);
/**
* @param array $data
* @return mixed
*/
public function syncProducts($data);
}
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