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

文档中心 > API类目 > 淘天仓储API

qimen.taobao.logistics.wms.exam.send (试卷下发)

试卷下发

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
warehouse_code String 必须 H234 仓编码
exam_code String 必须 GE006901_2_collect 试卷编码
exam_title String 必须 3434 试卷标题
questions String [] 必须
  • 最大列表长度:50
  • 题目列表,有序

    响应参数

    名称 类型 示例值 描述
    success Boolean true 是否成功
    biz_error_code String SYSTEM_ERROR 错误码
    biz_error_msg String 系统错误 错误信息描述
    retry Boolean false 是否重试

    请求示例

    {"warehouse_code":"H234","questions":[""],"exam_code":"GE006901_2_collect","exam_title":"3434"}

    响应示例

    {
        "success":true,
        "biz_error_code":"SYSTEM_ERROR",
        "biz_error_msg":"系统错误",
        "retry":false
    }

    验签示例

    {"biz_error_msg":"Illegal request","success":"false","biz_error_code":"sign-check-failure"}

    错误码解释

    错误码 错误描述 解决方案

    API工具

    FAQ

    返回
    顶部