This commit is contained in:
2025-02-24 17:10:45 +08:00
parent dd96d653d1
commit 59a3b45c77
3 changed files with 3 additions and 3 deletions
@@ -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
{ {
+1
View File
@@ -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
{ {
+1 -1
View File
@@ -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
{ {