# 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/eo55s7q
golang 實現微信支付**
微信 v3 #### 推薦使用 v3 接口,官方在 v3 接口實現未覆蓋或 gopay 未開發的接口,還繼續用 v2 接口,歡迎參與完善 v3 接口。已實現 API 列表附錄:API 列表附錄 微信官方文檔:官方文檔 接口規則:平臺證書 接入規範:最佳實踐 GoPay 微信 v2 文檔:GoPay 微信 v2 文檔 (部分接口僅 v2 版本支持) 1、初始化微信 v ⌘ Read more