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
362df90d
Commit
362df90d
authored
Nov 21, 2018
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卖家服务:增加卖家钱包修改记录
parent
1165d196
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
src/Seller/Lib/SellerFundInterface.php
+9
-8
No files found.
src/Seller/Lib/SellerFundInterface.php
View file @
362df90d
...
...
@@ -34,7 +34,7 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
addBalance
(
$seller
,
$money
,
$orderSn
);
public
function
addBalance
(
$seller
,
$money
,
$orderSn
=
''
);
/**
* 减少提现金额
...
...
@@ -43,7 +43,7 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
reduceBalance
(
$seller
,
$money
,
$orderSn
);
public
function
reduceBalance
(
$seller
,
$money
,
$orderSn
=
''
);
/**
* 增加总提现金额
...
...
@@ -52,7 +52,7 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
addTotal
(
$seller
,
$money
,
$orderSn
);
public
function
addTotal
(
$seller
,
$money
,
$orderSn
=
''
);
/**
* 减少总提现金额
...
...
@@ -61,7 +61,7 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
reduceTotal
(
$seller
,
$money
,
$orderSn
);
public
function
reduceTotal
(
$seller
,
$money
,
$orderSn
=
''
);
/**
*
...
...
@@ -83,7 +83,7 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
addExpectFund
(
$sellerId
,
$money
,
$orderSn
);
public
function
addExpectFund
(
$sellerId
,
$money
,
$orderSn
=
''
);
/**
* 减少冻结金额
...
...
@@ -92,7 +92,7 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
reduceExpectFund
(
$sellerId
,
$money
,
$orderSn
);
public
function
reduceExpectFund
(
$sellerId
,
$money
,
$orderSn
=
''
);
/**
* 增加金额
...
...
@@ -102,7 +102,7 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
addFund
(
$sellerId
,
$balanceFund
,
$commissionFund
,
$orderSn
);
public
function
addFund
(
$sellerId
,
$balanceFund
,
$commissionFund
,
$orderSn
=
''
);
/**
...
...
@@ -112,5 +112,5 @@ interface SellerFundInterface
* @return mixed
* @author Administrator
*/
public
function
addActualCommissionFund
(
$sellerId
,
$money
,
$orderSn
);
public
function
addActualCommissionFund
(
$sellerId
,
$money
,
$orderSn
=
''
);
}
\ No newline at end of file
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