mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-07 22:29:44 +08:00
[更新]更新接口测试
This commit is contained in:
parent
8d025d5379
commit
13eb950188
@ -156,9 +156,8 @@ class Test extends Controller
|
|||||||
'out_trade_no' => CodeExtend::uniqidDate(18),
|
'out_trade_no' => CodeExtend::uniqidDate(18),
|
||||||
'spbill_create_ip' => $this->request->ip(),
|
'spbill_create_ip' => $this->request->ip(),
|
||||||
];
|
];
|
||||||
$order = $pay->create($options);
|
|
||||||
p('======= 来自扫码支付1统一下单结果 ======');
|
p('======= 来自扫码支付1统一下单结果 ======');
|
||||||
p($order);
|
p($order = $pay->create($options));
|
||||||
// 回复XML文本
|
// 回复XML文本
|
||||||
$result = [
|
$result = [
|
||||||
'return_code' => 'SUCCESS',
|
'return_code' => 'SUCCESS',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user