JM-WechatMini/model/system/response/sys_system.go
2023-11-02 04:34:46 +08:00

8 lines
115 B
Go

package response
import "miniapp/config"
type SysConfigResponse struct {
Config config.Server `json:"config"`
}