Commit cb123014 by feixiang

买家账单服务接口

parent 352b2d0f
......@@ -19,15 +19,7 @@ use Swoft\Core\ResultInterface;
* Interface AgencyInterface
* @package App\Lib
*/
interface BuyerDistributionInterface{
/**
* 获取买家佣金数据
* @param int $buyerId
* @return mixed
* @author Administrator
*/
public function getBuyerCommission(int $buyerId);
interface BillInterface{
/**
* 保存账单数据
......
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