MTP2.0 Go 查询服务

deng.yinping a203116d16 #7200: 【Go查询】User/LoginQuery:返回商品组时按”groupcategroyid“顺序返回 há 1 mês atrás
.vscode b0ff351d4d update há 1 ano atrás
algorithm 501b98aa6d rabbitmq组件合入 há 5 anos atrás
busdriver a0b7934ad5 服务配置项支持加解密 há 1 ano atrás
config 55d7e313d5 增加三农电子签配置 há 2 meses atrás
controllers ba0372bf9a /TaAccount/GetTaAccounts: 添加返回字段currencydecimalplace há 1 mês atrás
db a646273c51 修改 MongoDB Ping 逻辑 BUG há 3 meses atrás
docs ba0372bf9a /TaAccount/GetTaAccounts: 添加返回字段currencydecimalplace há 1 mês atrás
global 2a1b35901e 腾讯电子签业务功能上线 há 2 anos atrás
logger 754030e8bc 任务 #5805 há 1 ano atrás
middleware ad6161eeb3 增加调用接口合法性判断 há 1 ano atrás
models a203116d16 #7200: 【Go查询】User/LoginQuery:返回商品组时按”groupcategroyid“顺序返回 há 1 mês atrás
mtpcache 8abe9783f6 更新字段注释 há 2 meses atrás
packet a0b7934ad5 服务配置项支持加解密 há 1 ano atrás
pb 6aeba42464 任务 #7129 【Go查询】接口“api/sbyj/GetMyOrders”: "TradeHolderDetailEx"Redis结构添加“止盈止损"相关字段 há 3 meses atrás
playground 73c08ea54c 海商游客功能 há 5 anos atrás
rediscli a0b7934ad5 服务配置项支持加解密 há 1 ano atrás
res 48958a237a update há 2 anos atrás
routers 8efe92e293 /Digital/QueryDigitalTradeOrderDetails:获取数字现货交易委托表 há 2 meses atrás
services 07277f95e2 修改 Redis 盘面引发的 BUG。 há 3 meses atrás
token c2447ec4ab fixed bug. há 9 meses atrás
utils bb76b4bbd3 接口 há 7 meses atrás
.DS_Store 85f8c9f44d update pc_menu.json há 4 anos atrás
.gitignore 0d5fd1839e #6618 【Go查询】接口:Common/QueryNotice 添加返回字段 isforcedisplay há 10 meses atrás
.markdownlint.json 2cd780754b 新增接口 /Bank/GetCusBankInfos 获取托管银行信息列表 há 1 ano atrás
MTP20_IF.code-workspace 9aa49beb34 增加工作区文件 há 1 ano atrás
README.md d166d64ea3 /sbyj/GetMyOrders(获取我的订单列表):添加查询条件”accountId"; há 2 meses atrás
go.mod 74bbb93b56 支持 MongoDB 3.4+ 各版本数据库 há 3 meses atrás
go.sum 74bbb93b56 支持 MongoDB 3.4+ 各版本数据库 há 3 meses atrás
main.go b19be16fd9 任务 #6755 【Go查询】添加配置商品盘面信息获取方式:MySQL(原逻辑)、Redis(新实现);配置为从Redis获取时,不再需要配置MySQL连接参数 há 3 meses atrás

README.md

MTP20_IF

MTP2.0 Go 查询服务

编译

go build .

调试

运行 》 启动调试

Swagger调试

http://127.0.0.1:8080/swagger/index.html

更新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其它配置需要