ljl 1 year ago
parent fcc595d278
commit 4c483fc063

@ -164,7 +164,7 @@ class MineCommand extends HyperfCommand
'userId' => 'ELF1990',
'agreementNo' => '312023081500002054664',
'outOrderNo' => time() . rand(1000, 9999),
'amount' => '10',
'amount' => 10,
'goodsName' => '测试商品',
'payMethod' => 'unionPay',
'payType' => 'ALIPAY_ALXCX',
@ -177,7 +177,7 @@ class MineCommand extends HyperfCommand
[
'splitUserId' => 'RLX1990',
'sellerFlag' => 1,
'splitAmount' => 100,
'splitAmount' => 10,
'subOutOrderNo' => time() . rand(1000, 9999),
]
]

Loading…
Cancel
Save