mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Test.php
This commit is contained in:
parent
58feddd930
commit
d223063785
@ -96,7 +96,7 @@ class Test extends Controller
|
||||
'body' => '测试商品',
|
||||
'total_fee' => '1',
|
||||
'trade_type' => 'NATIVE',
|
||||
'notify_url' => url('@wechat/api.test/notify', [], false, true),
|
||||
'notify_url' => url('@wechat/api.test/notify', [], false, true)->build(),
|
||||
'out_trade_no' => CodeExtend::uniqidNumber(18),
|
||||
'spbill_create_ip' => $this->request->ip(),
|
||||
]);
|
||||
@ -154,7 +154,7 @@ class Test extends Controller
|
||||
'body' => "测试商品,产品ID:{$notify['product_id']}",
|
||||
'total_fee' => '1',
|
||||
'trade_type' => 'NATIVE',
|
||||
'notify_url' => url('@wechat/api.test/notify', [], false, true),
|
||||
'notify_url' => url('@wechat/api.test/notify', [], false, true)->build(),
|
||||
'out_trade_no' => CodeExtend::uniqidDate(18),
|
||||
'spbill_create_ip' => $this->request->ip(),
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user