简要描述
请求URL
/lhIdentifier/{teacherId}
请求方式
返回示例
{
"msg": "操作成功",
"code": 200,
"data": {
"createBy": "admin",
"createTime": "2023-09-18T22:56:42.000+08:00",
"updateBy": "",
"updateTime": null,
"remark": null,
"identifierId": 1,
"identifier": "86847f48d9d141dbbb0c62ab0c423b21",
"status": "0",
"delFlag": null,
"number": null
}
}
返回参数说明
参数名 |
类型 |
说明 |
identifierId |
int |
识别码ID |
identifier |
string |
识别码 |
createBy |
string |
新建人 |
createTime |
string |
新建时间 |
updateBy |
string |
修改人 |
updateTime |
string |
修改时间 |
备注