ljl 1 year ago
parent 0b3c9be6b6
commit cabc1f14a2

@ -99,7 +99,7 @@ class MineCommand extends HyperfCommand
protected function getRequestData() {
$app = $this->getApp();
$data = [
/* $data = [
'userId' => 'ELF1990',
'goodsName' => '测试商品',
'agreementNo' => '312023082200002060225',
@ -120,6 +120,19 @@ class MineCommand extends HyperfCommand
'subOutOrderNo' => time() . rand(1000, 9999),
]
]
]; */
$data = [
'userId' => 'ELF1990',
'oldOutOrderNo' => '16926808117878',
'outOrderNo' => time() . rand(1000, 9999),
'amount' => '100',
'notifyUrl' => 'https://www.baidu.om',
'assureConfirmSplitInfoList' => [
[
'oldSubOutOrderNo' => '16926808112626',
'splitAmount' => '100',
]
],
];
$params = [
'app_id' => $app->app_id,

Loading…
Cancel
Save