mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-07 14:19:46 +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),
|
||||
'spbill_create_ip' => $this->request->ip(),
|
||||
];
|
||||
$order = $pay->create($options);
|
||||
p('======= 来自扫码支付1统一下单结果 ======');
|
||||
p($order);
|
||||
p($order = $pay->create($options));
|
||||
// 回复XML文本
|
||||
$result = [
|
||||
'return_code' => 'SUCCESS',
|
||||
|
Loading…
x
Reference in New Issue
Block a user