elf 1 year ago
parent 97ee40f741
commit 9d6e45a7bb

@ -152,14 +152,14 @@ class MineCommand extends HyperfCommand
// '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',
// ]; // ];
$data = [ // $data = [
'userId' => 'ELF1990', // 'userId' => 'ELF1990',
'outApplyNo' => '16934203547527', // 'outApplyNo' => '16934203547527',
]; // ];
$data = [ // $data = [
'type' => 'WITHDRAW', // 'type' => 'WITHDRAW',
'outOrderNo' => '16934198607215', // 'outOrderNo' => '16934198607215',
]; // ];
$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