- 링크결제 전화번호 입력 Number only

- 링크결제 신청 완료 페이지 결과 박스 제거
- 안면인증 테스트용 Mid 고정
This commit is contained in:
HyeonJongKim
2025-11-03 13:29:38 +09:00
parent e7a3409edc
commit b543719295
4 changed files with 19 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ export const FaceAuthPage = () => {
const callList = (type?: string) => {
let listParams: ExtensionFaceAuthListParams = {
mid: mid,
mid: "faceauth0m",
userMallId: userMallId,
fromDate: fromDate,
toDate: toDate,
@@ -141,6 +141,7 @@ export const FaceAuthPage = () => {
console.log('Excel Download Status:', rs.status);
});
}
console
setEmailBottomSheetOn(false);
};