# 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/etfhroa
無需營業執照,個人系統實現對接支付功能**
前言衆所周知,如果我們想要開發一些帶有付費功能的系統,例如髮卡平臺、個人商城平臺或者具有付費包月開通功能權限的平臺,這些平臺都需要我們在系統中對外提供支付功能並能夠獲取支付狀態。很久之前,我爲了方便找了一個支付平臺,即第三方給你提供生成收款碼和讀取支付回調的渠道,它們的平臺支持各種聚合支付,微信支付寶銀聯等等。這種平臺非常容易跑路,因爲你的客戶在你平臺付款的錢,全都存放在你所對接的支付平臺的系統中 ⌘ Read more