수정정
This commit is contained in:
parent
4df399ac36
commit
559212e9e1
@ -107,6 +107,7 @@ const write = async () => {
|
||||
LOCBRDCON: content.value,
|
||||
LOCBRDPWD: category.value === 1 ? password.value : null,
|
||||
LOCBRDTYP: category.value === 1 ? 'S' : 'F', //공지사항 추가해야함!!
|
||||
// MEMBERSEQ: 로그인이용자 id(세션)
|
||||
};
|
||||
|
||||
// 게시물 작성 API 호출
|
||||
|
||||
Loading…
Reference in New Issue
Block a user