request('POST', env('url.pay_prefix'). '/api/wechat_pay_service_merchant_pay/appPrePay', [ 'body' => $param ]); return json_decode($requestResponse->getContent(), true); } catch (Exception $e) { self::setError($e->getMessage()); return false; } } }