From 248d9c15cc9c3df615cf68f531ca3b3e9e908652 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 31 Aug 2023 02:27:46 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 0b43e03..851e0b1 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -140,18 +140,18 @@ class MineCommand extends HyperfCommand 'userId' => 'ELF1990', 'accountName' => '廖金灵', 'outApplyNo' => time() . rand(1000, 9999), - 'amount' => '1', + 'amount' => '10', 'summary' => '测试', 'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify' ]; - $data = [ - 'userId' => 'ELF1990', - 'agreementNo' => '312023082200002060225', - 'outWithdrawNo' => time() . rand(1000, 9999), - 'amount' => '1', - 'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify', - 'returnUrl' => 'https://www.baidu.com', - ]; + // $data = [ + // 'userId' => 'ELF1990', + // 'agreementNo' => '312023082200002060225', + // 'outWithdrawNo' => time() . rand(1000, 9999), + // 'amount' => '1', + // 'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify', + // 'returnUrl' => 'https://www.baidu.com', + // ]; $params = [ 'app_id' => $app->app_id, 'nonce_str' => StringHelper::getRandomString(16),