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
f5d8a22a
Commit
f5d8a22a
authored
Aug 27, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对账专用增加减少提现金额接口
parent
b821c51c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/Buyer/Lib/CommissionInterface.php
+4
-4
No files found.
src/Buyer/Lib/CommissionInterface.php
View file @
f5d8a22a
...
...
@@ -14,24 +14,24 @@ namespace Hdll\Services\Buyer\Lib;
interface
CommissionInterface
{
/**
* 扣除可提现金额
* 扣除可提现金额
(仅限于对账服务使用,切记!!!)
*
* @param $storeId
* @param $buyerId
* @param $money
* @return bool
*/
public
function
reduceBalanceCommission
(
$storeId
,
$buyerId
,
$money
);
public
function
reduceBalanceCommission
Compare
(
$storeId
,
$buyerId
,
$money
);
/**
* 增加可提现金额
* 增加可提现金额
(仅限于对账服务使用,切记!!!)
*
* @param $storeId
* @param $buyerId
* @param $money
* @return bool
*/
public
function
addBalanceCommission
(
$storeId
,
$buyerId
,
$money
);
public
function
addBalanceCommission
Compare
(
$storeId
,
$buyerId
,
$money
);
/**
* 增加累计现金额
...
...
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