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
694596fb
Commit
694596fb
authored
Sep 19, 2018
by
xmy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b8ce40e0
d4aad061
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
src/Bargain/Enum/BargainEnum.php
+3
-1
src/SellerDistribution/Lib/SellerDistributionInterface.php
+0
-19
No files found.
src/Bargain/Enum/BargainEnum.php
View file @
694596fb
...
...
@@ -13,7 +13,9 @@ class BargainEnum
//订单状态
const
STATUS_NORMAL
=
10
;
//待支付
const
STATUS_IN_MINI_PRICE
=
20
;
//已经到底价
const
STATUS_HAVE_ORDER
=
30
;
//已经下单
const
STATUS_HAVE_BUY
=
40
;
//已经购买
//paystatus
...
...
src/SellerDistribution/Lib/SellerDistributionInterface.php
View file @
694596fb
...
...
@@ -13,8 +13,6 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetCommission($sellerId)
* method ResultInterface deferAddBalance($sellerId, $money)
* method ResultInterface deferReduceBalance($sellerId, $money)
* method ResultInterface deferAddTotal($sellerId, $money)
* method ResultInterface deferReduceTotal($sellerId, $money)
* method ResultInterface deferListByOrderId($storeId, $orderId,$sellerId)
* Interface SellerDistributionInterface
* @package App\Lib
...
...
@@ -63,23 +61,6 @@ interface SellerDistributionInterface{
*/
public
function
reduceBalance
(
$sellerId
,
$money
);
/**
* 增加累计佣金
* @param $sellerId
* @param $money
* @return mixed
* @author Administrator
*/
public
function
addTotal
(
$sellerId
,
$money
);
/**
* 减少累计佣金
* @param $sellerId
* @param $money
* @return mixed
* @author Administrator
*/
public
function
reduceTotal
(
$sellerId
,
$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