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
80c5dd96
Commit
80c5dd96
authored
Aug 07, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
买家分销
parent
24e8c3bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
src/Buyer/Lib/BuyerDistributionInterface.php
+0
-18
No files found.
src/Buyer/Lib/BuyerDistributionInterface.php
View file @
80c5dd96
...
@@ -21,16 +21,6 @@ use Swoft\Core\ResultInterface;
...
@@ -21,16 +21,6 @@ use Swoft\Core\ResultInterface;
*/
*/
interface
BuyerDistributionInterface
{
interface
BuyerDistributionInterface
{
/**
* 增加卖家冻结金额
*
* @param int $storeId
* @param int $money
* @return mixed
*/
public
function
addSellerFreezeMoney
(
int
$storeId
,
int
$money
);
/**
/**
* 获取买家佣金数据
* 获取买家佣金数据
* @param int $buyerId
* @param int $buyerId
...
@@ -40,14 +30,6 @@ interface BuyerDistributionInterface{
...
@@ -40,14 +30,6 @@ interface BuyerDistributionInterface{
public
function
getBuyerCommission
(
int
$buyerId
);
public
function
getBuyerCommission
(
int
$buyerId
);
/**
/**
* 获取卖家资金数据
* @param int $storeId
* @return mixed
* @author Administrator
*/
public
function
getSellerFund
(
int
$storeId
);
/**
* 保存账单数据
* 保存账单数据
* @param string $token
* @param string $token
* @param int $order_id
* @param int $order_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