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
06221d37
Commit
06221d37
authored
Mar 05, 2019
by
liwotian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'master' of
http://git.dev.2b3.cn/tencent/services
# Conflicts: # UPGRADE.md
parent
718b202c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
src/Recharge/Lib/RechargeInterface.php
+10
-12
No files found.
src/Recharge/Lib/RechargeInterface.php
View file @
06221d37
...
...
@@ -8,7 +8,7 @@
* @license https://github.com/swoft-cloud/swoft/blob/master/LICENSE
*/
namespace
Hdll\Services\
TimesCard
\Lib
;
namespace
Hdll\Services\
Recharge
\Lib
;
use
Hdll\Services\Recharge\Enum\BuyCardPayStatus
;
use
Swoft\Core\ResultInterface
;
...
...
@@ -17,10 +17,10 @@ use Swoft\Core\ResultInterface;
* The interface of demo service
*
* @method ResultInterface deferpayStatus(int $storeId,int $bargainbranchId,int $status,int $orderId)
* @method ResultInterface deferspend
TimesCard( int $storeId,int $buyerId,int $itemOrderId,int $goodsId,string $itemTitle,int $time
)
* @method ResultInterface deferReturnCard
Times( int $storeId,int $buyerId,int $itemOrderId,int $goodsId,string $itemTitle,int $time
)
* @method ResultInterface deferspend
CardMoney( int $storeId,int $buyerId,int $itemOrderId,string $itemTitle,int $payMoney
)
* @method ResultInterface deferReturnCard
Money( int $storeId,int $buyerId,int $itemOrderId,string $itemTitle,int $payMoney
)
*/
interface
TimesCard
Interface
interface
Recharge
Interface
{
...
...
@@ -38,23 +38,22 @@ interface TimesCardInterface
int
$orderId
);
/**
* 花费卡
次数
* 花费卡
金额
* @param int $storeId
* @param int $buyerId
* @param int $goodOrderId
* @return mixed
*/
public
function
spend
TimesCard
(
public
function
spend
CardMoney
(
int
$storeId
,
int
$buyerId
,
int
$itemOrderId
,
int
$goodsId
,
string
$itemTitle
,
int
$
time
int
$
payMoney
);
/**
* 退回
次卡数量
* 退回
储值卡金额
* @param int $storeId
* @param int $buyerId
* @param int $itemOrderId
...
...
@@ -62,13 +61,12 @@ interface TimesCardInterface
* @param int $payMoney
* @return mixed
*/
public
function
ReturnCard
Times
(
public
function
ReturnCard
Money
(
int
$storeId
,
int
$buyerId
,
int
$itemOrderId
,
int
$goodsId
,
string
$itemTitle
,
int
$
time
int
$
payMoney
);
}
...
...
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