diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 5a7da68..ab0d056 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -152,14 +152,14 @@ class MineCommand extends HyperfCommand // 'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify', // 'returnUrl' => 'https://www.baidu.com', // ]; - $data = [ - 'userId' => 'ELF1990', - 'outApplyNo' => '16934203547527', - ]; - $data = [ - 'type' => 'WITHDRAW', - 'outOrderNo' => '16934198607215', - ]; + // $data = [ + // 'userId' => 'ELF1990', + // 'outApplyNo' => '16934203547527', + // ]; + // $data = [ + // 'type' => 'WITHDRAW', + // 'outOrderNo' => '16934198607215', + // ]; $params = [ 'app_id' => $app->app_id, 'nonce_str' => StringHelper::getRandomString(16),