JM-WechatMini/model/system/response/sys_system.go

8 lines
115 B
Go
Raw Normal View History

2023-11-02 04:34:46 +08:00
package response
import "miniapp/config"
type SysConfigResponse struct {
Config config.Server `json:"config"`
}