GET api/queryuseriscert?Authorization={Authorization}&userCardID={userCardID}&reallyName={reallyName}

请求信息

URI 参数

NameDescriptionTypeAdditional information
Authorization

string

Required

userCardID

string

Default value is

reallyName

string

Default value is

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfUserCert
NameDescriptionTypeAdditional information
data

UserCert

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": {
    "userid": 1,
    "c_name": "sample string 2",
    "c_sex": 3,
    "c_ac_code": "sample string 4",
    "c_ac_status": 5,
    "c_ac_datee": "2024/10/19 08:49:12",
    "c_d_code": "sample string 7",
    "c_d_status": 8,
    "c_d_datee": "2024/10/19 08:49:12",
    "c_server": "sample string 10",
    "c_salesarea": "sample string 11",
    "c_comname": "sample string 12",
    "c_comid": 13,
    "c_areaid": 14,
    "c_organid": 15,
    "c_bc_code": "sample string 16",
    "c_bc_status": 17,
    "c_bc_datee": "2024/10/19 08:49:12",
    "c_pec_code": "sample string 19",
    "c_pec_status": 20,
    "c_pec_datee": "2024/10/19 08:49:12",
    "c_sc_code": "sample string 22",
    "c_sc_status": 23,
    "c_sc_datee": "2024/10/19 08:49:12",
    "c_modtime": "2024/10/19 08:49:12"
  },
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.