电影票小程序/插件相关
滴滴打车/加油/货运/花小猪/代驾订单接口
基本信息:

滴滴打车、加油、货运推广

滴滴打车佣金比例6%

滴滴加油佣金比例0.3%

滴滴货运新人奖励25元

花小猪佣金比例3%,新人奖励12元

滴滴代驾佣金比例2%

接口说明
请求方式: GET/POST
接口参数
参数名称 参数类型 是否必须 示例 备注
apikey string 接口秘钥,请登录个人中心获取
start_time String 开始时间,格式yyyy-MM-dd HH:mm:ss
end_time String 结束时间,格式yyyy-MM-dd HH:mm:ss
query_type Number 1 1-支付时间 2-最后更新时间 默认1
order_no String 订单号
order_status Number 订单状态 2:已付款 8:已退款
sid String 自定义参数跟单
page Number 页码 默认 1
pageSize Number 每页显示多少 默认 20 最大 100
返回参数
名称 类型 示例值 说明
sid String 自定义跟单参数
order_no String 订单号
jtk_share_rate String 佣金比例,0.1 则代表10% (实际佣金比率 = 比例x100)
jtk_share_fee String 佣金金额(元)
pay_time String 付款时间
order_status Number 订单状态 2:已付款 8:已退款
pay_price String 付款金额
title String 标题
status Number 1.已预估归因 2.预估订单已推送 3.预估订单推送失败 4.结算提交 5.结算提交中 6.结算取消 7.结算成功 8.结算失败
is_risk Number 是否被风控 0-否 1-是
modify_time String 最后更新时间
返回示例
{"code":1,"msg":"【success】","data":{"total":2,"per_page":20,"current_page":1,"last_page":1,"data":[{"order_no":"35269599487775","sid":"123456","jtk_share_rate":"0.060","jtk_share_fee":"0.98","order_time":"2021-10-16 09:50:04","pay_time":"2021-10-16 09:50:04","refund_time":"","order_status":"2","title":"滴滴网约车订单","pay_price":"16.35","status":2,"is_risk":0},{"order_no":"35269591646691","sid":"123456","jtk_share_rate":"0.060","jtk_share_fee":"1.64","order_time":"2021-10-16 09:08:49","pay_time":"2021-10-16 09:08:49","refund_time":"","order_status":"2","title":"滴滴网约车订单","pay_price":"27.34","status":2,"is_risk":0}]}}