01 · 兩套 API 介面
/api/*(JWT)與 /api/ext/*(API Key)只共用資料、不共用中介層
02 · 核心資料模型
上線單、明細、合併結果、job 與 Config Server 異動
03 · ext API 端點
cogwork 實際會呼叫的 /api/ext/* 端點與所需 scope
04 · 外部第三方系統
cogwork 直接對接、不經 momo-ticket-system 的系統
Two isolated API surfaces, the core data model, the ext API endpoints cogwork calls, and the third-party systems cogwork reaches directly.
/api/*(JWT)與 /api/ext/*(API Key)只共用資料、不共用中介層
上線單、明細、合併結果、job 與 Config Server 異動
cogwork 實際會呼叫的 /api/ext/* 端點與所需 scope
cogwork 直接對接、不經 momo-ticket-system 的系統