企业开放授权

授权回调

地址URL

[平台方创建应用时提供的订单状态回调地址]

支持格式

JSON

HTTP请求方式

POST

访问授权限制

暂无

请求参数

名称 类型 必选 描述
type int yes 回调类型:1授权,0取消授权
company_id string yes 待授权公司在滴滴的id
out_company_id string yes 待授权公司在平台的id
out_company_name string yes 待授权公司在平台的名称
out_member_id string yes 操作人在平台的id
phone string yes 操作人手机号
create_time string yes 授权时间戳
auth_scope string yes 授权范围(值: 1用户管理 2订单管理 3发票管理, 多个用|隔开,比如 1|2|3)
callback string yes 平台回调信息(完成授权后,平台方传入的用于核对是否为滴滴回调平台接口的信息)
client_id string yes 平台在滴滴的client_id
client_secret string yes 平台在滴滴的client_secret
timestamp bigint yes 当前时间戳
sign string yes 签名

返回数据

返回值为json格式,示例如下:

{
    "errno ": 0, // 0表示成功,其它表示失败
    "errmsg ": "SUCCESS", // 成功返回"SUCCESS", 失败返回具体错误消息
    "data":NULL // json对象或数组
}

请求示例

Content-Type: multipart/form-data; boundary=----------------------------2a6c15fd49a6"

{
  "id": "1125924851568587",
  "platform_id": "7026365009408324425",
  "company_id": "1227123648830403259",
  "out_company_id": "1125920281415487",
  "out_company_name": "zhouzh test",
  "out_member_id": "1125920281396505",
  "phone": "11000002131",
  "callback": "",
  "auth_scope": "1",
  "erp_relation_id": "1125924851613584",
  "callback_status": 1,
  "status": 1,
  "create_time": 1695886100,
  "update_time": 1695886100,
  "client_id": "769bc98aaade3f9fae8bb5465f3643b0",
  "client_secret": "4dd585ecc9d3846e0568de53c4d650ff",
  "type": 1,
  "version": 0,
  "timestamp": 1695886101,
  "sign": "033da0f9fc2f77a87a74a6950b9be2f4"
}

results matching ""

    No results matching ""