From 4c483fc0637e0995c5b74fa428c6bd86251d07b1 Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 1 Sep 2023 14:46:34 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index df03ce4..68b26d8 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -164,7 +164,7 @@ class MineCommand extends HyperfCommand 'userId' => 'ELF1990', 'agreementNo' => '312023081500002054664', 'outOrderNo' => time() . rand(1000, 9999), - 'amount' => '10', + 'amount' => 10, 'goodsName' => '测试商品', 'payMethod' => 'unionPay', 'payType' => 'ALIPAY_ALXCX', @@ -177,7 +177,7 @@ class MineCommand extends HyperfCommand [ 'splitUserId' => 'RLX1990', 'sellerFlag' => 1, - 'splitAmount' => 100, + 'splitAmount' => 10, 'subOutOrderNo' => time() . rand(1000, 9999), ] ]