完成基础的返回结果数据机构解析

This commit is contained in:
2024-12-25 11:55:22 +08:00
parent 3722798c42
commit cc4ef13e23
4 changed files with 72 additions and 23 deletions

4
go.mod
View File

@ -3,10 +3,10 @@ module git.zhangdeman.cn/gateway/api-doc
go 1.22.2
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241125100843-b1b286c7a701
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241225030757-c00354fe4630
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20241223084948-de2e49144fcd
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20240422034417-8c922be06d95
github.com/tidwall/gjson v1.16.0
github.com/tidwall/gjson v1.18.0
)
require (