新设计

This commit is contained in:
eson
2023-05-31 18:33:02 +08:00
parent 12986049ef
commit f7d547de59
14 changed files with 764 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
}