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
5b92d34c
Commit
5b92d34c
authored
Jul 10, 2018
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务
parent
1d206320
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
1 deletions
+40
-1
src/BuyerDistribution/Lib/AgencyInterface.php
+40
-1
No files found.
src/BuyerDistribution/Lib/AgencyInterface.php
View file @
5b92d34c
...
...
@@ -43,7 +43,7 @@ interface AgencyInterface{
* @return mixed
* @author Administrator
*/
public
function
getTeam
(
string
$token
,
int
$pid
,
int
$page
);
//
public function getTeam(string $token,int $pid,int $page);
/**
* 保存分销账单
...
...
@@ -61,4 +61,42 @@ interface AgencyInterface{
* @author Administrator
*/
public
function
addSellerFreezeMoney
(
string
$token
,
int
$money
);
/**
* 获取买家佣金数据
* @param string $token
* @return mixed
* @author Administrator
*/
public
function
getBuyerCommission
(
string
$token
);
/**
* 获取卖家资金数据
* @param string $token
* @return mixed
* @author Administrator
*/
public
function
getSellerFund
(
string
$token
);
/**
* 保存账单数据
* @param string $token
* @param int $order_id
* @param int $buyer_id
* @param int $store_id
* @param string $order_sn
* @param int $money
* @return mixed
* @author Administrator
*/
public
function
saveBill
(
string
$token
,
int
$order_id
,
int
$buyer_id
,
int
$store_id
,
string
$order_sn
,
int
$money
);
public
function
getBillList
(
string
$token
,
array
$condition
,
int
$page
,
int
$limit
=
15
);
}
\ 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