0.0.2 • Published 8 years ago

cordova-plugin-YtopPlugin v0.0.2

Weekly downloads
2
License
Apache 2.0
Repository
github
Last release
8 years ago

cordova-plugin-YtopPlugin

##bool 형태의응답(성공/실패 유무만 판단하는경우)

YtopApi.isBonusEnabled("이벤트ID"); bool Desc TRUE 이벤트 코드사용성공 FALSE 이벤트 코드사용실패

##Json형태의응답(에러코드를 상세히 구분할필요가있는경우)

YtopApi.getBonus("이벤트ID"); 응답코드 -전문: {"result":"success",”code":””,”message":""} result code message success fail U5 예약정보가 없습니다. U6 이미사용한 코드입니다. U7 사용기간이 만료된코드입니다. Y0 입력하신 정보에맞는 이벤트가없습니다. F0 예상외의 에러 F1 파라미터에러 F2 인증에 실패했습니다.