医生银行卡列表

请求地址: doctorBankCards/listDoctorBankCards/{doctorId}

HTTP请求方式: GET

请求参数说明

参数名称 参数类型 参数说明
doctorId long 医生id

响应结果示例

{
    "ret_code": 0,
     "ret_values": [
       {
         "id" : 1, // id
         "cardType": "储蓄卡", // 信用卡类型
         "bankName" : "建设银行" // 信用卡名称
         "bankCard" : "62220210011142282xx", // 银行卡
         "cardAbbreviation" : "建设银行 尾号82xx" // 缩写
         "mobile" : "13621673999" // 手机号
       }
     ],
    "message": "成功"
}

results matching ""

    No results matching ""