取消规则
正式环境
https://api.xiaojukeji.com/
正式环境
https://api.xiaojukeji.com/
GET
/v1/orders/{didi_oid}/rule
page_content包含本订单涉及的取消规则的所有内容,page_content由title和content组成的各个段落组成,每一段落有各自的title和content(list)
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.xiaojukeji.com//v1/orders//rule' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'Content-Type: application/x-www-form-urlencoded'
响应示例响应示例
{
"page_title": "string",
"page_content": [
{
"title": "string",
"content": [
"string"
]
}
]
}
请求参数
Path 参数
didi_oid
string
必需
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Authorization
string
必需
示例值:
Bearer domain|{access_token}