Commit cc6f1af0 by feixiang

增加后台打款

parent 09ce1b44
...@@ -13,10 +13,13 @@ use Swoft\Core\ResultInterface; ...@@ -13,10 +13,13 @@ use Swoft\Core\ResultInterface;
* 提现服务 * 提现服务
* *
* @method ResultInterface deferWithdraw($paySn, $openId, $realName, $amount, $type, $storeId, $withdrawId) * @method ResultInterface deferWithdraw($paySn, $openId, $realName, $amount, $type, $storeId, $withdrawId)
* @method ResultInterface deferStoreWithdraw($paySn, $openId, $realName, $amount, $type, $storeId, $withdrawId)
* Interface WithdrawInterface * Interface WithdrawInterface
* @package Hdll\Services\Transfor\Lib * @package Hdll\Services\Transfor\Lib
*/ */
interface WithdrawInterface interface WithdrawInterface
{ {
public function withdraw($paySn, $openId, $realName, $amount, $type, $storeId, $withdrawId); public function withdraw($paySn, $openId, $realName, $amount, $type, $storeId, $withdrawId);
public function storeWithdraw($paySn, $openId, $realName, $amount, $type, $storeId, $withdrawId);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment