1 Star 1 Fork 0

窦雪峰/go-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
serve.go 415 Bytes
一键复制 编辑 原始数据 按行查看 历史
窦雪峰 提交于 2021-04-01 07:34 . menu
/*
* Desc:
* Package: params
* File Created: Saturday, 27th March 2021 9:35:31 pm
* Author: douxuefeng (i@douxuefeng.cn)
* -----
* Last Modified: Saturday, 27th March 2021 9:35:31 pm
* Modified By: douxuefeng (i@douxuefeng.cn>)
*/
package params
type Serve struct {
Echostr string `url:"echostr"`
Timestamp string `url:"timestamp"`
Nonce string `url:"nonce"`
Signature string `url:"signature"`
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/douxuefeng/go-utils.git
git@gitee.com:douxuefeng/go-utils.git
douxuefeng
go-utils
go-utils
v0.0.1

搜索帮助