You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.0 KiB
25 lines
1.0 KiB
* [완료] 비밀번호 리셋 메일 요청
|
|
http://localhost/bf/api/find_id_for_pwd_with_mail.do?email=renamaestro@gmail.com&password=1111
|
|
- 기능 구현 ok
|
|
- 발송메일 계정 id/pwd 확인
|
|
- 발송 html 디자인 확인
|
|
|
|
* [완료] 앱 버전체크 (A, I)
|
|
http://localhost/bf/api/selectServiceInfo.do?os=A
|
|
http://localhost/bf/api/selectServiceInfo.do?os=I
|
|
|
|
* [완료] 회원 로그인
|
|
http://localhost/bf/api/loginByMemberId.do?member_id=renamaestro@gmail.com&password=1111
|
|
http://localhost/bf/api/loginByMemberId.do?member_id=test1&password=CHCU
|
|
|
|
* [완료] 수신 메일을 통해 비밀번호 변경 확인 링크 클릭 시
|
|
http://localhost/bf/api/reset_pwd.do?enc_word=16119829341887f79529478f04c721
|
|
- api/view_reset_pwd로 변경된 비밀번호 안내
|
|
|
|
* [보류] 수신 메일을 통해 메일 변경 확인 링크 클릭 시
|
|
http://localhost/bf/api/reset_email.do?enc_word=16119829341887f79529478f04c721
|
|
- 모바일웹 화면에서 메일 변경 요청
|
|
- 수신 메일 내 link를 통해서 api/reset_email 호출
|
|
|
|
|