# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/w33b6qa
圖解支付系統的關鍵設計**
大家好,我是隱墨星辰,專注境內 / 跨境支付架構設計十餘年。在前面介紹過支付系統的整體設計,有興趣的讀者可點擊鏈接查看:圖解支付系統整體設計,今天聊聊支付系統的一些關鍵設計細節。內容主要包括一些支付系統常用的設計,比如領域建模,狀態機,冪等,日誌規範,業務 ID 生成規範,監控,資損防控,支付安全等。這些技術在互聯網其它領域比如電商也是通用的。這裏只摘錄了部分精華內容出來,但已經能表達最核心的設計 ⌘ Read more