query('YT8824762286422','17877188025','yuantong'); $productId = '1105'; $amount = 50; $orderNo = get_order_num('PR'); $orders = PayOrdersService::make()->getCheckOrderList(); dump($orders); $result = ''; if($orders){ $result = PayOrdersService::make()->checkOrder($orders[0]); dump(PayOrdersService::make()->getError()); dump($result); } //array:3 [▼ // "errno" => 0 // "errmsg" => "提交成功" // "data" => array:9 [▼ // "id" => 505535 // "order_number" => "QWE251227505535" // "mobile" => "17877188025" // "product_id" => 1105 // "total_price" => "47.00" // "create_time" => 1766804483 // "guishu" => "广西南宁" // "title" => "苹果快充三网50话费快充" // "out_trade_num" => "PR25122711012274882" // ] //] return showJson('操作成功', true, $result); } }