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

销卡

简要描述

卡注销操作

  • 返回成功表示操作接收成功,后台会执行卡注销动作,该操作需要一定时间处理
  • 注销成功后会有通知推送,推送内容会包含卡内金额退还信息

请求URL

POST ${baseUrl}/op/card/P/close
Content-Type: application/json

请求参数

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

返回示例

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

返回参数说明

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