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

文档中心 > API类目 > 千牛接口

qimen.taobao.qianniu.autotask.remindbuy.strategy.get (获取三方催拍设置)

获取三方催拍配置

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
options Options 可选 options
  • └ traceId
  • String
  • 可选
  • xxxxxxx
  • traceId
  • └ elementId
  • String
  • 可选
  • xxxx
  • 流程实例节点ID
  • └ instId
  • String
  • 可选
  • 968977121092217359
  • 流程实例ID
  • └ processKey
  • String
  • 可选
  • auto_task_remind_pay
  • 流程KEY
  • └ scene
  • String
  • 可选
  • RemindBuy
  • 业务场景
bizData BizData 可选 业务数据
  • └ sellerId
  • Number
  • 可选
  • 12345
  • 商家ID
  • └ buyerId
  • Number
  • 可选
  • 123456
  • 买家ID
  • └ itemIds
  • Number []
  • 可选
  • 商品ID列表
  • └ buyer_open_uid
  • String
  • 可选
  • 1
  • 替代买家id作为唯一标识

响应参数

名称 类型 示例值 描述
data Data data
  • options
  • Options
  • options
  • └ sync
  • Boolean
  • true
  • 是否同步,设置为true
  • bizData
  • BizData
  • 业务数据
  • └ couponSource
  • String
  • 12345
  • 优惠券来源
  • └ itemIds
  • Number []
  • xxxx
  • 商品ID列表
  • └ send
  • Boolean
  • false
  • 是否发送催付消息
  • └ coupon
  • String
  • xxxx
  • 优惠券ID
  • └ couponType
  • String
  • shopCoupon
  • 权益类型:shopCoupon=店铺券,memberBenefit=会员券
  • └ clause
  • String
  • xxx
  • 文案
sucess Boolean true 调用是否成功
errorCode String xxx 错误code
errorMsg String xxxx 错误文案

请求示例


                                

响应示例

{
    "data":{
        "options":{
            "sync":true
        },
        "bizData":{
            "couponSource":"12345",
            "itemIds":{
                "number":[
                    xxxx
                ]
            },
            "send":false,
            "coupon":"xxxx",
            "couponType":"shopCoupon",
            "clause":"xxx"
        }
    },
    "sucess":true,
    "errorCode":"xxx",
    "errorMsg":"xxxx"
}

验签示例

{"sucess":"false","errorCode":"sign-check-failure","errorMsg":"Illegal request"}

错误码解释

错误码 错误描述 解决方案
isp.http-read-timeout

API工具

FAQ

返回
顶部