简要描述
请求URL
/lhIdentifierBind/{lhIdentifierBindId}
请求方式
返回示例
{
"msg": "操作成功",
"code": 200,
"data": {
"createBy": "admin",
"createTime": "2023-09-20 15:31:29",
"updateBy": "",
"updateTime": null,
"remark": null,
"identifierBindId": 64,
"identifierBindLogId": 39,
"groupId": 2,
"groupName": "第二小组",
"teacherId": 2,
"teacherName": "额外企",
"identifierId": 10024,
"identifier": "74ea1dba1d694f64be3c302409843970",
"student": "李四",
"paymentVoucher": "url",
"platform": "1",
"platformName": "微信",
"price": 1000,
"deadline": 180,
"isUse": "0",
"isUseName": "未使用",
"status": "0",
"statusName": "正常",
"delFlag": null,
"usageTime": null
}
}
返回参数说明
参数名 |
类型 |
说明 |
identifierBindId |
int |
省份识别码ID |
identifierBindLogId |
int |
省份识别码日志ID |
identifierId |
int |
识别码ID |
identifier |
string |
识别码 |
groupId |
int |
小组ID |
groupName |
string |
小组名称 |
teacherId |
int |
老师ID |
teacherName |
string |
老师名称 |
student |
string |
学员名称 |
paymentVoucher |
string |
支付凭证 |
platform |
string |
支付平台(1微信 2支付宝) |
platformName |
string |
支付平台(1微信 2支付宝) |
price |
int |
单价 |
deadline |
int |
有效期(天) |
isUse |
string |
是否使用(0否 1是) |
isUseName |
string |
是否使用(0否 1是) |
status |
string |
状态(0正常 1禁用) |
statusName |
string |
状态(0正常 1禁用) |
delFlag |
string |
删除标志(0代表存在 2代表删除) |
usageTime |
date |
使用时间 |
createBy |
string |
新建人 |
createTime |
string |
新建时间 |
updateBy |
string |
修改人 |
updateTime |
string |
修改时间 |
备注