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

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

滴滴打车佣金比例6%

滴滴加油佣金比例0.3%

滴滴货运新人奖励25元

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

滴滴代驾佣金比例2%

接口说明
请求方式: GET/POST
接口参数
参数名称 参数类型 是否必须 示例 备注
apikey string 接口秘钥,请登录个人中心获取
sid String 123456 渠道标识,自定义参数,长度不超过30位,建议在用户领券时调用该接口获取推广链接,切勿提前批量请求创建;
type Number 1 1-打车、2-加油 -3货运 4-花小猪 5-代驾
link_type String all all-所有(包含h5、小程序路径、小程序二维码、海报),h5-h5路径,mini-微信小程序路径和小程序二维码 alipay_mini-支付宝小程序路径 默认 all
返回参数
名称 类型 示例值 说明
short_click_url String h5推广连接
wx_miniprogram_path String 小程序路径
wx_qrcode_url String 小程序码
app_id String 小程序id
poster_qrcode_url String 宣传海报
返回示例
{"code":1,"msg":"【success】","data":{"short_click_url":"https://v.didi.cn/ARLlX5G","app_id":"wxaf35009675aa0b2a","wx_miniprogram_path":"/pages/index/index?scene=853QYvo","wx_qrcode_url":"https://dpubstatic.udache.com/static/anything/toggle/qrcode/qrcode202d056f-8138-57fa-9604-fdb7c165c4110001.jpg","poster_qrcode_url":"https://dpubstatic.udache.com/static/anything/toggle/painter/base/163434378312ffc5bb3d6a44b58119eb41249887a8"}}