当前位置: 首页 > 知识库问答 >
问题:

乘车提醒api 404错误

柳和怡
2023-03-14

当我们调用Uber Products API时,它工作得很好,但当我们调用Ride Remount API时,我们会得到以下404个错误:

PHP致命错误:未捕获的异常GUZZLEHTTP\exception\ClientException

导致404未找到响应:

404在/var/www/html/uber/uber/vendor/guzzlehttp/Guzzle/src/exception/requestexception.php:113堆栈跟踪:#0/var/www/html/uber/uber/vendor/guzzlehttp/src/exception/requestexception.php(65):guzzlehttp\exception\request,zzlehttp{closure}(对象(GUZZLEHTTP\PSR7\Response))#2/var/www/html/uber/uber/vendor/guzzlehttp/promise/src/promise.php(156):guzzlehttp\promise\psr7\response,Array)#3/var/www/html/uper/uper/vendor/guzzlehttp/promise::callhandler(1,Object(GUZZLEHTTP\psr7\response)#3/var/www src/promise.php(246):在第173行浏览/var/www/html/uber/uber/vendor/stevenmaguire/uber-php/src/client.php

我们正在使用以下示例代码来解决,让我知道什么可能是问题。

<?php
include "vendor/autoload.php";

$client = new Stevenmaguire\Uber\Client(array(
    'access_token' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
    'server_token' => 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
    'use_sandbox'  => true, // optional, default false
    'version'      => 'v1.2', // optional, default 'v1.2'
    'locale'       => 'en_US', // optional, default 'en_US'
));

$products = $client->getProducts(array(
    'latitude' => '41.85582993',
    'longitude' => '-87.62730337'
));
var_dump($products);

$attributes = array(
    'reminder_time' => '1429294463',
    'phone_number' => '555-555-5555',
    'event' => array(
        'time' => '1515750429',
        'name' => 'John with friends',
        'location' => 'Dolores Park',
        'latitude' => '37.759773',
        'longitude' => '-122.427063',
        'product_id' => "737d4e43-9e12-4a81-add3-acb101bab4c7",
    ),
);
$reminder = $client->createReminder($attributes);
var_dump($reminder);

请帮我们解决这个问题。

共有1个答案

梁丘赞
2023-03-14

关于乘车提醒的文档已从http://developer.uber.com删除,目前不支持这些文档。

 类似资料:
  • 流程 获取提醒列表 请求获取设备上的提醒列表: Swift: RokidMobileSDK.skill?.remind.getList(deviceId: String, completion: @escaping (_ error: RKError?, _ reminds: [SDKRemind]?) -> Void) Objc: [Rok

  • 提醒 Remind 流程 提醒列表 请求获取设备上的提醒列表: Java: RokidMobileSDK.skill.remind().getList(deviceId, new GetRemindListCallback { @override public void onSucceed(List<SDKRemind> remindList) { // ...

  • 设备的视觉、听觉和触觉通知。 方法: notification.alert notification.confirm notification.beep notification.vibrate notification.alert 显示一个定制的警告或对话框。 navigator.notification.alert(message, alertCallback, [title], [butto

  • 获取提醒列表 请求获取设备上的提醒列表: Swift: RokidMobileSDK.skill?.remind.getCloudList(deviceId: String, completion: @escaping (_ error: RKError?, _ reminds: [SDKRemind]?) -> Void) Objc: [R

  • 提醒 Remind 提醒列表 请求获取设备上的提醒列表: Java: RokidMobileSDK.skill.cloudRemind().getList(deviceId, new SDKGetRemindListCallback { @override public void onSucceed(List<SDKRemind> remindList) { //

  • Foundation 可以很简单的创建一个提醒框:提醒框的宽度为容器的 100%。 圆角提醒框 .radius 和 .round 类用于为提醒框添加圆角: 实例<div data-alert>   <strong>Success!</strong> Alert box with a radius. </div> <div data-alert>   <strong>Info!</strong> A