Uber API - 针对 Uber 用户加载促销代码
Uber API -Loading of promo codes against an Uber user
我一直在阅读 Uber API 的文档,但找不到有关针对特定 Uber 用户加载促销代码的信息。
有什么方法可以针对特定用户加载促销代码/代金券,这样用户就不必输入促销代码了吗?简而言之,我想存入一个 Uber 用户帐户。
我联系了优步,但没有得到回应。
是的,这可以通过补丁 /ME 端点使用 API。请在此处查看文档:https://developer.uber.com/docs/riders/references/api/v1.2/me-patch
听起来您可能也对可以做到这一点的深层链接感兴趣。 "The applyPromo action allows you to launch the Uber app directly to the apply promotion screen and pre-fill a promotion code. The action takes a single parameter, the promo code you want to pre-fill for the user." 在此处查看有关使用深层链接的更多信息:https://developer.uber.com/docs/riders/ride-promotions/introduction
此外,在此 SO post 之前,我还没有看到你在任何 Uber API 支持渠道上提出这个问题,此处列出:https://developer.uber.com/support
希望对您有所帮助!
我一直在阅读 Uber API 的文档,但找不到有关针对特定 Uber 用户加载促销代码的信息。
有什么方法可以针对特定用户加载促销代码/代金券,这样用户就不必输入促销代码了吗?简而言之,我想存入一个 Uber 用户帐户。
我联系了优步,但没有得到回应。
是的,这可以通过补丁 /ME 端点使用 API。请在此处查看文档:https://developer.uber.com/docs/riders/references/api/v1.2/me-patch
听起来您可能也对可以做到这一点的深层链接感兴趣。 "The applyPromo action allows you to launch the Uber app directly to the apply promotion screen and pre-fill a promotion code. The action takes a single parameter, the promo code you want to pre-fill for the user." 在此处查看有关使用深层链接的更多信息:https://developer.uber.com/docs/riders/ride-promotions/introduction
此外,在此 SO post 之前,我还没有看到你在任何 Uber API 支持渠道上提出这个问题,此处列出:https://developer.uber.com/support
希望对您有所帮助!