Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
be03122a
Commit
be03122a
authored
Aug 07, 2018
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改店铺佣金规则接口
parent
a96d72b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Store/Lib/CommsettingInterface.php
+3
-3
No files found.
src/Store/Lib/Comm
ission
Interface.php
→
src/Store/Lib/Comm
setting
Interface.php
View file @
be03122a
...
@@ -15,10 +15,10 @@ use Swoft\Core\ResultInterface;
...
@@ -15,10 +15,10 @@ use Swoft\Core\ResultInterface;
/**
/**
* The interface of store-commission service
* The interface of store-commission service
*
*
* @method ResultInterface deferGetComm
issionRule
(int $storeId)
* @method ResultInterface deferGetComm
Setting
(int $storeId)
* @method ResultInterface deferUpdateByStoreId(int $storeId)
* @method ResultInterface deferUpdateByStoreId(int $storeId)
*/
*/
interface
Comm
ission
Interface
interface
Comm
setting
Interface
{
{
/**
/**
* 获取买家分销佣金规则
* 获取买家分销佣金规则
...
@@ -27,7 +27,7 @@ interface CommissionInterface
...
@@ -27,7 +27,7 @@ interface CommissionInterface
* @param int $storeId
* @param int $storeId
* @return array
* @return array
*/
*/
public
function
getComm
issionRule
(
int
$storeId
);
public
function
getComm
Setting
(
int
$storeId
);
/**
/**
* 根据店铺ID修改买家分销的佣金规则
* 根据店铺ID修改买家分销的佣金规则
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment