{% extends "erp_base.html" %} {% block head_extra %} {% endblock %} {% block content %} {% include "cafe24/_nav.html" %} {% if flash %}
{{ status.missing | join(', ') }}.env 에 추가한 뒤 컨테이너를 재기동하세요.
{{ status.reason }}
{% endif %}| 쇼핑몰 ID | {{ status.mall_id or '—' }} |
|---|---|
| API 버전 | {{ api_version }} |
| 요청 권한(scope) | {{ scopes }} |
| Redirect URI | {{ redirect_uri or '—' }} |
| 승인된 권한 | {% if status.scopes %}{{ status.scopes }}{% else %}—{% endif %} |
| Access Token 만료 | {{ status.access_token_expires_at or '—' }} {% if status.access_expired %}(만료 — 다음 호출 시 자동 갱신){% endif %} |
| Refresh Token 만료 | {{ status.refresh_token_expires_at or '—' }} |
| 마지막 갱신 | {{ status.last_refreshed_at or '—' }} |
| 연결한 사람 | {{ status.connected_by or '—' }} |
| 마지막 오류 | {{ status.last_error }} |
카페24 연결 변경은 관리자만 할 수 있습니다.
{% endif %}| 시각 | 작업자 | 작업 | 상품 | 결과 | 내용 |
|---|---|---|---|---|---|
| {{ log.created_at }} | {{ log.actor or '—' }} | {{ log.action }} | {{ log.product_no or '—' }} | {{ log.result or '—' }} | {{ log.detail or '' }} |
아직 기록된 작업이 없습니다.
{% endif %}| 시각 | 메서드 | 엔드포인트 | 상품 | 상태 | 결과 | 소요 | 오류 |
|---|---|---|---|---|---|---|---|
| {{ log.created_at }} | {{ log.method }} | {{ log.endpoint }} |
{{ log.product_no or '—' }} | {{ log.http_status or '—' }} | {{ log.result }} | {{ log.duration_ms }}ms | {{ log.error_message or '' }} |
아직 API 호출 기록이 없습니다.
{% endif %}