Commit 2cbd24a0 authored by Bob Lee Swagger's avatar Bob Lee Swagger

Merge branch 'develop' of http://git.huaperfect.com/without_auth/meibuyu-rpc into develop

parents f4ec78e1 99195cdd
<?php
namespace Meibuyu\Rpc\Service\Interfaces\PurchaseNew;
interface PurchaseReturnsServiceInterface
{
/**
* 获取对应的退货列表
* @param array $filters
* @return array
*/
public function getReturnsByFilter(array $filters = []): array;
/**
* 退货操作
* @param $params
* @return array
*/
public function returnProducts($params): array;
}
\ No newline at end of file
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