Token生成(转载)
摘要:
package main import ( "encoding/base64" "encoding/json" "log" "net/http" "strconv" "strings" "github.com/go-redis/redis" "github.com/satori/go.uuid" ) type objMessa... 阅读全文
posted @ 2019-03-18 16:40 nuanshou 阅读(321) 评论(0) 推荐(0)