Commit be03122a by 王召彬

修改店铺佣金规则接口

parent a96d72b7
......@@ -15,10 +15,10 @@ use Swoft\Core\ResultInterface;
/**
* The interface of store-commission service
*
* @method ResultInterface deferGetCommissionRule(int $storeId)
* @method ResultInterface deferGetCommSetting(int $storeId)
* @method ResultInterface deferUpdateByStoreId(int $storeId)
*/
interface CommissionInterface
interface CommsettingInterface
{
/**
* 获取买家分销佣金规则
......@@ -27,7 +27,7 @@ interface CommissionInterface
* @param int $storeId
* @return array
*/
public function getCommissionRule(int $storeId);
public function getCommSetting(int $storeId);
/**
* 根据店铺ID修改买家分销的佣金规则
......
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