From cabc1f14a2c37c0354cefa8f8389c74cb8c54408 Mon Sep 17 00:00:00 2001 From: ljl Date: Tue, 22 Aug 2023 13:19:55 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index d529158..a134ff9 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -99,7 +99,7 @@ class MineCommand extends HyperfCommand protected function getRequestData() { $app = $this->getApp(); - $data = [ + /* $data = [ 'userId' => 'ELF1990', 'goodsName' => '测试商品', 'agreementNo' => '312023082200002060225', @@ -120,6 +120,19 @@ class MineCommand extends HyperfCommand 'subOutOrderNo' => time() . rand(1000, 9999), ] ] + ]; */ + $data = [ + 'userId' => 'ELF1990', + 'oldOutOrderNo' => '16926808117878', + 'outOrderNo' => time() . rand(1000, 9999), + 'amount' => '100', + 'notifyUrl' => 'https://www.baidu.om', + 'assureConfirmSplitInfoList' => [ + [ + 'oldSubOutOrderNo' => '16926808112626', + 'splitAmount' => '100', + ] + ], ]; $params = [ 'app_id' => $app->app_id,