# MTP20_IF MTP2.0 Go 查询服务 ## 编译 ```bash go build . ``` ## 调试 运行 》 启动调试 ## Swagger调试 更新swagger文档 go install github.com/swaggo/swag/cmd/swag@latest swag init ## 商品盘面获取配置 MySQLSetting 节点 Enabled=0: 商品盘面从Redis获取, 配合使用新存储服务“quote_historystorage_nomysql” 。MySQL其它配置不需要 Enabled=1: 商品盘面从MySQL获取, 依旧使用旧存储服务“quote_historystorage” 。MySQL其它配置需要