- 안면인증 LIst 조회용 MID 고정 해제

This commit is contained in:
HyeonJongKim
2025-11-07 12:31:38 +09:00
parent 21103232e9
commit 0323aed7a9

View File

@@ -79,7 +79,7 @@ export const FaceAuthPage = () => {
const callList = (type?: string) => { const callList = (type?: string) => {
let listParams: ExtensionFaceAuthListParams = { let listParams: ExtensionFaceAuthListParams = {
mid: "faceauth0m", mid: mid,
userMallId: userMallId, userMallId: userMallId,
fromDate: fromDate, fromDate: fromDate,
toDate: toDate, toDate: toDate,