Skip to content

Commit

Permalink
본인인증 문서 토큰 발급 API 예시코드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa authored Mar 25, 2024
1 parent b95fe2f commit c52d912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/ko/etc/phone/4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.post("/certifications", async (request, response) => {
"ekKoeW8RyKuT0zgaZsUtXXTLQ4AhPFW3ZGseDA6bkA5lamv9OqDMnxyeB9wqOsuO9W3Mx9YSJ4dTqJ3f", // REST API Secret
},
});
const { access_token } = getToken.data; // 인증 토큰
const { access_token } = getToken.data.response; // 인증 토큰
// imp_uid로 인증 정보 조회
const getCertifications = await axios({
// imp_uid 전달
Expand Down

0 comments on commit c52d912

Please sign in to comment.