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
6b1823d4
Commit
6b1823d4
authored
Feb 12, 2020
by
王召彬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test' of
http://git.dev.2b3.cn/tencent/services
into test
parents
33a6b3c1
6a745a16
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/MemberCard/Lib/MemberCardInterface.php
+3
-2
No files found.
src/MemberCard/Lib/MemberCardInterface.php
View file @
6b1823d4
...
@@ -28,7 +28,7 @@ use Swoft\Core\ResultInterface;
...
@@ -28,7 +28,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpMembercardBonus(int $storeId,int $userId,int $orderId,int $type,int $money=0,int $bonus=0)
* @method ResultInterface deferUpMembercardBonus(int $storeId,int $userId,int $orderId,int $type,int $money=0,int $bonus=0)
* @method ResultInterface deferUpMembercardBalance(int $storeId,int $escrow,int $userId,int $balance)
* @method ResultInterface deferUpMembercardBalance(int $storeId,int $escrow,int $userId,int $balance)
* @method ResultInterface deferGetBonusConvertMoney(int $storeId,int $userId,int $bonusToUse)
* @method ResultInterface deferGetBonusConvertMoney(int $storeId,int $userId,int $bonusToUse)
* @method ResultInterface deferVerifyBonusConvertMoney(int $storeId,int $userId,int $bonusToUse,int $price)
* @method ResultInterface deferVerifyBonusConvertMoney(int $storeId,int $userId,int $bonusToUse,int $price
,int couponId
)
* @method ResultInterface deferGetUserBonus(int $storeId,int $userId)
* @method ResultInterface deferGetUserBonus(int $storeId,int $userId)
* @method ResultInterface deferAddOemCardPics(int $oemId)
* @method ResultInterface deferAddOemCardPics(int $oemId)
*/
*/
...
@@ -167,9 +167,10 @@ interface MemberCardInterface
...
@@ -167,9 +167,10 @@ interface MemberCardInterface
* @param integer $userId
* @param integer $userId
* @param integer $bonusToUse
* @param integer $bonusToUse
* @param integer $price //订单原价减去优惠券后的价格
* @param integer $price //订单原价减去优惠券后的价格
* @param integer $couponId //订单使用的优惠券id
* @return bool //验证通过返回true,不通过返回false
* @return bool //验证通过返回true,不通过返回false
*/
*/
public
function
verifyBonusConvertMoney
(
int
$storeId
,
int
$userId
,
int
$bonusToUse
,
int
$price
);
public
function
verifyBonusConvertMoney
(
int
$storeId
,
int
$userId
,
int
$bonusToUse
,
int
$price
,
int
$couponId
=
0
);
/**
/**
* 查询用户的会员卡积分
* 查询用户的会员卡积分
...
...
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