Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

saveRestaurantInfo 추가 작업 필요 #67

Open
Yong-ga-ri opened this issue Jun 4, 2022 · 1 comment
Open

saveRestaurantInfo 추가 작업 필요 #67

Yong-ga-ri opened this issue Jun 4, 2022 · 1 comment
Assignees
Labels
implementation Implement something to make (API, Database Schema, etc...)

Comments

@Yong-ga-ri
Copy link
Contributor

Yong-ga-ri commented Jun 4, 2022

Restaurant 메소드에 대한 추가 작업 필요

  • 임시 작업이 완료되었고 @himJJong 님의 작업과 합쳐 해당 부분을 수정할 계획입니다.

내용

        // Todo: 외부 요청을 통한 결과를 JsonObject로 반환
        // 임시 값 저장
        jsonObject.put("cid", "562795624");
        jsonObject.put("name", "롯데리아 인천공항제2여객터미널3층점");
        jsonObject.put("x_cord", "374960");
        jsonObject.put("y_cord", "1102598");
@Yong-ga-ri Yong-ga-ri added the implementation Implement something to make (API, Database Schema, etc...) label Jun 4, 2022
@Yong-ga-ri
Copy link
Contributor Author

@litsynp 할당자 설정을 까먹었네요..😂 감사합니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Implement something to make (API, Database Schema, etc...)
Projects
Development

No branches or pull requests

3 participants