Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

模拟触发OOB

简要描述

用于模拟触发一条 OOB(Out of Band)通知。

请求URL

${baseUrl}/op/card/H/oob/simulate

请求方式

  • Method: POST
  • Content-Type: application/json

请求参数

参数名必选类型说明
cardNumberstring卡号

返回示例

{
    "data": true,
    "msg": "操作成功",
    "status": 200,
    "success": true
}

返回参数说明

参数名称示例参数说明schema
datatrue响应数据,是否成功boolean
msg操作成功响应消息string
status200响应码int
successtrue是否成功(true/false)boolean