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
a37cbcb6
Commit
a37cbcb6
authored
Aug 13, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
买家接口注释
parent
0edcce8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
src/Buyer/Lib/BillInterface.php
+9
-9
src/Buyer/Lib/CommissionInterface.php
+1
-1
No files found.
src/Buyer/Lib/BillInterface.php
View file @
a37cbcb6
...
@@ -20,19 +20,19 @@ interface BillInterface{
...
@@ -20,19 +20,19 @@ interface BillInterface{
/**
/**
* 保存账单数据
* 保存账单数据
* @param int $order
_
id
* @param int $order
Id //订单
id
* @param int $buyer
_
id
* @param int $buyer
Id // 买家
id
* @param int $store
_
id
* @param int $store
Id // 店铺
id
* @param string $order
_sn
* @param string $order
Sn //订单号
* @param int $money
* @param int $money
//订单金额
* @return mixed
* @return mixed
* @author Administrator
* @author Administrator
*/
*/
public
function
saveBill
(
public
function
saveBill
(
int
$order
_i
d
,
int
$order
I
d
,
int
$buyer
_i
d
,
int
$buyer
I
d
,
int
$store
_i
d
,
int
$store
I
d
,
string
$order
_s
n
,
string
$order
S
n
,
int
$money
int
$money
);
);
...
...
src/Buyer/Lib/CommissionInterface.php
View file @
a37cbcb6
...
@@ -19,7 +19,7 @@ interface CommissionInterface
...
@@ -19,7 +19,7 @@ interface CommissionInterface
* @param $storeId
* @param $storeId
* @param $buyerId
* @param $buyerId
* @param $money
* @param $money
* @return
mixed|
bool
* @return bool
*/
*/
public
function
reduceBalanceCommission
(
$storeId
,
$buyerId
,
$money
);
public
function
reduceBalanceCommission
(
$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