결제데이터통보

This commit is contained in:
focp212@naver.com
2025-09-16 19:48:22 +09:00
parent 60f55c98eb
commit d1556fd77d
10 changed files with 239 additions and 71 deletions

View File

@@ -37,7 +37,6 @@ export const HomeNoticeList = () => {
};
noticeList(listParams).then((rs) => {
console.log(rs)
setResultList(rs.content);
});
};