MTP2.0 Go 查询服务

deng.yinping 49f1c7aebf /Ermcp/GetErmcpGoods:返回字段“basedecimalplace, quotedecimalplace" 1 jam lalu
.vscode b0ff351d4d update 1 tahun lalu
algorithm 501b98aa6d rabbitmq组件合入 5 tahun lalu
busdriver a0b7934ad5 服务配置项支持加解密 1 tahun lalu
config 9c1407169d 添加接口:/Common/GetHotGoodses ( 查询热门商品(按上日成交额,持仓额倒序)) 2 minggu lalu
controllers edb1dde8aa Common/GetHotGoodses:返回对象修改为“ErmcpGoods“ 2 minggu lalu
db a646273c51 修改 MongoDB Ping 逻辑 BUG 3 bulan lalu
docs 49f1c7aebf /Ermcp/GetErmcpGoods:返回字段“basedecimalplace, quotedecimalplace" 1 jam lalu
global 2a1b35901e 腾讯电子签业务功能上线 2 tahun lalu
logger 754030e8bc 任务 #5805 1 tahun lalu
middleware ad6161eeb3 增加调用接口合法性判断 1 tahun lalu
models 49f1c7aebf /Ermcp/GetErmcpGoods:返回字段“basedecimalplace, quotedecimalplace" 1 jam lalu
mtpcache 8abe9783f6 更新字段注释 2 bulan lalu
packet a0b7934ad5 服务配置项支持加解密 1 tahun lalu
pb 6aeba42464 任务 #7129 【Go查询】接口“api/sbyj/GetMyOrders”: "TradeHolderDetailEx"Redis结构添加“止盈止损"相关字段 3 bulan lalu
playground 73c08ea54c 海商游客功能 5 tahun lalu
rediscli a0b7934ad5 服务配置项支持加解密 1 tahun lalu
res 48958a237a update 2 tahun lalu
routers a4925a5653 Merge branch 'master' of http://192.168.31.240:3000/MTP2.0_New/MTP20_IF 2 minggu lalu
services 3926bbd3af update 3 minggu lalu
token c2447ec4ab fixed bug. 9 bulan lalu
utils bb76b4bbd3 接口 7 bulan lalu
.DS_Store 85f8c9f44d update pc_menu.json 4 tahun lalu
.gitignore 0d5fd1839e #6618 【Go查询】接口:Common/QueryNotice 添加返回字段 isforcedisplay 10 bulan lalu
.markdownlint.json 2cd780754b 新增接口 /Bank/GetCusBankInfos 获取托管银行信息列表 1 tahun lalu
MTP20_IF.code-workspace 9aa49beb34 增加工作区文件 1 tahun lalu
README.md d166d64ea3 /sbyj/GetMyOrders(获取我的订单列表):添加查询条件”accountId"; 2 bulan lalu
go.mod 3926bbd3af update 3 minggu lalu
go.sum 3926bbd3af update 3 minggu lalu
main.go b19be16fd9 任务 #6755 【Go查询】添加配置商品盘面信息获取方式:MySQL(原逻辑)、Redis(新实现);配置为从Redis获取时,不再需要配置MySQL连接参数 3 bulan lalu

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