8 lines
115 B
Go
8 lines
115 B
Go
package response
|
|
|
|
import "miniapp/config"
|
|
|
|
type SysConfigResponse struct {
|
|
Config config.Server `json:"config"`
|
|
}
|