增加详情中的创建时间

This commit is contained in:
wwz
2024-12-25 17:12:54 +08:00
parent 6e174be3b2
commit 71a8f48e70
4 changed files with 47 additions and 17 deletions

View File

@@ -210,5 +210,7 @@ export default {
monthssearch(data) { //根据月份查询
return uni.api.post("hfive/monthssearch", data);
},
researhqrcode(data) { //查询人脸认证结果
return uni.api.post("hfive/researhqrcode", data);
},
}