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
49557387
Commit
49557387
authored
Aug 27, 2018
by
dzhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify
parent
f5d8a22a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
89 deletions
+10
-89
src/WithdrawCash/Lib/BuyerCnDrawInterface.php
+0
-41
src/WithdrawCash/Lib/SellerFundDrawInterface.php
+0
-41
src/WithdrawCash/Lib/WithdrawCashInterface.php
+10
-7
No files found.
src/WithdrawCash/Lib/BuyerCnDrawInterface.php
deleted
100644 → 0
View file @
f5d8a22a
<?php
/**
* 买家佣金提现接口
*
* @link https://swoft.org
* @document https://doc.swoft.org
* @contact group@swoft.org
* @license https://github.com/swoft-cloud/swoft/blob/master/LICENSE
*/
namespace
Hdll\Services\WithdrawCash\Lib
;
use
Swoft\Core\ResultInterface
;
/**
* The interface of BuyerCnDrawInterface service
*
* @method ResultInterface deferPaySuccess(int $storeId,int $id,string $wxOrderSn,int $fee)
* @method ResultInterface deferPayFailed(int $storeId,int $id,string $message)
*/
interface
BuyerCnDrawInterface
{
/**
* 支付成功接口
*
* @param integer $storeId 店铺ID
* @param integer $id 提现记录ID
* @param string $wxOrderSn 微信支付订单号
* @param integer $fee 手续费
* @return void
*/
public
function
paySuccess
(
int
$storeId
,
int
$id
,
string
$wxOrderSn
,
int
$fee
);
/**
* 支付失败接口
*
* @param integer $storeId 店铺ID
* @param integer $id 提现记录ID
* @param string $message 失败信息
* @return void
*/
public
function
payFailed
(
int
$storeId
,
int
$id
,
string
$message
);
}
\ No newline at end of file
src/WithdrawCash/Lib/SellerFundDrawInterface.php
deleted
100644 → 0
View file @
f5d8a22a
<?php
/**
* 买家营业额提现接口
*
* @link https://swoft.org
* @document https://doc.swoft.org
* @contact group@swoft.org
* @license https://github.com/swoft-cloud/swoft/blob/master/LICENSE
*/
namespace
Hdll\Services\WithdrawCash\Lib
;
use
Swoft\Core\ResultInterface
;
/**
* The interface of SellerFundDrawInterface service
*
* @method ResultInterface deferPaySuccess(int $storeId,int $id,string $wxOrderSn,int $fee)
* @method ResultInterface deferPayFailed(int $storeId,int $id,string $message)
*/
interface
SellerFundDrawInterface
{
/**
* 支付成功接口
*
* @param integer $storeId 店铺ID
* @param integer $id 提现记录ID
* @param string $wxOrderSn 微信支付订单号
* @param integer $fee 手续费
* @return boolean
*/
public
function
paySuccess
(
int
$storeId
,
int
$id
,
string
$wxOrderSn
,
int
$fee
);
/**
* 支付失败接口
*
* @param integer $storeId 店铺ID
* @param integer $id 提现记录ID
* @param string $message 失败信息
* @return boolean
*/
public
function
payFailed
(
int
$storeId
,
int
$id
,
string
$message
);
}
\ No newline at end of file
src/WithdrawCash/Lib/
SellerCnDraw
Interface.php
→
src/WithdrawCash/Lib/
WithdrawCash
Interface.php
View file @
49557387
<?php
/**
*
卖
家佣金提现接口
*
买
家佣金提现接口
*
* @link https://swoft.org
* @document https://doc.swoft.org
...
...
@@ -11,30 +11,32 @@ namespace Hdll\Services\WithdrawCash\Lib;
use
Swoft\Core\ResultInterface
;
/**
* The interface of
SellerCnDraw
Interface service
* The interface of
WithdrawCash
Interface service
*
* @method ResultInterface deferPaySuccess(int $storeId,int $id,string $wxOrderSn,int $fee)
* @method ResultInterface deferPayFailed(int $storeId,int $id,string $message)
* @method ResultInterface deferPaySuccess(int $
type,int $
storeId,int $id,string $wxOrderSn,int $fee)
* @method ResultInterface deferPayFailed(int $
type,int $
storeId,int $id,string $message)
*/
interface
SellerCnDraw
Interface
{
interface
WithdrawCash
Interface
{
/**
* 支付成功接口
*
* @param integer $type 提现类型
* @param integer $storeId 店铺ID
* @param integer $id 提现记录ID
* @param string $wxOrderSn 微信支付订单号
* @param integer $fee 手续费
* @return boolean
*/
public
function
paySuccess
(
int
$storeId
,
int
$id
,
string
$wxOrderSn
,
int
$fee
);
public
function
paySuccess
(
int
$
type
,
int
$
storeId
,
int
$id
,
string
$wxOrderSn
,
int
$fee
);
/**
* 支付失败接口
*
* @param integer $type 提现类型
* @param integer $storeId 店铺ID
* @param integer $id 提现记录ID
* @param string $message 失败信息
* @return boolean
*/
public
function
payFailed
(
int
$storeId
,
int
$id
,
string
$message
);
public
function
payFailed
(
int
$
type
,
int
$
storeId
,
int
$id
,
string
$message
);
}
\ No newline at end of file
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