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

修改/设置PIN

简要描述

用于修改或设置ATM密码,区别在于PIN需加密传输,更加安全。
原接口 ${baseUrl}/op/card/H/change/pin 已废弃。

请求URL

${baseUrl}/op/card/H/change/pin/secure

请求方式

  • 方法:POST
  • Content-Type:application/json

请求参数

参数名必选类型说明
cardNumberstring卡号
pinstring6位数PIN的加密值(请参考AES加密方式)

返回示例

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

返回参数说明

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