查询券码

Path: /optimus/core/voucher/queryOrderVoucherList

入参说明(JSON 格式)

入参整体结构

字段 类型 描述
appid String 应用ID
seller Object 商户信息
orderID Object 订单ID

seller 字段明细

字段 类型 描述
merchantId String 商户ID
merchantUserId String 商户用户ID
role String 角色

orderID 字段明细

字段 类型 描述
sn String 订单流水号
signature String 签名

出参说明(JSON 格式)

出参整体结构

字段 类型 描述
success Boolean 是否成功
code String 返回码
msg String 消息
data Array 券码列表

data 字段明细

字段 类型 描述
voucherNo String 券码号
type Integer 类型
status Integer 状态
voucherName String 券码名称
operationTime String 操作时间

示例

{
    "appid": "2025082700005615",
    "seller": {
        "merchantId": "1c904b2d-f056-4afa-a819-0328a4774320",
        "merchantUserId": "6ce169d1-1289-4e98-b4a3-ea8b6145046f",
        "role": "super_admin"
    },
    "orderID": {
        "sn": "7274425403705112",
        "signature": "c-T5kPjLxxdmYicfNXKj"
    }
}

results matching ""

    No results matching ""