1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

add weixin

This commit is contained in:
shylinux 2019-09-22 19:22:02 +08:00
parent 2477780d67
commit 12a921458b
5 changed files with 11 additions and 0 deletions

View File

@ -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 {