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
2123b286
Commit
2123b286
authored
Dec 26, 2019
by
zhangsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
次卡储值卡划卡rpc修改
parent
1852a0e2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/Recharge/Lib/RechargeInterface.php
+4
-2
src/TimesCard/Lib/TimesCardInterface.php
+3
-1
No files found.
src/Recharge/Lib/RechargeInterface.php
View file @
2123b286
...
...
@@ -20,7 +20,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferReturnCardMoney(int $storeId,int $buyerId,int $itemOrderId,string $itemTitle,int $payMoney, int $parentOrderId)
* @method ResultInterface deferStatisNum(int $storeId)
* @method ResultInterface deferGetRecharge(int $storeId, int $buyerId)
* @method ResultInterface deferDeductMoney($storeId, $buyerId, $money, $message)
* @method ResultInterface deferDeductMoney($storeId, $buyerId, $
name, $phone, $
money, $message)
*/
interface
RechargeInterface
{
...
...
@@ -94,11 +94,13 @@ interface RechargeInterface
* 线下扣款(划卡)
* @param int $storeId
* @param int $buyerId
* @param $name
* @param $phone
* @param $money
* @param $message
* @return mixed
*/
public
function
deductMoney
(
$storeId
,
$buyerId
,
$money
,
$message
);
public
function
deductMoney
(
$storeId
,
$buyerId
,
$
name
,
$phone
,
$
money
,
$message
);
}
...
...
src/TimesCard/Lib/TimesCardInterface.php
View file @
2123b286
...
...
@@ -92,10 +92,12 @@ interface TimesCardInterface
* 线下扣卡次数(划卡)
* @param $storeId
* @param $buyerId
* @param $name
* @param $phone
* @param $items
* @return mixed
*/
public
function
deductCard
(
$storeId
,
$buyerId
,
$items
);
public
function
deductCard
(
$storeId
,
$buyerId
,
$
name
,
$phone
,
$
items
);
}
...
...
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