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