eee
This commit is contained in:
@@ -1,9 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace wchat\wx\V3;
|
namespace wchat\wx\V3\Libs;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use wchat\wx\V3\Libs\TransferSceneReportInfo;
|
|
||||||
|
|
||||||
class TransferDetail
|
class TransferDetail
|
||||||
{
|
{
|
||||||
@@ -6,6 +6,7 @@ use Exception;
|
|||||||
use JetBrains\PhpStorm\ArrayShape;
|
use JetBrains\PhpStorm\ArrayShape;
|
||||||
use Kiri;
|
use Kiri;
|
||||||
use wchat\wx\SmallProgram;
|
use wchat\wx\SmallProgram;
|
||||||
|
use wchat\wx\V3\Libs\TransferDetail;
|
||||||
|
|
||||||
class WxV3Transfer extends SmallProgram
|
class WxV3Transfer extends SmallProgram
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ namespace wchat\wx\V3;
|
|||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use JetBrains\PhpStorm\ArrayShape;
|
use JetBrains\PhpStorm\ArrayShape;
|
||||||
use Kiri\Client;
|
|
||||||
use wchat\wx\SmallProgram;
|
use wchat\wx\SmallProgram;
|
||||||
|
use wchat\wx\V3\Libs\TransferDetail;
|
||||||
|
|
||||||
class WxV3Withdrawal extends SmallProgram
|
class WxV3Withdrawal extends SmallProgram
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user