|
|
3 months ago | |
|---|---|---|
| .vscode | 1 year ago | |
| algorithm | 5 years ago | |
| busdriver | 1 year ago | |
| config | 3 months ago | |
| controllers | 3 months ago | |
| db | 1 year ago | |
| docs | 3 months ago | |
| global | 2 years ago | |
| logger | 1 year ago | |
| middleware | 1 year ago | |
| models | 3 months ago | |
| mtpcache | 3 months ago | |
| packet | 1 year ago | |
| pb | 9 months ago | |
| playground | 5 years ago | |
| rediscli | 1 year ago | |
| res | 2 years ago | |
| routers | 3 months ago | |
| services | 9 months ago | |
| token | 9 months ago | |
| utils | 7 months ago | |
| .DS_Store | 4 years ago | |
| .gitignore | 10 months ago | |
| .markdownlint.json | 1 year ago | |
| MTP20_IF.code-workspace | 1 year ago | |
| README.md | 3 months ago | |
| go.mod | 3 months ago | |
| go.sum | 3 months ago | |
| main.go | 3 months ago |
MTP2.0 Go 查询服务
编译: go build
调试: 运行 》 启动高度
Swagger调试: http://127.0.0.1:[ListenAddress]/swagger/index.html
商品盘面获取配置: 节点 Enabled=0: 商品盘面从Redis获取, 配合使用新存储服务“quote_historystorage_nomysql” 。MySQL其它配置不需要 Enabled=1: 商品盘面从MySQL获取, 依旧使用旧存储服务“quote_historystorage” 。MySQL其它配置需要