Page History

Getrecordsourcemsg

Last edited by 宋亚南

返回

交易记录详情


URL: http://120.92.201.43:8090/Daren/transaction/getRecordSourceDetail.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
recordId String true 记录Id
sourceId String true 记录中的sourceId
userId String true userId
sourceType String true 记录中的sourceType

返回格式: JSON


返回格式样例:

{
  "data": {
    "bankName": "",
    "desc": "",
    "endTime": "",
    "payType": "",
    "recordId": "121123",
    "sourceId": "asdasd",
    "sourceType": "1",
    "startTime": "",
    "type": 2// 1未完成 2|3,已完成 4失败
  },
  "errorCode": "0",
  "errorMessage": "成功"
}