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',
// '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),

Loading…
Cancel
Save