0

有谁知道 tryotter 中的 storeAuthenticatedContext 是什么? https://developer.tryotter.com/docs#tag/menus_schema

我正在尝试通过我的商店连接到 tryotter。

我为 storeAuthenticatedContext 发送一个空白对象作为查询参数。但它没有用。

curl --location --request GET 'https://partners-staging.cloudkitchens.com/v1/menus' \
    --header 'X-Application-Id: APPLICATION ID' \
    --header 'X-Store-Id: STORE ID' \
    --header 'Authorization: Bearer AUTHCODE' \
    --header 'Content-Type: application/x-www-form-urlencoded' \
    --header 'Cookie: JSESSIONID=32F61F6B1DF249833E996A19EF6DD0D3' \
    --data-urlencode 'storeAuthenticatedContext={}' \
    --data-urlencode 'grant_type=menus.read'
4

0 回答 0