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
01c7bd8e
Commit
01c7bd8e
authored
Apr 04, 2019
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
e6a28868
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
18 deletions
+7
-18
src/TimesCard/Lib/TimesCardInterface.php
+7
-18
No files found.
src/TimesCard/Lib/TimesCardInterface.php
View file @
01c7bd8e
...
...
@@ -40,25 +40,14 @@ interface TimesCardInterface
/**
* 花费卡次数
* @param int $storeId // 商铺id
* @param int $buyerId // 买家ID
* @param int $itemOrderId // 订单 id
* @param int $usercardId // 用户卡id
* @param int $goodsId // 商品id
* @param string $itemTitle //商品名字
* @param int $times // 花费次数 传 1
* @return mixed
*
* @param integer $storeId
* @param integer $buyerId
* @param integer $usercardId
* @param array $subOrders
* @return bool
*/
public
function
spendTimesCard
(
int
$storeId
,
int
$buyerId
,
int
$itemOrderId
,
int
$usercardId
,
int
$goodsId
,
string
$itemTitle
,
int
$times
);
public
function
spendTimesCard
(
int
$storeId
,
int
$buyerId
,
int
$usercardId
,
array
$subOrders
);
/**
* 退回次卡数量
...
...
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