作者 lackoxygen

add:df

... ... @@ -261,4 +261,12 @@ class Product extends Passage implements ProductInterface
{
$this->builder->method('POST')->service('brand.convert')->params($params);
}
/**
* @inheritDoc
*/
public function distributionLiveProductList(array $params)
{
$this->builder->method('POST')->service('buyin.distributionLiveProductList')->params($params);
}
}
... ...
... ... @@ -230,4 +230,11 @@ interface ProductInterface
* @return ResultSet
*/
public function brandConvert(array $params);
/**
* @link https://op.jinritemai.com/docs/api-docs/61/1770
* @param array $params
* @return mixed
*/
public function distributionLiveProductList(array $params);
}
... ...