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
8be980b6
Commit
8be980b6
authored
Jan 16, 2020
by
zhangsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改储值卡划卡rpc
parent
c230710f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/Recharge/Lib/RechargeInterface.php
+3
-2
No files found.
src/Recharge/Lib/RechargeInterface.php
View file @
8be980b6
...
@@ -20,7 +20,7 @@ use Swoft\Core\ResultInterface;
...
@@ -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 deferReturnCardMoney(int $storeId,int $buyerId,int $itemOrderId,string $itemTitle,int $payMoney, int $parentOrderId)
* @method ResultInterface deferStatisNum(int $storeId)
* @method ResultInterface deferStatisNum(int $storeId)
* @method ResultInterface deferGetRecharge(int $storeId, int $buyerId)
* @method ResultInterface deferGetRecharge(int $storeId, int $buyerId)
* @method ResultInterface deferDeductMoney($storeId, $buyerId, $name, $phone, $money, $message)
* @method ResultInterface deferDeductMoney($storeId, $buyerId, $name, $phone, $money, $message
, $escrow
)
*/
*/
interface
RechargeInterface
interface
RechargeInterface
{
{
...
@@ -98,9 +98,10 @@ interface RechargeInterface
...
@@ -98,9 +98,10 @@ interface RechargeInterface
* @param $phone
* @param $phone
* @param $money
* @param $money
* @param $message
* @param $message
* @param $escrow
* @return mixed
* @return mixed
*/
*/
public
function
deductMoney
(
$storeId
,
$buyerId
,
$name
,
$phone
,
$money
,
$message
);
public
function
deductMoney
(
$storeId
,
$buyerId
,
$name
,
$phone
,
$money
,
$message
,
$escrow
);
}
}
...
...
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