Appearance
功能概述
用户证书列表展示模块
接口访问
接口地址
user/certificate/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | integer | true | 证书ID |
| description | string | true | 证书描述 |
| imageUrl | string | true | 证书图片地址 |
| createTime | datetime | true | 证书创建时间 |
返回示例
{
"response": [
{
"id": 2,
"description": "编辑表述",
"imageUrl": "地址图片",
"createTime": "2024-12-23 10:06:33"
}
],
"requestId": "196c96e6-d57f-496d-b0ea-088157aba131"
}