From 80a3fcfc765fda8232b7eee263fff0c84e017fe7 Mon Sep 17 00:00:00 2001 From: ljl Date: Tue, 20 Jun 2023 12:43:08 +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 7a189ca..58148ad 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -242,12 +242,12 @@ class MineCommand extends HyperfCommand public function pay() { $params = [ - 'app_id' => '202304270000004', + 'app_id' => '202305270000004', 'timestamp' => time(), 'nonce_str' => StringHelper::getRandomString(32), 'data' => json_encode([ 'outOrderNo' => time().rand(1000, 9999), - 'outMemberId' => 'T001', + 'outMemberId' => 'ACCCCC', 'amount' => 3000, 'notifyUrl' => 'https://www.baidu.com', ]),