# 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/6m32hnq
電商訂單拆單規則**
“ 導讀:電商業務中,多場景下的複雜業務流程往往通過訂單來記錄業務的發生。訂單的拆單規則需要適配不同條件的細分場景。本文通過個人項目覆盤,以文字與流程圖的形式,描述清楚訂單(銷售訂單)的拆單與合併規則。”01概述1.1 什麼是拆單:在網上購買商品下單成功後,過一段時間再次瀏覽時,有時會發現你的訂單會變成兩個或多個,這就是系統做了拆單而導致的。 ●拆單,就是將一個大的訂單依據某些規則的集合,將其分 ⌘ Read more