mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add weixin
This commit is contained in:
parent
2477780d67
commit
12a921458b
@ -3,10 +3,21 @@ package main
|
||||
import (
|
||||
"contexts/cli"
|
||||
"contexts/ctx"
|
||||
"contexts/web"
|
||||
"toolkit"
|
||||
|
||||
"crypto/sha1"
|
||||
"encoding/hex"
|
||||
"encoding/json"
|
||||
"encoding/xml"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"sort"
|
||||
|
||||
"fmt"
|
||||
"os"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
func Marshal(m *ctx.Message, meta string) string {
|
Loading…
x
Reference in New Issue
Block a user