GET api/GetUserCardInfo?cardId={cardId}
获取用户名片的信息
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardId | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
YrmResMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Msg | string |
None. |
|
| Status | integer |
None. |
|
| Data | Object |
None. |
响应示例
application/json, text/json
Sample:
{
"Code": 1,
"Msg": "sample string 1",
"Status": 1,
"Data": {}
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.