文档中心 > API类目 > 本地生活API

qimen.alibaba.alsc.recruit.mwee.distribution.cargo.query (查询美味货品分佣配置信息)

查询美味侧货品分佣信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
cargo_id String 必须 2021042522554801200660126002 货品id

响应参数

名称 类型 示例值 描述
success Boolean true 操作是否成功
can_retry Boolean true 错误是否可重试
result_code String 200 返回码
result_message String 成功 返回信息
distribution_list DistributionDTO [] 分销信息
  • └ cargo_id
  • String
  • 2021042522554801200660126002
  • 货品id
  • └ item_id
  • String
  • 640054078700
  • 商品id
  • └ start_time
  • String
  • 2021-06-01 10:00:00
  • 分销开始时间
  • └ end_time
  • String
  • 2021-06-30 23:59:59
  • 分销结束时间
  • └ commission
  • String
  • 3.00
  • 分佣金额

请求示例

{"cargo_id":"2021042522554801200660126002"}

响应示例

{
    "success":true,
    "can_retry":true,
    "result_code":"200",
    "result_message":"成功",
    "distribution_list":[
        {
                "cargo_id":"2021042522554801200660126002",
                "item_id":"640054078700",
                "start_time":"2021-06-01 10:00:00",
                "end_time":"2021-06-30 23:59:59",
                "commission":"3.00"
        }
    ]
}

验签示例

{"response":{"result_message":"Illegal request","success":"false","result_code":"sign-check-failure"}}

错误码解释

错误码 错误描述 解决方案

API工具

FAQ

返回
顶部