支付提交
This commit is contained in:
@@ -13,7 +13,7 @@ class Pay
|
||||
$order = [
|
||||
'companyId' => 111,
|
||||
'userId' => 111,
|
||||
'orderNo' => time() . rand(100000, 999999),
|
||||
'orderNo' => date('YmdHis') . rand(100000, 999999),
|
||||
'goodsId' => 34,
|
||||
'goodsName' => '测试测试',
|
||||
'orderType' => 1,
|
||||
|
||||
Reference in New Issue
Block a user