GET api/User/GetBankCard

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MessageModelOftb_bank_card
NameDescriptionTypeAdditional information
state

integer

None.

message

string

None.

body

tb_bank_card

None.

bodyT2

tb_bank_card

None.

key

string

None.

dServersFee

decimal number

None.

IsCharge

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1,
  "message": "sample string 2",
  "body": {
    "Id": 1,
    "BankName": "sample string 2",
    "CardNo": "sample string 3",
    "CardUserName": "sample string 4",
    "CardUserPhone": "sample string 5",
    "FirstBank": "sample string 6",
    "UserId": 7
  },
  "bodyT2": {
    "Id": 1,
    "BankName": "sample string 2",
    "CardNo": "sample string 3",
    "CardUserName": "sample string 4",
    "CardUserPhone": "sample string 5",
    "FirstBank": "sample string 6",
    "UserId": 7
  },
  "key": "sample string 3",
  "dServersFee": 4.0,
  "IsCharge": true
}