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
8f356ee1
Commit
8f356ee1
authored
Nov 26, 2019
by
王洁
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'coupon-membercard' into test
parents
45524a15
cb633526
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
src/MemberCard/Lib/MemberCardInterface.php
+5
-4
No files found.
src/MemberCard/Lib/MemberCardInterface.php
View file @
8f356ee1
...
@@ -21,8 +21,8 @@ use Swoft\Core\ResultInterface;
...
@@ -21,8 +21,8 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetOrder(int $storeId,int $id)
* @method ResultInterface deferGetOrder(int $storeId,int $id)
* @method ResultInterface deferGetOrderBySn(int $storeId,string $sn)
* @method ResultInterface deferGetOrderBySn(int $storeId,string $sn)
* @method ResultInterface deferIfUserGetCard(int $storeId,int $userId,int $escrow)
* @method ResultInterface deferIfUserGetCard(int $storeId,int $userId,int $escrow)
* @method ResultInterface deferGetCouponDetail(int $storeId ,int $couponId)
* @method ResultInterface deferGet
User
CouponDetail(int $storeId ,int $couponId)
* @method ResultInterface deferSetCouponStatus(int $storeId,int $couponId,int $status)
* @method ResultInterface deferSet
User
CouponStatus(int $storeId,int $couponId,int $status)
*
*
*/
*/
/**
/**
...
@@ -74,6 +74,7 @@ interface MemberCardInterface
...
@@ -74,6 +74,7 @@ interface MemberCardInterface
*
*
* @param integer $storeId
* @param integer $storeId
* @param integer $userId
* @param integer $userId
* @param integer $escrow
* @return bool
* @return bool
*/
*/
public
function
ifUserGetCard
(
int
$storeId
,
int
$userId
,
int
$escrow
);
public
function
ifUserGetCard
(
int
$storeId
,
int
$userId
,
int
$escrow
);
...
@@ -85,7 +86,7 @@ interface MemberCardInterface
...
@@ -85,7 +86,7 @@ interface MemberCardInterface
* @param integer $couponId
* @param integer $couponId
* @return void
* @return void
*/
*/
public
function
getCouponDetail
(
int
$storeId
,
int
$couponId
);
public
function
get
User
CouponDetail
(
int
$storeId
,
int
$couponId
);
/**
/**
* 根据订单状态更改 优惠券的使用的相关状态
* 根据订单状态更改 优惠券的使用的相关状态
...
@@ -95,5 +96,5 @@ interface MemberCardInterface
...
@@ -95,5 +96,5 @@ interface MemberCardInterface
* @param integer $status
* @param integer $status
* @return bool
* @return bool
*/
*/
public
function
setCouponStatus
(
int
$storeId
,
int
$couponId
,
int
$status
);
public
function
set
User
CouponStatus
(
int
$storeId
,
int
$couponId
,
int
$status
);
}
}
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