注意:以下文档只适用于TOP接口,请谨慎使用!

文档中心 > API类目 > 天猫汽车

qimen.tmall.aliauto.coupon.benefit.issue (整车权益发放)

整车线索平台-发放权益

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
userId String 必须 A433ww 用户id(openId)
idempotentId String 必须 aa_22 幂等id
channelId String 可选 ABCE 渠道id
couponCnt String 必须 1 发券数量

响应参数

名称 类型 示例值 描述
success Boolean true 业务结果
errCode String 系统繁忙 错误编码
errInfo String 500 错误信息

请求示例

{"couponCnt":"1","idempotentId":"aa_22","userId":"A433ww","channelId":"ABCE"}

响应示例

{
    "success":true,
    "errCode":"系统繁忙",
    "errInfo":"500"
}

验签示例

{"errInfo":"Illegal request","success":"false","errCode":"sign-check-failure"}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部