手机号授权: 后台审核修复

This commit is contained in:
lzm
2022-11-25 14:41:31 +08:00
committed by yeungchihang
parent 57f498758e
commit 535bd46486

View File

@@ -115,7 +115,7 @@
{field: 'remark', title: '备注', align: 'center', width: '5%'},
{field: 'operator', title: '操作人', align: 'center', width: '5%'},
{
field: 'operationTime',
field: 'updateTime',
title: '更新授权时间',
align: 'center',
width: '5%',
@@ -258,7 +258,7 @@
type: 'post',
url: "/admin/phone/auth/apply/changeStatus.action",
data: {
audioVerifyId: id,
id: id,
status: status
},
dataType: "json",