# Functions
securet:md5签名秘钥
headKeys:head里面需要校验的字段
1:Sign 字段为签名字段,Ts 为时间戳,放head
2:取出head 指定字段headKeys的参数以及get参数,存入map[string]string
3:对map的key排序后拼接字符串str += key + values
4:sign = md5(str + bodystr + securet + ts)
*/.
CORS gin middleware cors.
token 校验中间件.
No description provided by the author
Recovery gin middleware recovery.
No description provided by the author
# Type aliases
日志记录到文件.