elf 1 year ago
parent 66e1db494f
commit 248d9c15cc

@ -140,18 +140,18 @@ class MineCommand extends HyperfCommand
'userId' => 'ELF1990', 'userId' => 'ELF1990',
'accountName' => '廖金灵', 'accountName' => '廖金灵',
'outApplyNo' => time() . rand(1000, 9999), 'outApplyNo' => time() . rand(1000, 9999),
'amount' => '1', 'amount' => '10',
'summary' => '测试', 'summary' => '测试',
'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify' 'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify'
]; ];
$data = [ // $data = [
'userId' => 'ELF1990', // 'userId' => 'ELF1990',
'agreementNo' => '312023082200002060225', // 'agreementNo' => '312023082200002060225',
'outWithdrawNo' => time() . rand(1000, 9999), // 'outWithdrawNo' => time() . rand(1000, 9999),
'amount' => '1', // 'amount' => '1',
'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify', // 'notifyUrl' => 'http://124.223.222.61:9501/notify/test-notify',
'returnUrl' => 'https://www.baidu.com', // 'returnUrl' => 'https://www.baidu.com',
]; // ];
$params = [ $params = [
'app_id' => $app->app_id, 'app_id' => $app->app_id,
'nonce_str' => StringHelper::getRandomString(16), 'nonce_str' => StringHelper::getRandomString(16),

Loading…
Cancel
Save