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
0e2401d5
Commit
0e2401d5
authored
Aug 02, 2018
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8017aa78
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
17 deletions
+7
-17
src/SellerDistribution/Lib/SellerDistributionInterface.php
+2
-13
src/Vip/Lib/VipInterface.php
+5
-4
No files found.
src/SellerDistribution/Lib/SellerDistributionInterface.php
View file @
0e2401d5
...
@@ -9,8 +9,7 @@ namespace Hdll\Services\SellerDistribution\Lib;
...
@@ -9,8 +9,7 @@ namespace Hdll\Services\SellerDistribution\Lib;
use
Swoft\Core\ResultInterface
;
use
Swoft\Core\ResultInterface
;
/**
/**
* @method ResultInterface deferSaveBill($orderId, $sellerId, $money, $level, $memo = '')
* @method ResultInterface deferSaveBill($orderId, $sellerId, $money)
* @method ResultInterface deferSaveCommission($sellerId, $orderId, $money)
* Interface SellerDistributionInterface
* Interface SellerDistributionInterface
* @package App\Lib
* @package App\Lib
*/
*/
...
@@ -27,15 +26,6 @@ interface SellerDistributionInterface{
...
@@ -27,15 +26,6 @@ interface SellerDistributionInterface{
* @return mixed
* @return mixed
* @author Administrator
* @author Administrator
*/
*/
public
function
saveBill
(
$orderId
,
$sellerId
,
$money
,
$level
,
$memo
=
''
);
public
function
saveBill
(
$orderId
,
$sellerId
,
$money
);
/**
* 保存佣金记录
* @param $sellerId
* @param $orderId
* @param $money
* @return mixed
* @author Administrator
*/
public
function
saveCommission
(
$sellerId
,
$orderId
,
$money
);
}
}
\ No newline at end of file
src/Vip/Lib/VipInterface.php
View file @
0e2401d5
...
@@ -11,17 +11,17 @@ namespace Hdll\Services\Vip\Lib;
...
@@ -11,17 +11,17 @@ namespace Hdll\Services\Vip\Lib;
use
Swoft\Core\ResultInterface
;
use
Swoft\Core\ResultInterface
;
/**
/**
* @method ResultInterface deferOpenVip($
token
,$orderId,$money)
* @method ResultInterface deferOpenVip($
storeId
,$orderId,$money)
* @method ResultInterface deferUpdate($
token
,$condition, $data)
* @method ResultInterface deferUpdate($
storeId
,$condition, $data)
* Interface SellerInterface
* Interface SellerInterface
* @package App\Lib
* @package App\Lib
*/
*/
interface
VipInterface
interface
VipInterface
{
{
public
function
openVip
(
$
token
,
$orderId
,
$money
);
public
function
openVip
(
$
storeId
,
$orderId
,
$money
);
public
function
update
(
$
token
,
$condition
,
$data
);
public
function
update
(
$
storeId
,
$condition
,
$data
);
}
}
\ 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