实现门店桌面设置相关配置

This commit is contained in:
2025-06-19 18:01:47 +08:00
parent fcdc44b94e
commit a25068154f
35 changed files with 372 additions and 335 deletions

View File

@ -59,3 +59,5 @@ type CallbackReq struct {
g.Meta `path:"/reward/callback" method:"post" tags:"Reward" summary:"(tencent)回调"`
UserId int64 `json:"userId" v:"required#用户ID不能为空" dc:"用户ID"`
}
type CallbackRes struct {
}