diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 6f080f2..a805b34 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -121,19 +121,19 @@ class MineCommand extends HyperfCommand ] ] ]; - /* $data = [ + $data = [ 'userId' => 'ELF1990', - 'oldOutOrderNo' => '16926808117878', + 'oldOutOrderNo' => '16926822247122', 'outOrderNo' => time() . rand(1000, 9999), 'amount' => '100', 'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify', 'assureConfirmSplitInfoList' => [ [ - 'oldSubOutOrderNo' => '16926808112626', + 'oldSubOutOrderNo' => '16926822247386', 'splitAmount' => '100', ] ], - ]; */ + ]; $params = [ 'app_id' => $app->app_id, 'nonce_str' => StringHelper::getRandomString(16),